org.apache.hadoop.hbase.protobuf.generated
Class ClientProtos.Get
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Get
- All Implemented Interfaces:
- com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, ClientProtos.GetOrBuilder
- Enclosing class:
- ClientProtos
public static final class ClientProtos.Get
- extends com.google.protobuf.GeneratedMessage
- implements ClientProtos.GetOrBuilder
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage |
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> |
Fields inherited from class com.google.protobuf.GeneratedMessage |
alwaysUseFieldBuilders |
Methods inherited from class com.google.protobuf.GeneratedMessage |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension |
Methods inherited from class com.google.protobuf.AbstractMessage |
hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString |
Methods inherited from class com.google.protobuf.AbstractMessageLite |
toByteArray, toByteString, writeDelimitedTo, writeTo |
Methods inherited from interface com.google.protobuf.MessageOrBuilder |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
Methods inherited from interface com.google.protobuf.MessageLite |
toByteArray, toByteString, writeDelimitedTo, writeTo |
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
getDefaultInstance
public static ClientProtos.Get getDefaultInstance()
getDefaultInstanceForType
public ClientProtos.Get getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
hasRow
public boolean hasRow()
- Specified by:
hasRow
in interface ClientProtos.GetOrBuilder
getRow
public com.google.protobuf.ByteString getRow()
- Specified by:
getRow
in interface ClientProtos.GetOrBuilder
getColumnList
public List<ClientProtos.Column> getColumnList()
- Specified by:
getColumnList
in interface ClientProtos.GetOrBuilder
getColumnOrBuilderList
public List<? extends ClientProtos.ColumnOrBuilder> getColumnOrBuilderList()
- Specified by:
getColumnOrBuilderList
in interface ClientProtos.GetOrBuilder
getColumnCount
public int getColumnCount()
- Specified by:
getColumnCount
in interface ClientProtos.GetOrBuilder
getColumn
public ClientProtos.Column getColumn(int index)
- Specified by:
getColumn
in interface ClientProtos.GetOrBuilder
getColumnOrBuilder
public ClientProtos.ColumnOrBuilder getColumnOrBuilder(int index)
- Specified by:
getColumnOrBuilder
in interface ClientProtos.GetOrBuilder
getAttributeList
public List<HBaseProtos.NameBytesPair> getAttributeList()
- Specified by:
getAttributeList
in interface ClientProtos.GetOrBuilder
getAttributeOrBuilderList
public List<? extends HBaseProtos.NameBytesPairOrBuilder> getAttributeOrBuilderList()
- Specified by:
getAttributeOrBuilderList
in interface ClientProtos.GetOrBuilder
getAttributeCount
public int getAttributeCount()
- Specified by:
getAttributeCount
in interface ClientProtos.GetOrBuilder
getAttribute
public HBaseProtos.NameBytesPair getAttribute(int index)
- Specified by:
getAttribute
in interface ClientProtos.GetOrBuilder
getAttributeOrBuilder
public HBaseProtos.NameBytesPairOrBuilder getAttributeOrBuilder(int index)
- Specified by:
getAttributeOrBuilder
in interface ClientProtos.GetOrBuilder
hasFilter
public boolean hasFilter()
- Specified by:
hasFilter
in interface ClientProtos.GetOrBuilder
getFilter
public FilterProtos.Filter getFilter()
- Specified by:
getFilter
in interface ClientProtos.GetOrBuilder
getFilterOrBuilder
public FilterProtos.FilterOrBuilder getFilterOrBuilder()
- Specified by:
getFilterOrBuilder
in interface ClientProtos.GetOrBuilder
hasTimeRange
public boolean hasTimeRange()
- Specified by:
hasTimeRange
in interface ClientProtos.GetOrBuilder
getTimeRange
public HBaseProtos.TimeRange getTimeRange()
- Specified by:
getTimeRange
in interface ClientProtos.GetOrBuilder
getTimeRangeOrBuilder
public HBaseProtos.TimeRangeOrBuilder getTimeRangeOrBuilder()
- Specified by:
getTimeRangeOrBuilder
in interface ClientProtos.GetOrBuilder
hasMaxVersions
public boolean hasMaxVersions()
- Specified by:
hasMaxVersions
in interface ClientProtos.GetOrBuilder
getMaxVersions
public int getMaxVersions()
- Specified by:
getMaxVersions
in interface ClientProtos.GetOrBuilder
hasCacheBlocks
public boolean hasCacheBlocks()
- Specified by:
hasCacheBlocks
in interface ClientProtos.GetOrBuilder
getCacheBlocks
public boolean getCacheBlocks()
- Specified by:
getCacheBlocks
in interface ClientProtos.GetOrBuilder
hasStoreLimit
public boolean hasStoreLimit()
- Specified by:
hasStoreLimit
in interface ClientProtos.GetOrBuilder
getStoreLimit
public int getStoreLimit()
- Specified by:
getStoreLimit
in interface ClientProtos.GetOrBuilder
hasStoreOffset
public boolean hasStoreOffset()
- Specified by:
hasStoreOffset
in interface ClientProtos.GetOrBuilder
getStoreOffset
public int getStoreOffset()
- Specified by:
getStoreOffset
in interface ClientProtos.GetOrBuilder
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in class com.google.protobuf.GeneratedMessage
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
- Specified by:
writeTo
in interface com.google.protobuf.MessageLite
- Overrides:
writeTo
in class com.google.protobuf.AbstractMessage
- Throws:
IOException
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interface com.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in class com.google.protobuf.AbstractMessage
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Overrides:
writeReplace
in class com.google.protobuf.GeneratedMessage
- Throws:
ObjectStreamException
equals
public boolean equals(Object obj)
- Specified by:
equals
in interface com.google.protobuf.Message
- Overrides:
equals
in class com.google.protobuf.AbstractMessage
hashCode
public int hashCode()
- Specified by:
hashCode
in interface com.google.protobuf.Message
- Overrides:
hashCode
in class com.google.protobuf.AbstractMessage
parseFrom
public static ClientProtos.Get parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static ClientProtos.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 ClientProtos.Get parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static ClientProtos.Get parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static ClientProtos.Get parseFrom(InputStream input)
throws IOException
- Throws:
IOException
parseFrom
public static ClientProtos.Get parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
- Throws:
IOException
parseDelimitedFrom
public static ClientProtos.Get parseDelimitedFrom(InputStream input)
throws IOException
- Throws:
IOException
parseDelimitedFrom
public static ClientProtos.Get parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
- Throws:
IOException
parseFrom
public static ClientProtos.Get parseFrom(com.google.protobuf.CodedInputStream input)
throws IOException
- Throws:
IOException
parseFrom
public static ClientProtos.Get parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
- Throws:
IOException
newBuilder
public static ClientProtos.Get.Builder newBuilder()
newBuilderForType
public ClientProtos.Get.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interface com.google.protobuf.Message
- Specified by:
newBuilderForType
in interface com.google.protobuf.MessageLite
newBuilder
public static ClientProtos.Get.Builder newBuilder(ClientProtos.Get prototype)
toBuilder
public ClientProtos.Get.Builder toBuilder()
- Specified by:
toBuilder
in interface com.google.protobuf.Message
- Specified by:
toBuilder
in interface com.google.protobuf.MessageLite
newBuilderForType
protected ClientProtos.Get.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
- Specified by:
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.