public static final class FSProtos.Reference extends com.google.protobuf.GeneratedMessage implements FSProtos.ReferenceOrBuilder
hbase.pb.Reference
Reference file content used when we split an hfile under a region.
| Modifier and Type | Class and Description |
|---|---|
static class |
FSProtos.Reference.Builder
Protobuf type
hbase.pb.Reference |
static class |
FSProtos.Reference.Range
Protobuf enum
hbase.pb.Reference.Range |
| Modifier and Type | Field and Description |
|---|---|
static <any> |
PARSER |
static int |
RANGE_FIELD_NUMBER |
static int |
SPLITKEY_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static FSProtos.Reference |
getDefaultInstance() |
FSProtos.Reference |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
FSProtos.Reference.Range |
getRange()
required .hbase.pb.Reference.Range range = 2; |
int |
getSerializedSize() |
com.google.protobuf.ByteString |
getSplitkey()
required bytes splitkey = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasRange()
required .hbase.pb.Reference.Range range = 2; |
boolean |
hasSplitkey()
required bytes splitkey = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static FSProtos.Reference.Builder |
newBuilder() |
static FSProtos.Reference.Builder |
newBuilder(FSProtos.Reference prototype) |
FSProtos.Reference.Builder |
newBuilderForType() |
protected FSProtos.Reference.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static FSProtos.Reference |
parseDelimitedFrom(java.io.InputStream input) |
static FSProtos.Reference |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FSProtos.Reference |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FSProtos.Reference |
parseFrom(com.google.protobuf.ByteString data) |
static FSProtos.Reference |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FSProtos.Reference |
parseFrom(com.google.protobuf.CodedInputStream input) |
static FSProtos.Reference |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FSProtos.Reference |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FSProtos.Reference.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int SPLITKEY_FIELD_NUMBER
public static final int RANGE_FIELD_NUMBER
public static FSProtos.Reference getDefaultInstance()
public FSProtos.Reference getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasSplitkey()
required bytes splitkey = 1;hasSplitkey in interface FSProtos.ReferenceOrBuilderpublic com.google.protobuf.ByteString getSplitkey()
required bytes splitkey = 1;getSplitkey in interface FSProtos.ReferenceOrBuilderpublic boolean hasRange()
required .hbase.pb.Reference.Range range = 2;hasRange in interface FSProtos.ReferenceOrBuilderpublic FSProtos.Reference.Range getRange()
required .hbase.pb.Reference.Range range = 2;getRange in interface FSProtos.ReferenceOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic boolean equals(java.lang.Object obj)
public int hashCode()
public static FSProtos.Reference parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FSProtos.Reference parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FSProtos.Reference parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FSProtos.Reference parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static FSProtos.Reference parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static FSProtos.Reference parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static FSProtos.Reference parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static FSProtos.Reference parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static FSProtos.Reference.Builder newBuilder()
public FSProtos.Reference.Builder newBuilderForType()
public static FSProtos.Reference.Builder newBuilder(FSProtos.Reference prototype)
public FSProtos.Reference.Builder toBuilder()
protected FSProtos.Reference.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)