public static final class ClientProtos.Scan extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 implements ClientProtos.ScanOrBuilder
Instead of get from a table, you can scan it with optional filters. You can specify the row key range, time range, the columns/families to scan and so on. This scan is used the first time in a scan request. The response of the initial scan will return a scanner id, which should be used to fetch result batches later on before it is closed.Protobuf type
hbase.pb.Scan| Modifier and Type | Class and Description |
|---|---|
static class |
ClientProtos.Scan.Builder
Instead of get from a table, you can scan it with optional filters.
|
static class |
ClientProtos.Scan.ReadType
Protobuf enum
hbase.pb.Scan.ReadType |
org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTablealwaysUseFieldBuilders, unknownFields| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
getAllowPartialResults()
optional bool allow_partial_results = 18; |
HBaseProtos.NameBytesPair |
getAttribute(int index)
repeated .hbase.pb.NameBytesPair attribute = 2; |
int |
getAttributeCount()
repeated .hbase.pb.NameBytesPair attribute = 2; |
List<HBaseProtos.NameBytesPair> |
getAttributeList()
repeated .hbase.pb.NameBytesPair attribute = 2; |
HBaseProtos.NameBytesPairOrBuilder |
getAttributeOrBuilder(int index)
repeated .hbase.pb.NameBytesPair attribute = 2; |
List<? extends HBaseProtos.NameBytesPairOrBuilder> |
getAttributeOrBuilderList()
repeated .hbase.pb.NameBytesPair attribute = 2; |
int |
getBatchSize()
optional uint32 batch_size = 9; |
boolean |
getCacheBlocks()
optional bool cache_blocks = 8 [default = true]; |
int |
getCaching()
optional uint32 caching = 17; |
HBaseProtos.ColumnFamilyTimeRange |
getCfTimeRange(int index)
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 19; |
int |
getCfTimeRangeCount()
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 19; |
List<HBaseProtos.ColumnFamilyTimeRange> |
getCfTimeRangeList()
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 19; |
HBaseProtos.ColumnFamilyTimeRangeOrBuilder |
getCfTimeRangeOrBuilder(int index)
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 19; |
List<? extends HBaseProtos.ColumnFamilyTimeRangeOrBuilder> |
getCfTimeRangeOrBuilderList()
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 19; |
ClientProtos.Column |
getColumn(int index)
repeated .hbase.pb.Column column = 1; |
int |
getColumnCount()
repeated .hbase.pb.Column column = 1; |
List<ClientProtos.Column> |
getColumnList()
repeated .hbase.pb.Column column = 1; |
ClientProtos.ColumnOrBuilder |
getColumnOrBuilder(int index)
repeated .hbase.pb.Column column = 1; |
List<? extends ClientProtos.ColumnOrBuilder> |
getColumnOrBuilderList()
repeated .hbase.pb.Column column = 1; |
ClientProtos.Consistency |
getConsistency()
optional .hbase.pb.Consistency consistency = 16 [default = STRONG]; |
static ClientProtos.Scan |
getDefaultInstance() |
ClientProtos.Scan |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
FilterProtos.Filter |
getFilter()
optional .hbase.pb.Filter filter = 5; |
FilterProtos.FilterOrBuilder |
getFilterOrBuilder()
optional .hbase.pb.Filter filter = 5; |
boolean |
getIncludeStartRow()
optional bool include_start_row = 21 [default = true]; |
boolean |
getIncludeStopRow()
optional bool include_stop_row = 22 [default = false]; |
boolean |
getLoadColumnFamiliesOnDemand()
DO NOT add defaults to load_column_families_on_demand.
|
long |
getMaxResultSize()
optional uint64 max_result_size = 10; |
int |
getMaxVersions()
optional uint32 max_versions = 7 [default = 1]; |
long |
getMvccReadPoint()
optional uint64 mvcc_read_point = 20 [default = 0]; |
boolean |
getNeedCursorResult()
optional bool need_cursor_result = 24 [default = false]; |
org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.Scan> |
getParserForType() |
ClientProtos.Scan.ReadType |
getReadType()
optional .hbase.pb.Scan.ReadType readType = 23 [default = DEFAULT]; |
boolean |
getReversed()
optional bool reversed = 15 [default = false]; |
int |
getSerializedSize() |
boolean |
getSmall()
Deprecated.
|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getStartRow()
optional bytes start_row = 3; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getStopRow()
optional bytes stop_row = 4; |
int |
getStoreLimit()
optional uint32 store_limit = 11; |
int |
getStoreOffset()
optional uint32 store_offset = 12; |
HBaseProtos.TimeRange |
getTimeRange()
optional .hbase.pb.TimeRange time_range = 6; |
HBaseProtos.TimeRangeOrBuilder |
getTimeRangeOrBuilder()
optional .hbase.pb.TimeRange time_range = 6; |
org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAllowPartialResults()
optional bool allow_partial_results = 18; |
boolean |
hasBatchSize()
optional uint32 batch_size = 9; |
boolean |
hasCacheBlocks()
optional bool cache_blocks = 8 [default = true]; |
boolean |
hasCaching()
optional uint32 caching = 17; |
boolean |
hasConsistency()
optional .hbase.pb.Consistency consistency = 16 [default = STRONG]; |
boolean |
hasFilter()
optional .hbase.pb.Filter filter = 5; |
int |
hashCode() |
boolean |
hasIncludeStartRow()
optional bool include_start_row = 21 [default = true]; |
boolean |
hasIncludeStopRow()
optional bool include_stop_row = 22 [default = false]; |
boolean |
hasLoadColumnFamiliesOnDemand()
DO NOT add defaults to load_column_families_on_demand.
|
boolean |
hasMaxResultSize()
optional uint64 max_result_size = 10; |
boolean |
hasMaxVersions()
optional uint32 max_versions = 7 [default = 1]; |
boolean |
hasMvccReadPoint()
optional uint64 mvcc_read_point = 20 [default = 0]; |
boolean |
hasNeedCursorResult()
optional bool need_cursor_result = 24 [default = false]; |
boolean |
hasReadType()
optional .hbase.pb.Scan.ReadType readType = 23 [default = DEFAULT]; |
boolean |
hasReversed()
optional bool reversed = 15 [default = false]; |
boolean |
hasSmall()
Deprecated.
|
boolean |
hasStartRow()
optional bytes start_row = 3; |
boolean |
hasStopRow()
optional bytes stop_row = 4; |
boolean |
hasStoreLimit()
optional uint32 store_limit = 11; |
boolean |
hasStoreOffset()
optional uint32 store_offset = 12; |
boolean |
hasTimeRange()
optional .hbase.pb.TimeRange time_range = 6; |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ClientProtos.Scan.Builder |
newBuilder() |
static ClientProtos.Scan.Builder |
newBuilder(ClientProtos.Scan prototype) |
ClientProtos.Scan.Builder |
newBuilderForType() |
protected ClientProtos.Scan.Builder |
newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ClientProtos.Scan |
parseDelimitedFrom(InputStream input) |
static ClientProtos.Scan |
parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Scan |
parseFrom(byte[] data) |
static ClientProtos.Scan |
parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Scan |
parseFrom(ByteBuffer data) |
static ClientProtos.Scan |
parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Scan |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static ClientProtos.Scan |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Scan |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static ClientProtos.Scan |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Scan |
parseFrom(InputStream input) |
static ClientProtos.Scan |
parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.Scan> |
parser() |
ClientProtos.Scan.Builder |
toBuilder() |
void |
writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int COLUMN_FIELD_NUMBER
public static final int ATTRIBUTE_FIELD_NUMBER
public static final int START_ROW_FIELD_NUMBER
public static final int STOP_ROW_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 BATCH_SIZE_FIELD_NUMBER
public static final int MAX_RESULT_SIZE_FIELD_NUMBER
public static final int STORE_LIMIT_FIELD_NUMBER
public static final int STORE_OFFSET_FIELD_NUMBER
public static final int LOAD_COLUMN_FAMILIES_ON_DEMAND_FIELD_NUMBER
public static final int SMALL_FIELD_NUMBER
public static final int REVERSED_FIELD_NUMBER
public static final int CONSISTENCY_FIELD_NUMBER
public static final int CACHING_FIELD_NUMBER
public static final int ALLOW_PARTIAL_RESULTS_FIELD_NUMBER
public static final int CF_TIME_RANGE_FIELD_NUMBER
public static final int MVCC_READ_POINT_FIELD_NUMBER
public static final int INCLUDE_START_ROW_FIELD_NUMBER
public static final int INCLUDE_STOP_ROW_FIELD_NUMBER
public static final int READTYPE_FIELD_NUMBER
public static final int NEED_CURSOR_RESULT_FIELD_NUMBER
@Deprecated public static final org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.Scan> PARSER
public final org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public List<ClientProtos.Column> getColumnList()
repeated .hbase.pb.Column column = 1;getColumnList in interface ClientProtos.ScanOrBuilderpublic List<? extends ClientProtos.ColumnOrBuilder> getColumnOrBuilderList()
repeated .hbase.pb.Column column = 1;getColumnOrBuilderList in interface ClientProtos.ScanOrBuilderpublic int getColumnCount()
repeated .hbase.pb.Column column = 1;getColumnCount in interface ClientProtos.ScanOrBuilderpublic ClientProtos.Column getColumn(int index)
repeated .hbase.pb.Column column = 1;getColumn in interface ClientProtos.ScanOrBuilderpublic ClientProtos.ColumnOrBuilder getColumnOrBuilder(int index)
repeated .hbase.pb.Column column = 1;getColumnOrBuilder in interface ClientProtos.ScanOrBuilderpublic List<HBaseProtos.NameBytesPair> getAttributeList()
repeated .hbase.pb.NameBytesPair attribute = 2;getAttributeList in interface ClientProtos.ScanOrBuilderpublic List<? extends HBaseProtos.NameBytesPairOrBuilder> getAttributeOrBuilderList()
repeated .hbase.pb.NameBytesPair attribute = 2;getAttributeOrBuilderList in interface ClientProtos.ScanOrBuilderpublic int getAttributeCount()
repeated .hbase.pb.NameBytesPair attribute = 2;getAttributeCount in interface ClientProtos.ScanOrBuilderpublic HBaseProtos.NameBytesPair getAttribute(int index)
repeated .hbase.pb.NameBytesPair attribute = 2;getAttribute in interface ClientProtos.ScanOrBuilderpublic HBaseProtos.NameBytesPairOrBuilder getAttributeOrBuilder(int index)
repeated .hbase.pb.NameBytesPair attribute = 2;getAttributeOrBuilder in interface ClientProtos.ScanOrBuilderpublic boolean hasStartRow()
optional bytes start_row = 3;hasStartRow in interface ClientProtos.ScanOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getStartRow()
optional bytes start_row = 3;getStartRow in interface ClientProtos.ScanOrBuilderpublic boolean hasStopRow()
optional bytes stop_row = 4;hasStopRow in interface ClientProtos.ScanOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getStopRow()
optional bytes stop_row = 4;getStopRow in interface ClientProtos.ScanOrBuilderpublic boolean hasFilter()
optional .hbase.pb.Filter filter = 5;hasFilter in interface ClientProtos.ScanOrBuilderpublic FilterProtos.Filter getFilter()
optional .hbase.pb.Filter filter = 5;getFilter in interface ClientProtos.ScanOrBuilderpublic FilterProtos.FilterOrBuilder getFilterOrBuilder()
optional .hbase.pb.Filter filter = 5;getFilterOrBuilder in interface ClientProtos.ScanOrBuilderpublic boolean hasTimeRange()
optional .hbase.pb.TimeRange time_range = 6;hasTimeRange in interface ClientProtos.ScanOrBuilderpublic HBaseProtos.TimeRange getTimeRange()
optional .hbase.pb.TimeRange time_range = 6;getTimeRange in interface ClientProtos.ScanOrBuilderpublic HBaseProtos.TimeRangeOrBuilder getTimeRangeOrBuilder()
optional .hbase.pb.TimeRange time_range = 6;getTimeRangeOrBuilder in interface ClientProtos.ScanOrBuilderpublic boolean hasMaxVersions()
optional uint32 max_versions = 7 [default = 1];hasMaxVersions in interface ClientProtos.ScanOrBuilderpublic int getMaxVersions()
optional uint32 max_versions = 7 [default = 1];getMaxVersions in interface ClientProtos.ScanOrBuilderpublic boolean hasCacheBlocks()
optional bool cache_blocks = 8 [default = true];hasCacheBlocks in interface ClientProtos.ScanOrBuilderpublic boolean getCacheBlocks()
optional bool cache_blocks = 8 [default = true];getCacheBlocks in interface ClientProtos.ScanOrBuilderpublic boolean hasBatchSize()
optional uint32 batch_size = 9;hasBatchSize in interface ClientProtos.ScanOrBuilderpublic int getBatchSize()
optional uint32 batch_size = 9;getBatchSize in interface ClientProtos.ScanOrBuilderpublic boolean hasMaxResultSize()
optional uint64 max_result_size = 10;hasMaxResultSize in interface ClientProtos.ScanOrBuilderpublic long getMaxResultSize()
optional uint64 max_result_size = 10;getMaxResultSize in interface ClientProtos.ScanOrBuilderpublic boolean hasStoreLimit()
optional uint32 store_limit = 11;hasStoreLimit in interface ClientProtos.ScanOrBuilderpublic int getStoreLimit()
optional uint32 store_limit = 11;getStoreLimit in interface ClientProtos.ScanOrBuilderpublic boolean hasStoreOffset()
optional uint32 store_offset = 12;hasStoreOffset in interface ClientProtos.ScanOrBuilderpublic int getStoreOffset()
optional uint32 store_offset = 12;getStoreOffset in interface ClientProtos.ScanOrBuilderpublic boolean hasLoadColumnFamiliesOnDemand()
DO NOT add defaults to load_column_families_on_demand.
optional bool load_column_families_on_demand = 13;hasLoadColumnFamiliesOnDemand in interface ClientProtos.ScanOrBuilderpublic boolean getLoadColumnFamiliesOnDemand()
DO NOT add defaults to load_column_families_on_demand.
optional bool load_column_families_on_demand = 13;getLoadColumnFamiliesOnDemand in interface ClientProtos.ScanOrBuilder@Deprecated public boolean hasSmall()
optional bool small = 14 [deprecated = true];hasSmall in interface ClientProtos.ScanOrBuilder@Deprecated public boolean getSmall()
optional bool small = 14 [deprecated = true];getSmall in interface ClientProtos.ScanOrBuilderpublic boolean hasReversed()
optional bool reversed = 15 [default = false];hasReversed in interface ClientProtos.ScanOrBuilderpublic boolean getReversed()
optional bool reversed = 15 [default = false];getReversed in interface ClientProtos.ScanOrBuilderpublic boolean hasConsistency()
optional .hbase.pb.Consistency consistency = 16 [default = STRONG];hasConsistency in interface ClientProtos.ScanOrBuilderpublic ClientProtos.Consistency getConsistency()
optional .hbase.pb.Consistency consistency = 16 [default = STRONG];getConsistency in interface ClientProtos.ScanOrBuilderpublic boolean hasCaching()
optional uint32 caching = 17;hasCaching in interface ClientProtos.ScanOrBuilderpublic int getCaching()
optional uint32 caching = 17;getCaching in interface ClientProtos.ScanOrBuilderpublic boolean hasAllowPartialResults()
optional bool allow_partial_results = 18;hasAllowPartialResults in interface ClientProtos.ScanOrBuilderpublic boolean getAllowPartialResults()
optional bool allow_partial_results = 18;getAllowPartialResults in interface ClientProtos.ScanOrBuilderpublic List<HBaseProtos.ColumnFamilyTimeRange> getCfTimeRangeList()
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 19;getCfTimeRangeList in interface ClientProtos.ScanOrBuilderpublic List<? extends HBaseProtos.ColumnFamilyTimeRangeOrBuilder> getCfTimeRangeOrBuilderList()
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 19;getCfTimeRangeOrBuilderList in interface ClientProtos.ScanOrBuilderpublic int getCfTimeRangeCount()
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 19;getCfTimeRangeCount in interface ClientProtos.ScanOrBuilderpublic HBaseProtos.ColumnFamilyTimeRange getCfTimeRange(int index)
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 19;getCfTimeRange in interface ClientProtos.ScanOrBuilderpublic HBaseProtos.ColumnFamilyTimeRangeOrBuilder getCfTimeRangeOrBuilder(int index)
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 19;getCfTimeRangeOrBuilder in interface ClientProtos.ScanOrBuilderpublic boolean hasMvccReadPoint()
optional uint64 mvcc_read_point = 20 [default = 0];hasMvccReadPoint in interface ClientProtos.ScanOrBuilderpublic long getMvccReadPoint()
optional uint64 mvcc_read_point = 20 [default = 0];getMvccReadPoint in interface ClientProtos.ScanOrBuilderpublic boolean hasIncludeStartRow()
optional bool include_start_row = 21 [default = true];hasIncludeStartRow in interface ClientProtos.ScanOrBuilderpublic boolean getIncludeStartRow()
optional bool include_start_row = 21 [default = true];getIncludeStartRow in interface ClientProtos.ScanOrBuilderpublic boolean hasIncludeStopRow()
optional bool include_stop_row = 22 [default = false];hasIncludeStopRow in interface ClientProtos.ScanOrBuilderpublic boolean getIncludeStopRow()
optional bool include_stop_row = 22 [default = false];getIncludeStopRow in interface ClientProtos.ScanOrBuilderpublic boolean hasReadType()
optional .hbase.pb.Scan.ReadType readType = 23 [default = DEFAULT];hasReadType in interface ClientProtos.ScanOrBuilderpublic ClientProtos.Scan.ReadType getReadType()
optional .hbase.pb.Scan.ReadType readType = 23 [default = DEFAULT];getReadType in interface ClientProtos.ScanOrBuilderpublic boolean hasNeedCursorResult()
optional bool need_cursor_result = 24 [default = false];hasNeedCursorResult in interface ClientProtos.ScanOrBuilderpublic boolean getNeedCursorResult()
optional bool need_cursor_result = 24 [default = false];getNeedCursorResult in interface ClientProtos.ScanOrBuilderpublic final boolean isInitialized()
isInitialized in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public void writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitewriteTo in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetSerializedSize in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface org.apache.hbase.thirdparty.com.google.protobuf.Messageequals in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagehashCode in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic static ClientProtos.Scan parseFrom(ByteBuffer data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.Scan parseFrom(ByteBuffer data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.Scan parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.Scan parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.Scan parseFrom(byte[] data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.Scan parseFrom(byte[] data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.Scan parseFrom(InputStream input) throws IOException
IOExceptionpublic static ClientProtos.Scan parseFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientProtos.Scan parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClientProtos.Scan parseDelimitedFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientProtos.Scan parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClientProtos.Scan parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ClientProtos.Scan.Builder newBuilderForType()
newBuilderForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagenewBuilderForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitepublic static ClientProtos.Scan.Builder newBuilder()
public static ClientProtos.Scan.Builder newBuilder(ClientProtos.Scan prototype)
public ClientProtos.Scan.Builder toBuilder()
toBuilder in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagetoBuilder in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteprotected ClientProtos.Scan.Builder newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public static ClientProtos.Scan getDefaultInstance()
public static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.Scan> parser()
public org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.Scan> getParserForType()
getParserForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagegetParserForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetParserForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public ClientProtos.Scan getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderCopyright © 2007–2019 Cloudera. All rights reserved.