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, parseUnknownField
public 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.MessageLiteOrBuilder
public com.google.protobuf.Parser<ClientPB.Get> getParserForType()
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageLite
public boolean hasRow()
required bytes row = 1;
hasRow
in interface ClientPB.GetOrBuilder
public com.google.protobuf.ByteString getRow()
required bytes row = 1;
getRow
in interface ClientPB.GetOrBuilder
public List<ClientPB.Column> getColumnList()
repeated .Column column = 2;
getColumnList
in interface ClientPB.GetOrBuilder
public List<? extends ClientPB.ColumnOrBuilder> getColumnOrBuilderList()
repeated .Column column = 2;
public int getColumnCount()
repeated .Column column = 2;
getColumnCount
in interface ClientPB.GetOrBuilder
public ClientPB.Column getColumn(int index)
repeated .Column column = 2;
getColumn
in interface ClientPB.GetOrBuilder
public ClientPB.ColumnOrBuilder getColumnOrBuilder(int index)
repeated .Column column = 2;
public List<HBasePB.NameBytesPair> getAttributeList()
repeated .NameBytesPair attribute = 3;
getAttributeList
in interface ClientPB.GetOrBuilder
public List<? extends HBasePB.NameBytesPairOrBuilder> getAttributeOrBuilderList()
repeated .NameBytesPair attribute = 3;
public int getAttributeCount()
repeated .NameBytesPair attribute = 3;
getAttributeCount
in interface ClientPB.GetOrBuilder
public HBasePB.NameBytesPair getAttribute(int index)
repeated .NameBytesPair attribute = 3;
getAttribute
in interface ClientPB.GetOrBuilder
public HBasePB.NameBytesPairOrBuilder getAttributeOrBuilder(int index)
repeated .NameBytesPair attribute = 3;
public boolean hasFilter()
optional .Filter filter = 4;
hasFilter
in interface ClientPB.GetOrBuilder
public FilterPB.Filter getFilter()
optional .Filter filter = 4;
getFilter
in interface ClientPB.GetOrBuilder
public boolean hasTimeRange()
optional .TimeRange time_range = 5;
hasTimeRange
in interface ClientPB.GetOrBuilder
public HBasePB.TimeRange getTimeRange()
optional .TimeRange time_range = 5;
getTimeRange
in interface ClientPB.GetOrBuilder
public boolean hasMaxVersions()
optional uint32 max_versions = 6 [default = 1];
hasMaxVersions
in interface ClientPB.GetOrBuilder
public int getMaxVersions()
optional uint32 max_versions = 6 [default = 1];
getMaxVersions
in interface ClientPB.GetOrBuilder
public boolean hasCacheBlocks()
optional bool cache_blocks = 7 [default = true];
hasCacheBlocks
in interface ClientPB.GetOrBuilder
public boolean getCacheBlocks()
optional bool cache_blocks = 7 [default = true];
getCacheBlocks
in interface ClientPB.GetOrBuilder
public boolean hasStoreLimit()
optional uint32 store_limit = 8;
hasStoreLimit
in interface ClientPB.GetOrBuilder
public int getStoreLimit()
optional uint32 store_limit = 8;
getStoreLimit
in interface ClientPB.GetOrBuilder
public boolean hasStoreOffset()
optional uint32 store_offset = 9;
hasStoreOffset
in interface ClientPB.GetOrBuilder
public int getStoreOffset()
optional uint32 store_offset = 9;
getStoreOffset
in interface ClientPB.GetOrBuilder
public boolean hasExistenceOnly()
optional bool existence_only = 10 [default = false];
The result isn't asked for, just check for the existence.
hasExistenceOnly
in interface ClientPB.GetOrBuilder
public boolean getExistenceOnly()
optional bool existence_only = 10 [default = false];
The result isn't asked for, just check for the existence.
getExistenceOnly
in interface ClientPB.GetOrBuilder
public 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.GetOrBuilder
public 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.GetOrBuilder
public boolean hasConsistency()
optional .Consistency consistency = 12 [default = STRONG];
hasConsistency
in interface ClientPB.GetOrBuilder
public ClientPB.Consistency getConsistency()
optional .Consistency consistency = 12 [default = STRONG];
getConsistency
in interface ClientPB.GetOrBuilder
public List<HBasePB.ColumnFamilyTimeRange> getCfTimeRangeList()
repeated .ColumnFamilyTimeRange cf_time_range = 13;
getCfTimeRangeList
in interface ClientPB.GetOrBuilder
public List<? extends HBasePB.ColumnFamilyTimeRangeOrBuilder> getCfTimeRangeOrBuilderList()
repeated .ColumnFamilyTimeRange cf_time_range = 13;
public int getCfTimeRangeCount()
repeated .ColumnFamilyTimeRange cf_time_range = 13;
getCfTimeRangeCount
in interface ClientPB.GetOrBuilder
public HBasePB.ColumnFamilyTimeRange getCfTimeRange(int index)
repeated .ColumnFamilyTimeRange cf_time_range = 13;
getCfTimeRange
in interface ClientPB.GetOrBuilder
public HBasePB.ColumnFamilyTimeRangeOrBuilder getCfTimeRangeOrBuilder(int index)
repeated .ColumnFamilyTimeRange cf_time_range = 13;
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessageLite
ObjectStreamException
public static ClientPB.Get parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.Get parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.Get parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.Get parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientPB.Get parseFrom(InputStream input) throws IOException
IOException
public static ClientPB.Get parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClientPB.Get parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ClientPB.Get parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClientPB.Get parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ClientPB.Get parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClientPB.Get.Builder newBuilder()
public ClientPB.Get.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ClientPB.Get.Builder newBuilder(ClientPB.Get prototype)
public ClientPB.Get.Builder toBuilder()
toBuilder
in interface com.google.protobuf.MessageLite
Copyright © 2010-2017, The Async HBase Authors