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| 限定符和类型 | 类和说明 |
|---|---|
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.FieldAccessorTable| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ALLOW_PARTIAL_RESULTS_FIELD_NUMBER |
static int |
ATTRIBUTE_FIELD_NUMBER |
static int |
BATCH_SIZE_FIELD_NUMBER |
static int |
CACHE_BLOCKS_FIELD_NUMBER |
static int |
CACHING_FIELD_NUMBER |
static int |
CF_TIME_RANGE_FIELD_NUMBER |
static int |
COLUMN_FIELD_NUMBER |
static int |
CONSISTENCY_FIELD_NUMBER |
static int |
FILTER_FIELD_NUMBER |
static int |
INCLUDE_START_ROW_FIELD_NUMBER |
static int |
INCLUDE_STOP_ROW_FIELD_NUMBER |
static int |
LOAD_COLUMN_FAMILIES_ON_DEMAND_FIELD_NUMBER |
static int |
MAX_RESULT_SIZE_FIELD_NUMBER |
static int |
MAX_VERSIONS_FIELD_NUMBER |
static int |
MVCC_READ_POINT_FIELD_NUMBER |
static int |
NEED_CURSOR_RESULT_FIELD_NUMBER |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.Scan> |
PARSER
已过时。
|
static int |
READTYPE_FIELD_NUMBER |
static int |
REVERSED_FIELD_NUMBER |
static int |
SMALL_FIELD_NUMBER |
static int |
START_ROW_FIELD_NUMBER |
static int |
STOP_ROW_FIELD_NUMBER |
static int |
STORE_LIMIT_FIELD_NUMBER |
static int |
STORE_OFFSET_FIELD_NUMBER |
static int |
TIME_RANGE_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
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()
已过时。
|
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()
已过时。
|
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, writeTopublic 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 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 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public List<ClientProtos.Column> getColumnList()
repeated .hbase.pb.Column column = 1;getColumnList 在接口中 ClientProtos.ScanOrBuilderpublic List<? extends ClientProtos.ColumnOrBuilder> getColumnOrBuilderList()
repeated .hbase.pb.Column column = 1;public int getColumnCount()
repeated .hbase.pb.Column column = 1;getColumnCount 在接口中 ClientProtos.ScanOrBuilderpublic ClientProtos.Column getColumn(int index)
repeated .hbase.pb.Column column = 1;getColumn 在接口中 ClientProtos.ScanOrBuilderpublic ClientProtos.ColumnOrBuilder getColumnOrBuilder(int index)
repeated .hbase.pb.Column column = 1;getColumnOrBuilder 在接口中 ClientProtos.ScanOrBuilderpublic List<HBaseProtos.NameBytesPair> getAttributeList()
repeated .hbase.pb.NameBytesPair attribute = 2;getAttributeList 在接口中 ClientProtos.ScanOrBuilderpublic List<? extends HBaseProtos.NameBytesPairOrBuilder> getAttributeOrBuilderList()
repeated .hbase.pb.NameBytesPair attribute = 2;public int getAttributeCount()
repeated .hbase.pb.NameBytesPair attribute = 2;getAttributeCount 在接口中 ClientProtos.ScanOrBuilderpublic HBaseProtos.NameBytesPair getAttribute(int index)
repeated .hbase.pb.NameBytesPair attribute = 2;getAttribute 在接口中 ClientProtos.ScanOrBuilderpublic HBaseProtos.NameBytesPairOrBuilder getAttributeOrBuilder(int index)
repeated .hbase.pb.NameBytesPair attribute = 2;public boolean hasStartRow()
optional bytes start_row = 3;hasStartRow 在接口中 ClientProtos.ScanOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getStartRow()
optional bytes start_row = 3;getStartRow 在接口中 ClientProtos.ScanOrBuilderpublic boolean hasStopRow()
optional bytes stop_row = 4;hasStopRow 在接口中 ClientProtos.ScanOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getStopRow()
optional bytes stop_row = 4;getStopRow 在接口中 ClientProtos.ScanOrBuilderpublic boolean hasFilter()
optional .hbase.pb.Filter filter = 5;hasFilter 在接口中 ClientProtos.ScanOrBuilderpublic FilterProtos.Filter getFilter()
optional .hbase.pb.Filter filter = 5;getFilter 在接口中 ClientProtos.ScanOrBuilderpublic FilterProtos.FilterOrBuilder getFilterOrBuilder()
optional .hbase.pb.Filter filter = 5;getFilterOrBuilder 在接口中 ClientProtos.ScanOrBuilderpublic boolean hasTimeRange()
optional .hbase.pb.TimeRange time_range = 6;hasTimeRange 在接口中 ClientProtos.ScanOrBuilderpublic HBaseProtos.TimeRange getTimeRange()
optional .hbase.pb.TimeRange time_range = 6;getTimeRange 在接口中 ClientProtos.ScanOrBuilderpublic HBaseProtos.TimeRangeOrBuilder getTimeRangeOrBuilder()
optional .hbase.pb.TimeRange time_range = 6;public boolean hasMaxVersions()
optional uint32 max_versions = 7 [default = 1];hasMaxVersions 在接口中 ClientProtos.ScanOrBuilderpublic int getMaxVersions()
optional uint32 max_versions = 7 [default = 1];getMaxVersions 在接口中 ClientProtos.ScanOrBuilderpublic boolean hasCacheBlocks()
optional bool cache_blocks = 8 [default = true];hasCacheBlocks 在接口中 ClientProtos.ScanOrBuilderpublic boolean getCacheBlocks()
optional bool cache_blocks = 8 [default = true];getCacheBlocks 在接口中 ClientProtos.ScanOrBuilderpublic boolean hasBatchSize()
optional uint32 batch_size = 9;hasBatchSize 在接口中 ClientProtos.ScanOrBuilderpublic int getBatchSize()
optional uint32 batch_size = 9;getBatchSize 在接口中 ClientProtos.ScanOrBuilderpublic boolean hasMaxResultSize()
optional uint64 max_result_size = 10;hasMaxResultSize 在接口中 ClientProtos.ScanOrBuilderpublic long getMaxResultSize()
optional uint64 max_result_size = 10;getMaxResultSize 在接口中 ClientProtos.ScanOrBuilderpublic boolean hasStoreLimit()
optional uint32 store_limit = 11;hasStoreLimit 在接口中 ClientProtos.ScanOrBuilderpublic int getStoreLimit()
optional uint32 store_limit = 11;getStoreLimit 在接口中 ClientProtos.ScanOrBuilderpublic boolean hasStoreOffset()
optional uint32 store_offset = 12;hasStoreOffset 在接口中 ClientProtos.ScanOrBuilderpublic int getStoreOffset()
optional uint32 store_offset = 12;getStoreOffset 在接口中 ClientProtos.ScanOrBuilderpublic boolean hasLoadColumnFamiliesOnDemand()
DO NOT add defaults to load_column_families_on_demand.
optional bool load_column_families_on_demand = 13;public boolean getLoadColumnFamiliesOnDemand()
DO NOT add defaults to load_column_families_on_demand.
optional bool load_column_families_on_demand = 13;@Deprecated public boolean hasSmall()
optional bool small = 14 [deprecated = true];hasSmall 在接口中 ClientProtos.ScanOrBuilder@Deprecated public boolean getSmall()
optional bool small = 14 [deprecated = true];getSmall 在接口中 ClientProtos.ScanOrBuilderpublic boolean hasReversed()
optional bool reversed = 15 [default = false];hasReversed 在接口中 ClientProtos.ScanOrBuilderpublic boolean getReversed()
optional bool reversed = 15 [default = false];getReversed 在接口中 ClientProtos.ScanOrBuilderpublic boolean hasConsistency()
optional .hbase.pb.Consistency consistency = 16 [default = STRONG];hasConsistency 在接口中 ClientProtos.ScanOrBuilderpublic ClientProtos.Consistency getConsistency()
optional .hbase.pb.Consistency consistency = 16 [default = STRONG];getConsistency 在接口中 ClientProtos.ScanOrBuilderpublic boolean hasCaching()
optional uint32 caching = 17;hasCaching 在接口中 ClientProtos.ScanOrBuilderpublic int getCaching()
optional uint32 caching = 17;getCaching 在接口中 ClientProtos.ScanOrBuilderpublic boolean hasAllowPartialResults()
optional bool allow_partial_results = 18;public boolean getAllowPartialResults()
optional bool allow_partial_results = 18;public List<HBaseProtos.ColumnFamilyTimeRange> getCfTimeRangeList()
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 19;getCfTimeRangeList 在接口中 ClientProtos.ScanOrBuilderpublic List<? extends HBaseProtos.ColumnFamilyTimeRangeOrBuilder> getCfTimeRangeOrBuilderList()
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 19;public int getCfTimeRangeCount()
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 19;public HBaseProtos.ColumnFamilyTimeRange getCfTimeRange(int index)
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 19;getCfTimeRange 在接口中 ClientProtos.ScanOrBuilderpublic HBaseProtos.ColumnFamilyTimeRangeOrBuilder getCfTimeRangeOrBuilder(int index)
repeated .hbase.pb.ColumnFamilyTimeRange cf_time_range = 19;public boolean hasMvccReadPoint()
optional uint64 mvcc_read_point = 20 [default = 0];hasMvccReadPoint 在接口中 ClientProtos.ScanOrBuilderpublic long getMvccReadPoint()
optional uint64 mvcc_read_point = 20 [default = 0];getMvccReadPoint 在接口中 ClientProtos.ScanOrBuilderpublic boolean hasIncludeStartRow()
optional bool include_start_row = 21 [default = true];hasIncludeStartRow 在接口中 ClientProtos.ScanOrBuilderpublic boolean getIncludeStartRow()
optional bool include_start_row = 21 [default = true];getIncludeStartRow 在接口中 ClientProtos.ScanOrBuilderpublic boolean hasIncludeStopRow()
optional bool include_stop_row = 22 [default = false];hasIncludeStopRow 在接口中 ClientProtos.ScanOrBuilderpublic boolean getIncludeStopRow()
optional bool include_stop_row = 22 [default = false];getIncludeStopRow 在接口中 ClientProtos.ScanOrBuilderpublic boolean hasReadType()
optional .hbase.pb.Scan.ReadType readType = 23 [default = DEFAULT];hasReadType 在接口中 ClientProtos.ScanOrBuilderpublic ClientProtos.Scan.ReadType getReadType()
optional .hbase.pb.Scan.ReadType readType = 23 [default = DEFAULT];getReadType 在接口中 ClientProtos.ScanOrBuilderpublic boolean hasNeedCursorResult()
optional bool need_cursor_result = 24 [default = false];public boolean getNeedCursorResult()
optional bool need_cursor_result = 24 [default = false];public final boolean isInitialized()
isInitialized 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public void writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLitewriteTo 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetSerializedSize 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Messageequals 在类中 org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessagehashCode 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessagenewBuilderForType 在接口中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessagetoBuilder 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteprotected ClientProtos.Scan.Builder newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessagegetParserForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetParserForType 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public ClientProtos.Scan getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderCopyright © 2007–2019. All rights reserved.