public class OrcFileValueWrapper extends Object implements org.apache.hadoop.io.WritableComparable<OrcFileValueWrapper>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
lastStripeInFile |
protected StripeInformation |
stripeInformation |
protected OrcProto.StripeStatistics |
stripeStatistics |
protected List<OrcProto.UserMetadataItem> |
userMetadata |
| Constructor and Description |
|---|
OrcFileValueWrapper() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(OrcFileValueWrapper o) |
StripeInformation |
getStripeInformation() |
OrcProto.StripeStatistics |
getStripeStatistics() |
List<OrcProto.UserMetadataItem> |
getUserMetadata() |
boolean |
isLastStripeInFile() |
void |
readFields(DataInput in) |
void |
setLastStripeInFile(boolean lastStripeInFile) |
void |
setStripeInformation(StripeInformation stripeInformation) |
void |
setStripeStatistics(OrcProto.StripeStatistics stripeStatistics) |
void |
setUserMetadata(List<OrcProto.UserMetadataItem> userMetadata) |
void |
write(DataOutput out) |
protected StripeInformation stripeInformation
protected OrcProto.StripeStatistics stripeStatistics
protected List<OrcProto.UserMetadataItem> userMetadata
protected boolean lastStripeInFile
public List<OrcProto.UserMetadataItem> getUserMetadata()
public void setUserMetadata(List<OrcProto.UserMetadataItem> userMetadata)
public boolean isLastStripeInFile()
public void setLastStripeInFile(boolean lastStripeInFile)
public OrcProto.StripeStatistics getStripeStatistics()
public void setStripeStatistics(OrcProto.StripeStatistics stripeStatistics)
public StripeInformation getStripeInformation()
public void setStripeInformation(StripeInformation stripeInformation)
public void write(DataOutput out) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionpublic void readFields(DataInput in) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionpublic int compareTo(OrcFileValueWrapper o)
compareTo in interface Comparable<OrcFileValueWrapper>Copyright © 2017 The Apache Software Foundation. All rights reserved.