public static final class ClientProtos.Get extends com.google.protobuf.GeneratedMessage implements ClientProtos.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 |
ClientProtos.Get.Builder
Protobuf type
Get |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
ATTRIBUTE_FIELD_NUMBER |
static int |
CACHE_BLOCKS_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<ClientProtos.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 |
---|---|
boolean |
equals(Object obj) |
HBaseProtos.NameBytesPair |
getAttribute(int index)
repeated .NameBytesPair attribute = 3; |
int |
getAttributeCount()
repeated .NameBytesPair attribute = 3; |
List<HBaseProtos.NameBytesPair> |
getAttributeList()
repeated .NameBytesPair attribute = 3; |
HBaseProtos.NameBytesPairOrBuilder |
getAttributeOrBuilder(int index)
repeated .NameBytesPair attribute = 3; |
List<? extends HBaseProtos.NameBytesPairOrBuilder> |
getAttributeOrBuilderList()
repeated .NameBytesPair attribute = 3; |
boolean |
getCacheBlocks()
optional bool cache_blocks = 7 [default = true]; |
boolean |
getClosestRowBefore()
optional bool closest_row_before = 11 [default = false]; |
ClientProtos.Column |
getColumn(int index)
repeated .Column column = 2; |
int |
getColumnCount()
repeated .Column column = 2; |
List<ClientProtos.Column> |
getColumnList()
repeated .Column column = 2; |
ClientProtos.ColumnOrBuilder |
getColumnOrBuilder(int index)
repeated .Column column = 2; |
List<? extends ClientProtos.ColumnOrBuilder> |
getColumnOrBuilderList()
repeated .Column column = 2; |
ClientProtos.Consistency |
getConsistency()
optional .Consistency consistency = 12 [default = STRONG]; |
static ClientProtos.Get |
getDefaultInstance() |
ClientProtos.Get |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getExistenceOnly()
optional bool existence_only = 10 [default = false]; |
FilterProtos.Filter |
getFilter()
optional .Filter filter = 4; |
FilterProtos.FilterOrBuilder |
getFilterOrBuilder()
optional .Filter filter = 4; |
int |
getMaxVersions()
optional uint32 max_versions = 6 [default = 1]; |
com.google.protobuf.Parser<ClientProtos.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; |
HBaseProtos.TimeRange |
getTimeRange()
optional .TimeRange time_range = 5; |
HBaseProtos.TimeRangeOrBuilder |
getTimeRangeOrBuilder()
optional .TimeRange time_range = 5; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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; |
int |
hashCode() |
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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ClientProtos.Get.Builder |
newBuilder() |
static ClientProtos.Get.Builder |
newBuilder(ClientProtos.Get prototype) |
ClientProtos.Get.Builder |
newBuilderForType() |
protected ClientProtos.Get.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static ClientProtos.Get |
parseDelimitedFrom(InputStream input) |
static ClientProtos.Get |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Get |
parseFrom(byte[] data) |
static ClientProtos.Get |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Get |
parseFrom(com.google.protobuf.ByteString data) |
static ClientProtos.Get |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Get |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientProtos.Get |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Get |
parseFrom(InputStream input) |
static ClientProtos.Get |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClientProtos.Get.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<ClientProtos.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 ClientProtos.Get getDefaultInstance()
public ClientProtos.Get getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<ClientProtos.Get> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasRow()
required bytes row = 1;
hasRow
in interface ClientProtos.GetOrBuilder
public com.google.protobuf.ByteString getRow()
required bytes row = 1;
getRow
in interface ClientProtos.GetOrBuilder
public List<ClientProtos.Column> getColumnList()
repeated .Column column = 2;
getColumnList
in interface ClientProtos.GetOrBuilder
public List<? extends ClientProtos.ColumnOrBuilder> getColumnOrBuilderList()
repeated .Column column = 2;
getColumnOrBuilderList
in interface ClientProtos.GetOrBuilder
public int getColumnCount()
repeated .Column column = 2;
getColumnCount
in interface ClientProtos.GetOrBuilder
public ClientProtos.Column getColumn(int index)
repeated .Column column = 2;
getColumn
in interface ClientProtos.GetOrBuilder
public ClientProtos.ColumnOrBuilder getColumnOrBuilder(int index)
repeated .Column column = 2;
getColumnOrBuilder
in interface ClientProtos.GetOrBuilder
public List<HBaseProtos.NameBytesPair> getAttributeList()
repeated .NameBytesPair attribute = 3;
getAttributeList
in interface ClientProtos.GetOrBuilder
public List<? extends HBaseProtos.NameBytesPairOrBuilder> getAttributeOrBuilderList()
repeated .NameBytesPair attribute = 3;
getAttributeOrBuilderList
in interface ClientProtos.GetOrBuilder
public int getAttributeCount()
repeated .NameBytesPair attribute = 3;
getAttributeCount
in interface ClientProtos.GetOrBuilder
public HBaseProtos.NameBytesPair getAttribute(int index)
repeated .NameBytesPair attribute = 3;
getAttribute
in interface ClientProtos.GetOrBuilder
public HBaseProtos.NameBytesPairOrBuilder getAttributeOrBuilder(int index)
repeated .NameBytesPair attribute = 3;
getAttributeOrBuilder
in interface ClientProtos.GetOrBuilder
public boolean hasFilter()
optional .Filter filter = 4;
hasFilter
in interface ClientProtos.GetOrBuilder
public FilterProtos.Filter getFilter()
optional .Filter filter = 4;
getFilter
in interface ClientProtos.GetOrBuilder
public FilterProtos.FilterOrBuilder getFilterOrBuilder()
optional .Filter filter = 4;
getFilterOrBuilder
in interface ClientProtos.GetOrBuilder
public boolean hasTimeRange()
optional .TimeRange time_range = 5;
hasTimeRange
in interface ClientProtos.GetOrBuilder
public HBaseProtos.TimeRange getTimeRange()
optional .TimeRange time_range = 5;
getTimeRange
in interface ClientProtos.GetOrBuilder
public HBaseProtos.TimeRangeOrBuilder getTimeRangeOrBuilder()
optional .TimeRange time_range = 5;
getTimeRangeOrBuilder
in interface ClientProtos.GetOrBuilder
public boolean hasMaxVersions()
optional uint32 max_versions = 6 [default = 1];
hasMaxVersions
in interface ClientProtos.GetOrBuilder
public int getMaxVersions()
optional uint32 max_versions = 6 [default = 1];
getMaxVersions
in interface ClientProtos.GetOrBuilder
public boolean hasCacheBlocks()
optional bool cache_blocks = 7 [default = true];
hasCacheBlocks
in interface ClientProtos.GetOrBuilder
public boolean getCacheBlocks()
optional bool cache_blocks = 7 [default = true];
getCacheBlocks
in interface ClientProtos.GetOrBuilder
public boolean hasStoreLimit()
optional uint32 store_limit = 8;
hasStoreLimit
in interface ClientProtos.GetOrBuilder
public int getStoreLimit()
optional uint32 store_limit = 8;
getStoreLimit
in interface ClientProtos.GetOrBuilder
public boolean hasStoreOffset()
optional uint32 store_offset = 9;
hasStoreOffset
in interface ClientProtos.GetOrBuilder
public int getStoreOffset()
optional uint32 store_offset = 9;
getStoreOffset
in interface ClientProtos.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 ClientProtos.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 ClientProtos.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 ClientProtos.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 ClientProtos.GetOrBuilder
public boolean hasConsistency()
optional .Consistency consistency = 12 [default = STRONG];
hasConsistency
in interface ClientProtos.GetOrBuilder
public ClientProtos.Consistency getConsistency()
optional .Consistency consistency = 12 [default = STRONG];
getConsistency
in interface ClientProtos.GetOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static ClientProtos.Get parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientProtos.Get parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientProtos.Get parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientProtos.Get parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ClientProtos.Get parseFrom(InputStream input) throws IOException
IOException
public static ClientProtos.Get parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClientProtos.Get parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ClientProtos.Get parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClientProtos.Get parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ClientProtos.Get parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ClientProtos.Get.Builder newBuilder()
public ClientProtos.Get.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ClientProtos.Get.Builder newBuilder(ClientProtos.Get prototype)
public ClientProtos.Get.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected ClientProtos.Get.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.