org.hbase.async.generated
Class ClientPB.Get

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.GeneratedMessageLite
          extended by org.hbase.async.generated.ClientPB.Get
All Implemented Interfaces:
com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, Serializable, ClientPB.GetOrBuilder
Enclosing class:
ClientPB

public static final class ClientPB.Get
extends com.google.protobuf.GeneratedMessageLite
implements ClientPB.GetOrBuilder

Protobuf type 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.
 

See Also:
Serialized Form

Nested Class Summary
static class ClientPB.Get.Builder
          Protobuf type Get
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
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>
 
Field Summary
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 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
           
 
Method Summary
 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];
 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;
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 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)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessageLite
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARSER

public static com.google.protobuf.Parser<ClientPB.Get> PARSER

ROW_FIELD_NUMBER

public static final int ROW_FIELD_NUMBER
See Also:
Constant Field Values

COLUMN_FIELD_NUMBER

public static final int COLUMN_FIELD_NUMBER
See Also:
Constant Field Values

ATTRIBUTE_FIELD_NUMBER

public static final int ATTRIBUTE_FIELD_NUMBER
See Also:
Constant Field Values

FILTER_FIELD_NUMBER

public static final int FILTER_FIELD_NUMBER
See Also:
Constant Field Values

TIME_RANGE_FIELD_NUMBER

public static final int TIME_RANGE_FIELD_NUMBER
See Also:
Constant Field Values

MAX_VERSIONS_FIELD_NUMBER

public static final int MAX_VERSIONS_FIELD_NUMBER
See Also:
Constant Field Values

CACHE_BLOCKS_FIELD_NUMBER

public static final int CACHE_BLOCKS_FIELD_NUMBER
See Also:
Constant Field Values

STORE_LIMIT_FIELD_NUMBER

public static final int STORE_LIMIT_FIELD_NUMBER
See Also:
Constant Field Values

STORE_OFFSET_FIELD_NUMBER

public static final int STORE_OFFSET_FIELD_NUMBER
See Also:
Constant Field Values

EXISTENCE_ONLY_FIELD_NUMBER

public static final int EXISTENCE_ONLY_FIELD_NUMBER
See Also:
Constant Field Values

CLOSEST_ROW_BEFORE_FIELD_NUMBER

public static final int CLOSEST_ROW_BEFORE_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static ClientPB.Get getDefaultInstance()

getDefaultInstanceForType

public ClientPB.Get getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder

getParserForType

public com.google.protobuf.Parser<ClientPB.Get> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessageLite

hasRow

public boolean hasRow()
required bytes row = 1;

Specified by:
hasRow in interface ClientPB.GetOrBuilder

getRow

public com.google.protobuf.ByteString getRow()
required bytes row = 1;

Specified by:
getRow in interface ClientPB.GetOrBuilder

getColumnList

public List<ClientPB.Column> getColumnList()
repeated .Column column = 2;

Specified by:
getColumnList in interface ClientPB.GetOrBuilder

getColumnOrBuilderList

public List<? extends ClientPB.ColumnOrBuilder> getColumnOrBuilderList()
repeated .Column column = 2;


getColumnCount

public int getColumnCount()
repeated .Column column = 2;

Specified by:
getColumnCount in interface ClientPB.GetOrBuilder

getColumn

public ClientPB.Column getColumn(int index)
repeated .Column column = 2;

Specified by:
getColumn in interface ClientPB.GetOrBuilder

getColumnOrBuilder

public ClientPB.ColumnOrBuilder getColumnOrBuilder(int index)
repeated .Column column = 2;


getAttributeList

public List<HBasePB.NameBytesPair> getAttributeList()
repeated .NameBytesPair attribute = 3;

Specified by:
getAttributeList in interface ClientPB.GetOrBuilder

getAttributeOrBuilderList

public List<? extends HBasePB.NameBytesPairOrBuilder> getAttributeOrBuilderList()
repeated .NameBytesPair attribute = 3;


getAttributeCount

public int getAttributeCount()
repeated .NameBytesPair attribute = 3;

Specified by:
getAttributeCount in interface ClientPB.GetOrBuilder

getAttribute

public HBasePB.NameBytesPair getAttribute(int index)
repeated .NameBytesPair attribute = 3;

Specified by:
getAttribute in interface ClientPB.GetOrBuilder

getAttributeOrBuilder

public HBasePB.NameBytesPairOrBuilder getAttributeOrBuilder(int index)
repeated .NameBytesPair attribute = 3;


hasFilter

public boolean hasFilter()
optional .Filter filter = 4;

Specified by:
hasFilter in interface ClientPB.GetOrBuilder

getFilter

public FilterPB.Filter getFilter()
optional .Filter filter = 4;

Specified by:
getFilter in interface ClientPB.GetOrBuilder

hasTimeRange

public boolean hasTimeRange()
optional .TimeRange time_range = 5;

Specified by:
hasTimeRange in interface ClientPB.GetOrBuilder

getTimeRange

public HBasePB.TimeRange getTimeRange()
optional .TimeRange time_range = 5;

Specified by:
getTimeRange in interface ClientPB.GetOrBuilder

hasMaxVersions

public boolean hasMaxVersions()
optional uint32 max_versions = 6 [default = 1];

Specified by:
hasMaxVersions in interface ClientPB.GetOrBuilder

getMaxVersions

public int getMaxVersions()
optional uint32 max_versions = 6 [default = 1];

Specified by:
getMaxVersions in interface ClientPB.GetOrBuilder

hasCacheBlocks

public boolean hasCacheBlocks()
optional bool cache_blocks = 7 [default = true];

Specified by:
hasCacheBlocks in interface ClientPB.GetOrBuilder

getCacheBlocks

public boolean getCacheBlocks()
optional bool cache_blocks = 7 [default = true];

Specified by:
getCacheBlocks in interface ClientPB.GetOrBuilder

hasStoreLimit

public boolean hasStoreLimit()
optional uint32 store_limit = 8;

Specified by:
hasStoreLimit in interface ClientPB.GetOrBuilder

getStoreLimit

public int getStoreLimit()
optional uint32 store_limit = 8;

Specified by:
getStoreLimit in interface ClientPB.GetOrBuilder

hasStoreOffset

public boolean hasStoreOffset()
optional uint32 store_offset = 9;

Specified by:
hasStoreOffset in interface ClientPB.GetOrBuilder

getStoreOffset

public int getStoreOffset()
optional uint32 store_offset = 9;

Specified by:
getStoreOffset in interface ClientPB.GetOrBuilder

hasExistenceOnly

public boolean hasExistenceOnly()
optional bool existence_only = 10 [default = false];
 The result isn't asked for, just check for
 the existence.
 

Specified by:
hasExistenceOnly in interface ClientPB.GetOrBuilder

getExistenceOnly

public boolean getExistenceOnly()
optional bool existence_only = 10 [default = false];
 The result isn't asked for, just check for
 the existence.
 

Specified by:
getExistenceOnly in interface ClientPB.GetOrBuilder

hasClosestRowBefore

public boolean hasClosestRowBefore()
optional bool closest_row_before = 11 [default = false];
 If the row to get doesn't exist, return the
 closest row before.
 

Specified by:
hasClosestRowBefore in interface ClientPB.GetOrBuilder

getClosestRowBefore

public boolean getClosestRowBefore()
optional bool closest_row_before = 11 [default = false];
 If the row to get doesn't exist, return the
 closest row before.
 

Specified by:
getClosestRowBefore in interface ClientPB.GetOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessageLite
Throws:
ObjectStreamException

parseFrom

public static ClientPB.Get parseFrom(com.google.protobuf.ByteString data)
                              throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClientPB.Get parseFrom(com.google.protobuf.ByteString data,
                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                              throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClientPB.Get parseFrom(byte[] data)
                              throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClientPB.Get parseFrom(byte[] data,
                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                              throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ClientPB.Get parseFrom(InputStream input)
                              throws IOException
Throws:
IOException

parseFrom

public static ClientPB.Get parseFrom(InputStream input,
                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                              throws IOException
Throws:
IOException

parseDelimitedFrom

public static ClientPB.Get parseDelimitedFrom(InputStream input)
                                       throws IOException
Throws:
IOException

parseDelimitedFrom

public static ClientPB.Get parseDelimitedFrom(InputStream input,
                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                       throws IOException
Throws:
IOException

parseFrom

public static ClientPB.Get parseFrom(com.google.protobuf.CodedInputStream input)
                              throws IOException
Throws:
IOException

parseFrom

public static ClientPB.Get parseFrom(com.google.protobuf.CodedInputStream input,
                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                              throws IOException
Throws:
IOException

newBuilder

public static ClientPB.Get.Builder newBuilder()

newBuilderForType

public ClientPB.Get.Builder newBuilderForType()
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

public static ClientPB.Get.Builder newBuilder(ClientPB.Get prototype)

toBuilder

public ClientPB.Get.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.MessageLite


Copyright © 2010-2015, The Async HBase Authors