org.apache.hadoop.hbase.protobuf.generated
Class ClientProtos.Scan
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Scan
- All Implemented Interfaces:
- com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, ClientProtos.ScanOrBuilder
- Enclosing class:
- ClientProtos
public static final class ClientProtos.Scan
- extends com.google.protobuf.GeneratedMessage
- implements ClientProtos.ScanOrBuilder
- 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 |
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
START_ROW_FIELD_NUMBER
public static final int START_ROW_FIELD_NUMBER
- See Also:
- Constant Field Values
STOP_ROW_FIELD_NUMBER
public static final int STOP_ROW_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
BATCH_SIZE_FIELD_NUMBER
public static final int BATCH_SIZE_FIELD_NUMBER
- See Also:
- Constant Field Values
MAX_RESULT_SIZE_FIELD_NUMBER
public static final int MAX_RESULT_SIZE_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
LOAD_COLUMN_FAMILIES_ON_DEMAND_FIELD_NUMBER
public static final int LOAD_COLUMN_FAMILIES_ON_DEMAND_FIELD_NUMBER
- See Also:
- Constant Field Values
getDefaultInstance
public static ClientProtos.Scan getDefaultInstance()
getDefaultInstanceForType
public ClientProtos.Scan 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
getColumnList
public List<ClientProtos.Column> getColumnList()
- Specified by:
getColumnList
in interface ClientProtos.ScanOrBuilder
getColumnOrBuilderList
public List<? extends ClientProtos.ColumnOrBuilder> getColumnOrBuilderList()
- Specified by:
getColumnOrBuilderList
in interface ClientProtos.ScanOrBuilder
getColumnCount
public int getColumnCount()
- Specified by:
getColumnCount
in interface ClientProtos.ScanOrBuilder
getColumn
public ClientProtos.Column getColumn(int index)
- Specified by:
getColumn
in interface ClientProtos.ScanOrBuilder
getColumnOrBuilder
public ClientProtos.ColumnOrBuilder getColumnOrBuilder(int index)
- Specified by:
getColumnOrBuilder
in interface ClientProtos.ScanOrBuilder
getAttributeList
public List<HBaseProtos.NameBytesPair> getAttributeList()
- Specified by:
getAttributeList
in interface ClientProtos.ScanOrBuilder
getAttributeOrBuilderList
public List<? extends HBaseProtos.NameBytesPairOrBuilder> getAttributeOrBuilderList()
- Specified by:
getAttributeOrBuilderList
in interface ClientProtos.ScanOrBuilder
getAttributeCount
public int getAttributeCount()
- Specified by:
getAttributeCount
in interface ClientProtos.ScanOrBuilder
getAttribute
public HBaseProtos.NameBytesPair getAttribute(int index)
- Specified by:
getAttribute
in interface ClientProtos.ScanOrBuilder
getAttributeOrBuilder
public HBaseProtos.NameBytesPairOrBuilder getAttributeOrBuilder(int index)
- Specified by:
getAttributeOrBuilder
in interface ClientProtos.ScanOrBuilder
hasStartRow
public boolean hasStartRow()
- Specified by:
hasStartRow
in interface ClientProtos.ScanOrBuilder
getStartRow
public com.google.protobuf.ByteString getStartRow()
- Specified by:
getStartRow
in interface ClientProtos.ScanOrBuilder
hasStopRow
public boolean hasStopRow()
- Specified by:
hasStopRow
in interface ClientProtos.ScanOrBuilder
getStopRow
public com.google.protobuf.ByteString getStopRow()
- Specified by:
getStopRow
in interface ClientProtos.ScanOrBuilder
hasFilter
public boolean hasFilter()
- Specified by:
hasFilter
in interface ClientProtos.ScanOrBuilder
getFilter
public FilterProtos.Filter getFilter()
- Specified by:
getFilter
in interface ClientProtos.ScanOrBuilder
getFilterOrBuilder
public FilterProtos.FilterOrBuilder getFilterOrBuilder()
- Specified by:
getFilterOrBuilder
in interface ClientProtos.ScanOrBuilder
hasTimeRange
public boolean hasTimeRange()
- Specified by:
hasTimeRange
in interface ClientProtos.ScanOrBuilder
getTimeRange
public HBaseProtos.TimeRange getTimeRange()
- Specified by:
getTimeRange
in interface ClientProtos.ScanOrBuilder
getTimeRangeOrBuilder
public HBaseProtos.TimeRangeOrBuilder getTimeRangeOrBuilder()
- Specified by:
getTimeRangeOrBuilder
in interface ClientProtos.ScanOrBuilder
hasMaxVersions
public boolean hasMaxVersions()
- Specified by:
hasMaxVersions
in interface ClientProtos.ScanOrBuilder
getMaxVersions
public int getMaxVersions()
- Specified by:
getMaxVersions
in interface ClientProtos.ScanOrBuilder
hasCacheBlocks
public boolean hasCacheBlocks()
- Specified by:
hasCacheBlocks
in interface ClientProtos.ScanOrBuilder
getCacheBlocks
public boolean getCacheBlocks()
- Specified by:
getCacheBlocks
in interface ClientProtos.ScanOrBuilder
hasBatchSize
public boolean hasBatchSize()
- Specified by:
hasBatchSize
in interface ClientProtos.ScanOrBuilder
getBatchSize
public int getBatchSize()
- Specified by:
getBatchSize
in interface ClientProtos.ScanOrBuilder
hasMaxResultSize
public boolean hasMaxResultSize()
- Specified by:
hasMaxResultSize
in interface ClientProtos.ScanOrBuilder
getMaxResultSize
public long getMaxResultSize()
- Specified by:
getMaxResultSize
in interface ClientProtos.ScanOrBuilder
hasStoreLimit
public boolean hasStoreLimit()
- Specified by:
hasStoreLimit
in interface ClientProtos.ScanOrBuilder
getStoreLimit
public int getStoreLimit()
- Specified by:
getStoreLimit
in interface ClientProtos.ScanOrBuilder
hasStoreOffset
public boolean hasStoreOffset()
- Specified by:
hasStoreOffset
in interface ClientProtos.ScanOrBuilder
getStoreOffset
public int getStoreOffset()
- Specified by:
getStoreOffset
in interface ClientProtos.ScanOrBuilder
hasLoadColumnFamiliesOnDemand
public boolean hasLoadColumnFamiliesOnDemand()
- Specified by:
hasLoadColumnFamiliesOnDemand
in interface ClientProtos.ScanOrBuilder
getLoadColumnFamiliesOnDemand
public boolean getLoadColumnFamiliesOnDemand()
- Specified by:
getLoadColumnFamiliesOnDemand
in interface ClientProtos.ScanOrBuilder
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.Scan parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static ClientProtos.Scan 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.Scan parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static ClientProtos.Scan parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static ClientProtos.Scan parseFrom(InputStream input)
throws IOException
- Throws:
IOException
parseFrom
public static ClientProtos.Scan parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
- Throws:
IOException
parseDelimitedFrom
public static ClientProtos.Scan parseDelimitedFrom(InputStream input)
throws IOException
- Throws:
IOException
parseDelimitedFrom
public static ClientProtos.Scan parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
- Throws:
IOException
parseFrom
public static ClientProtos.Scan parseFrom(com.google.protobuf.CodedInputStream input)
throws IOException
- Throws:
IOException
parseFrom
public static ClientProtos.Scan parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
- Throws:
IOException
newBuilder
public static ClientProtos.Scan.Builder newBuilder()
newBuilderForType
public ClientProtos.Scan.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interface com.google.protobuf.Message
- Specified by:
newBuilderForType
in interface com.google.protobuf.MessageLite
newBuilder
public static ClientProtos.Scan.Builder newBuilder(ClientProtos.Scan prototype)
toBuilder
public ClientProtos.Scan.Builder toBuilder()
- Specified by:
toBuilder
in interface com.google.protobuf.Message
- Specified by:
toBuilder
in interface com.google.protobuf.MessageLite
newBuilderForType
protected ClientProtos.Scan.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.