public static final class ClientPB.Get extends com.google.protobuf.GeneratedMessageLite implements ClientPB.GetOrBuilder
Get
The protocol buffer version of Get. Unless existence_only is specified, return all the requested data for the row that matches exactly, or the one that immediately precedes it if closest_row_before is specified.
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientPB.Get.Builder
Protobuf type
Get |
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
ATTRIBUTE_FIELD_NUMBER |
static int |
CACHE_BLOCKS_FIELD_NUMBER |
static int |
CF_TIME_RANGE_FIELD_NUMBER |
static int |
CLOSEST_ROW_BEFORE_FIELD_NUMBER |
static int |
COLUMN_FIELD_NUMBER |
static int |
CONSISTENCY_FIELD_NUMBER |
static int |
EXISTENCE_ONLY_FIELD_NUMBER |
static int |
FILTER_FIELD_NUMBER |
static int |
MAX_VERSIONS_FIELD_NUMBER |
static com.google.protobuf.Parser<ClientPB.Get> |
PARSER |
static int |
ROW_FIELD_NUMBER |
static int |
STORE_LIMIT_FIELD_NUMBER |
static int |
STORE_OFFSET_FIELD_NUMBER |
static int |
TIME_RANGE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
HBasePB.NameBytesPair |
getAttribute(int index)
repeated .NameBytesPair attribute = 3; |
int |
getAttributeCount()
repeated .NameBytesPair attribute = 3; |
List<HBasePB.NameBytesPair> |
getAttributeList()
repeated .NameBytesPair attribute = 3; |
HBasePB.NameBytesPairOrBuilder |
getAttributeOrBuilder(int index)
repeated .NameBytesPair attribute = 3; |
List<? extends HBasePB.NameBytesPairOrBuilder> |
getAttributeOrBuilderList()
repeated .NameBytesPair attribute = 3; |
boolean |
getCacheBlocks()
optional bool cache_blocks = 7 [default = true]; |
HBasePB.ColumnFamilyTimeRange |
getCfTimeRange(int index)
repeated .ColumnFamilyTimeRange cf_time_range = 13; |
int |
getCfTimeRangeCount()
repeated .ColumnFamilyTimeRange cf_time_range = 13; |
List<HBasePB.ColumnFamilyTimeRange> |
getCfTimeRangeList()
repeated .ColumnFamilyTimeRange cf_time_range = 13; |
HBasePB.ColumnFamilyTimeRangeOrBuilder |
getCfTimeRangeOrBuilder(int index)
repeated .ColumnFamilyTimeRange cf_time_range = 13; |
List<? extends HBasePB.ColumnFamilyTimeRangeOrBuilder> |
getCfTimeRangeOrBuilderList()
repeated .ColumnFamilyTimeRange cf_time_range = 13; |
boolean |
getClosestRowBefore()
optional bool closest_row_before = 11 [default = false]; |
ClientPB.Column |
getColumn(int index)
repeated .Column column = 2; |
int |
getColumnCount()
repeated .Column column = 2; |
List<ClientPB.Column> |
getColumnList()
repeated .Column column = 2; |
ClientPB.ColumnOrBuilder |
getColumnOrBuilder(int index)
repeated .Column column = 2; |
List<? extends ClientPB.ColumnOrBuilder> |
getColumnOrBuilderList()
repeated .Column column = 2; |
ClientPB.Consistency |
getConsistency()
optional .Consistency consistency = 12 [default = STRONG]; |
static ClientPB.Get |
getDefaultInstance() |
ClientPB.Get |
getDefaultInstanceForType() |
boolean |
getExistenceOnly()
optional bool existence_only = 10 [default = false]; |
FilterPB.Filter |
getFilter()
optional .Filter filter = 4; |
int |
getMaxVersions()
optional uint32 max_versions = 6 [default = 1]; |
com.google.protobuf.Parser<ClientPB.Get> |
getParserForType() |
com.google.protobuf.ByteString |
getRow()
required bytes row = 1; |
int |
getSerializedSize() |
int |
getStoreLimit()
optional uint32 store_limit = 8; |
int |
getStoreOffset()
optional uint32 store_offset = 9; |
HBasePB.TimeRange |
getTimeRange()
optional .TimeRange time_range = 5; |
boolean |
hasCacheBlocks()
optional bool cache_blocks = 7 [default = true]; |
boolean |
hasClosestRowBefore()
optional bool closest_row_before = 11 [default = false]; |
boolean |
hasConsistency()
optional .Consistency consistency = 12 [default = STRONG]; |
boolean |
hasExistenceOnly()
optional bool existence_only = 10 [default = false]; |
boolean |
hasFilter()
optional .Filter filter = 4; |
boolean |
hasMaxVersions()
optional uint32 max_versions = 6 [default = 1]; |
boolean |
hasRow()
required bytes row = 1; |
boolean |
hasStoreLimit()
optional uint32 store_limit = 8; |
boolean |
hasStoreOffset()
optional uint32 store_offset = 9; |
boolean |
hasTimeRange()
optional .TimeRange time_range = 5; |
boolean |
isInitialized() |
static ClientPB.Get.Builder |
newBuilder() |
static ClientPB.Get.Builder |
newBuilder(ClientPB.Get prototype) |
ClientPB.Get.Builder |
newBuilderForType() |
static ClientPB.Get |
parseDelimitedFrom(InputStream input) |
static ClientPB.Get |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.Get |
parseFrom(byte[] data) |
static ClientPB.Get |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.Get |
parseFrom(com.google.protobuf.ByteString data) |
static ClientPB.Get |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.Get |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientPB.Get |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.Get |
parseFrom(InputStream input) |
static ClientPB.Get |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClientPB.Get.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownFieldpublic static com.google.protobuf.Parser<ClientPB.Get> PARSER
public static final int ROW_FIELD_NUMBER
public static final int COLUMN_FIELD_NUMBER
public static final int ATTRIBUTE_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
public static final int TIME_RANGE_FIELD_NUMBER
public static final int MAX_VERSIONS_FIELD_NUMBER
public static final int CACHE_BLOCKS_FIELD_NUMBER
public static final int STORE_LIMIT_FIELD_NUMBER
public static final int STORE_OFFSET_FIELD_NUMBER
public static final int EXISTENCE_ONLY_FIELD_NUMBER
public static final int CLOSEST_ROW_BEFORE_FIELD_NUMBER
public static final int CONSISTENCY_FIELD_NUMBER
public static final int CF_TIME_RANGE_FIELD_NUMBER
public static ClientPB.Get getDefaultInstance()
public ClientPB.Get getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilderpublic com.google.protobuf.Parser<ClientPB.Get> getParserForType()
getParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageLitepublic boolean hasRow()
required bytes row = 1;hasRow in interface ClientPB.GetOrBuilderpublic com.google.protobuf.ByteString getRow()
required bytes row = 1;getRow in interface ClientPB.GetOrBuilderpublic List<ClientPB.Column> getColumnList()
repeated .Column column = 2;getColumnList in interface ClientPB.GetOrBuilderpublic List<? extends ClientPB.ColumnOrBuilder> getColumnOrBuilderList()
repeated .Column column = 2;public int getColumnCount()
repeated .Column column = 2;getColumnCount in interface ClientPB.GetOrBuilderpublic ClientPB.Column getColumn(int index)
repeated .Column column = 2;getColumn in interface ClientPB.GetOrBuilderpublic ClientPB.ColumnOrBuilder getColumnOrBuilder(int index)
repeated .Column column = 2;public List<HBasePB.NameBytesPair> getAttributeList()
repeated .NameBytesPair attribute = 3;getAttributeList in interface ClientPB.GetOrBuilderpublic List<? extends HBasePB.NameBytesPairOrBuilder> getAttributeOrBuilderList()
repeated .NameBytesPair attribute = 3;public int getAttributeCount()
repeated .NameBytesPair attribute = 3;getAttributeCount in interface ClientPB.GetOrBuilderpublic HBasePB.NameBytesPair getAttribute(int index)
repeated .NameBytesPair attribute = 3;getAttribute in interface ClientPB.GetOrBuilderpublic HBasePB.NameBytesPairOrBuilder getAttributeOrBuilder(int index)
repeated .NameBytesPair attribute = 3;public boolean hasFilter()
optional .Filter filter = 4;hasFilter in interface ClientPB.GetOrBuilderpublic FilterPB.Filter getFilter()
optional .Filter filter = 4;getFilter in interface ClientPB.GetOrBuilderpublic boolean hasTimeRange()
optional .TimeRange time_range = 5;hasTimeRange in interface ClientPB.GetOrBuilderpublic HBasePB.TimeRange getTimeRange()
optional .TimeRange time_range = 5;getTimeRange in interface ClientPB.GetOrBuilderpublic boolean hasMaxVersions()
optional uint32 max_versions = 6 [default = 1];hasMaxVersions in interface ClientPB.GetOrBuilderpublic int getMaxVersions()
optional uint32 max_versions = 6 [default = 1];getMaxVersions in interface ClientPB.GetOrBuilderpublic boolean hasCacheBlocks()
optional bool cache_blocks = 7 [default = true];hasCacheBlocks in interface ClientPB.GetOrBuilderpublic boolean getCacheBlocks()
optional bool cache_blocks = 7 [default = true];getCacheBlocks in interface ClientPB.GetOrBuilderpublic boolean hasStoreLimit()
optional uint32 store_limit = 8;hasStoreLimit in interface ClientPB.GetOrBuilderpublic int getStoreLimit()
optional uint32 store_limit = 8;getStoreLimit in interface ClientPB.GetOrBuilderpublic boolean hasStoreOffset()
optional uint32 store_offset = 9;hasStoreOffset in interface ClientPB.GetOrBuilderpublic int getStoreOffset()
optional uint32 store_offset = 9;getStoreOffset in interface ClientPB.GetOrBuilderpublic boolean hasExistenceOnly()
optional bool existence_only = 10 [default = false];
The result isn't asked for, just check for the existence.
hasExistenceOnly in interface ClientPB.GetOrBuilderpublic boolean getExistenceOnly()
optional bool existence_only = 10 [default = false];
The result isn't asked for, just check for the existence.
getExistenceOnly in interface ClientPB.GetOrBuilderpublic boolean hasClosestRowBefore()
optional bool closest_row_before = 11 [default = false];
If the row to get doesn't exist, return the closest row before.
hasClosestRowBefore in interface ClientPB.GetOrBuilderpublic boolean getClosestRowBefore()
optional bool closest_row_before = 11 [default = false];
If the row to get doesn't exist, return the closest row before.
getClosestRowBefore in interface ClientPB.GetOrBuilderpublic boolean hasConsistency()
optional .Consistency consistency = 12 [default = STRONG];hasConsistency in interface ClientPB.GetOrBuilderpublic ClientPB.Consistency getConsistency()
optional .Consistency consistency = 12 [default = STRONG];getConsistency in interface ClientPB.GetOrBuilderpublic List<HBasePB.ColumnFamilyTimeRange> getCfTimeRangeList()
repeated .ColumnFamilyTimeRange cf_time_range = 13;getCfTimeRangeList in interface ClientPB.GetOrBuilderpublic List<? extends HBasePB.ColumnFamilyTimeRangeOrBuilder> getCfTimeRangeOrBuilderList()
repeated .ColumnFamilyTimeRange cf_time_range = 13;public int getCfTimeRangeCount()
repeated .ColumnFamilyTimeRange cf_time_range = 13;getCfTimeRangeCount in interface ClientPB.GetOrBuilderpublic HBasePB.ColumnFamilyTimeRange getCfTimeRange(int index)
repeated .ColumnFamilyTimeRange cf_time_range = 13;getCfTimeRange in interface ClientPB.GetOrBuilderpublic HBasePB.ColumnFamilyTimeRangeOrBuilder getCfTimeRangeOrBuilder(int index)
repeated .ColumnFamilyTimeRange cf_time_range = 13;public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLiteIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLiteprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageLiteObjectStreamExceptionpublic static ClientPB.Get parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientPB.Get parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientPB.Get parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientPB.Get parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientPB.Get parseFrom(InputStream input) throws IOException
IOExceptionpublic static ClientPB.Get parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientPB.Get parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClientPB.Get parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientPB.Get parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClientPB.Get parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientPB.Get.Builder newBuilder()
public ClientPB.Get.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitepublic static ClientPB.Get.Builder newBuilder(ClientPB.Get prototype)
public ClientPB.Get.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessageLiteCopyright © 2010-2017, The Async HBase Authors