public static final class ClientProtos.Scan extends com.google.protobuf.GeneratedMessage implements ClientProtos.ScanOrBuilder
hbase.pb.Scan
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.
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ClientProtos.Scan.Builder
Protobuf type
hbase.pb.Scan
Instead of get from a table, you can scan it with optional filters. |
static class |
ClientProtos.Scan.ReadType
Protobuf enum
hbase.pb.Scan.ReadType |
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>| 限定符和类型 | 字段和说明 |
|---|---|
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 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 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()
optional bool load_column_families_on_demand = 13;
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]; |
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()
已过时。
|
com.google.protobuf.ByteString |
getStartRow()
optional bytes start_row = 3; |
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; |
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()
optional bool load_column_families_on_demand = 13;
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 com.google.protobuf.GeneratedMessage.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(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static ClientProtos.Scan |
parseDelimitedFrom(InputStream input) |
static ClientProtos.Scan |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Scan |
parseFrom(byte[] data) |
static ClientProtos.Scan |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Scan |
parseFrom(com.google.protobuf.ByteString data) |
static ClientProtos.Scan |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Scan |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientProtos.Scan |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Scan |
parseFrom(InputStream input) |
static ClientProtos.Scan |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClientProtos.Scan.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static com.google.protobuf.Parser<ClientProtos.Scan> PARSER
public 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
public static ClientProtos.Scan getDefaultInstance()
public ClientProtos.Scan getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<ClientProtos.Scan> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessagepublic 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 com.google.protobuf.ByteString getStartRow()
optional bytes start_row = 3;getStartRow 在接口中 ClientProtos.ScanOrBuilderpublic boolean hasStopRow()
optional bytes stop_row = 4;hasStopRow 在接口中 ClientProtos.ScanOrBuilderpublic 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()
optional bool load_column_families_on_demand = 13;
DO NOT add defaults to load_column_families_on_demand.
public boolean getLoadColumnFamiliesOnDemand()
optional bool load_column_families_on_demand = 13;
DO NOT add defaults to load_column_families_on_demand.
@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 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace 在类中 com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static ClientProtos.Scan parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.Scan parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.Scan parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.Scan parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.Scan parseFrom(InputStream input) throws IOException
IOExceptionpublic static ClientProtos.Scan parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientProtos.Scan parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ClientProtos.Scan parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientProtos.Scan parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ClientProtos.Scan parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ClientProtos.Scan.Builder newBuilder()
public ClientProtos.Scan.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static ClientProtos.Scan.Builder newBuilder(ClientProtos.Scan prototype)
public ClientProtos.Scan.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected ClientProtos.Scan.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageCopyright © 2007–2019. All rights reserved.