public static final class Search.ParallelScanRequest extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage implements Search.ParallelScanRequestOrBuilder
com.alicloud.openservices.tablestore.core.protocol.ParallelScanRequest| 限定符和类型 | 类和说明 |
|---|---|
static class |
Search.ParallelScanRequest.Builder
Protobuf type
com.alicloud.openservices.tablestore.core.protocol.ParallelScanRequest |
com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.aliyun.ots.thirdparty.com.google.protobuf.Message,T>, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.UnusedPrivateParameter| 限定符和类型 | 字段和说明 |
|---|---|
static int |
COLUMNS_TO_GET_FIELD_NUMBER |
static int |
INDEX_NAME_FIELD_NUMBER |
static int |
SCAN_QUERY_FIELD_NUMBER |
static int |
SESSION_ID_FIELD_NUMBER |
static int |
TABLE_NAME_FIELD_NUMBER |
static int |
TIMEOUT_MS_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
Search.ColumnsToGet |
getColumnsToGet()
optional .com.alicloud.openservices.tablestore.core.protocol.ColumnsToGet columns_to_get = 3; |
Search.ColumnsToGetOrBuilder |
getColumnsToGetOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.ColumnsToGet columns_to_get = 3; |
static Search.ParallelScanRequest |
getDefaultInstance() |
Search.ParallelScanRequest |
getDefaultInstanceForType() |
static com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getIndexName()
optional string index_name = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getIndexNameBytes()
optional string index_name = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.Parser<Search.ParallelScanRequest> |
getParserForType() |
Search.ScanQuery |
getScanQuery()
optional .com.alicloud.openservices.tablestore.core.protocol.ScanQuery scan_query = 5; |
Search.ScanQueryOrBuilder |
getScanQueryOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.ScanQuery scan_query = 5; |
int |
getSerializedSize() |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getSessionId()
optional bytes session_id = 4; |
String |
getTableName()
optional string table_name = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTableNameBytes()
optional string table_name = 1; |
int |
getTimeoutMs()
optional int32 timeout_ms = 6; |
boolean |
hasColumnsToGet()
optional .com.alicloud.openservices.tablestore.core.protocol.ColumnsToGet columns_to_get = 3; |
int |
hashCode() |
boolean |
hasIndexName()
optional string index_name = 2; |
boolean |
hasScanQuery()
optional .com.alicloud.openservices.tablestore.core.protocol.ScanQuery scan_query = 5; |
boolean |
hasSessionId()
optional bytes session_id = 4; |
boolean |
hasTableName()
optional string table_name = 1; |
boolean |
hasTimeoutMs()
optional int32 timeout_ms = 6; |
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Search.ParallelScanRequest.Builder |
newBuilder() |
static Search.ParallelScanRequest.Builder |
newBuilder(Search.ParallelScanRequest prototype) |
Search.ParallelScanRequest.Builder |
newBuilderForType() |
protected Search.ParallelScanRequest.Builder |
newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
static Search.ParallelScanRequest |
parseDelimitedFrom(InputStream input) |
static Search.ParallelScanRequest |
parseDelimitedFrom(InputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.ParallelScanRequest |
parseFrom(byte[] data) |
static Search.ParallelScanRequest |
parseFrom(byte[] data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.ParallelScanRequest |
parseFrom(ByteBuffer data) |
static Search.ParallelScanRequest |
parseFrom(ByteBuffer data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.ParallelScanRequest |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data) |
static Search.ParallelScanRequest |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.ParallelScanRequest |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input) |
static Search.ParallelScanRequest |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.ParallelScanRequest |
parseFrom(InputStream input) |
static Search.ParallelScanRequest |
parseFrom(InputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.aliyun.ots.thirdparty.com.google.protobuf.Parser<Search.ParallelScanRequest> |
parser() |
Search.ParallelScanRequest.Builder |
toBuilder() |
void |
writeTo(com.aliyun.ots.thirdparty.com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashFields, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int TABLE_NAME_FIELD_NUMBER
public static final int INDEX_NAME_FIELD_NUMBER
public static final int COLUMNS_TO_GET_FIELD_NUMBER
public static final int SESSION_ID_FIELD_NUMBER
public static final int SCAN_QUERY_FIELD_NUMBER
public static final int TIMEOUT_MS_FIELD_NUMBER
public static final com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessagepublic boolean hasTableName()
optional string table_name = 1;hasTableName 在接口中 Search.ParallelScanRequestOrBuilderpublic String getTableName()
optional string table_name = 1;getTableName 在接口中 Search.ParallelScanRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTableNameBytes()
optional string table_name = 1;getTableNameBytes 在接口中 Search.ParallelScanRequestOrBuilderpublic boolean hasIndexName()
optional string index_name = 2;hasIndexName 在接口中 Search.ParallelScanRequestOrBuilderpublic String getIndexName()
optional string index_name = 2;getIndexName 在接口中 Search.ParallelScanRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getIndexNameBytes()
optional string index_name = 2;getIndexNameBytes 在接口中 Search.ParallelScanRequestOrBuilderpublic boolean hasColumnsToGet()
optional .com.alicloud.openservices.tablestore.core.protocol.ColumnsToGet columns_to_get = 3;hasColumnsToGet 在接口中 Search.ParallelScanRequestOrBuilderpublic Search.ColumnsToGet getColumnsToGet()
optional .com.alicloud.openservices.tablestore.core.protocol.ColumnsToGet columns_to_get = 3;getColumnsToGet 在接口中 Search.ParallelScanRequestOrBuilderpublic Search.ColumnsToGetOrBuilder getColumnsToGetOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.ColumnsToGet columns_to_get = 3;public boolean hasSessionId()
optional bytes session_id = 4;hasSessionId 在接口中 Search.ParallelScanRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getSessionId()
optional bytes session_id = 4;getSessionId 在接口中 Search.ParallelScanRequestOrBuilderpublic boolean hasScanQuery()
optional .com.alicloud.openservices.tablestore.core.protocol.ScanQuery scan_query = 5;hasScanQuery 在接口中 Search.ParallelScanRequestOrBuilderpublic Search.ScanQuery getScanQuery()
optional .com.alicloud.openservices.tablestore.core.protocol.ScanQuery scan_query = 5;getScanQuery 在接口中 Search.ParallelScanRequestOrBuilderpublic Search.ScanQueryOrBuilder getScanQueryOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.ScanQuery scan_query = 5;public boolean hasTimeoutMs()
optional int32 timeout_ms = 6;hasTimeoutMs 在接口中 Search.ParallelScanRequestOrBuilderpublic int getTimeoutMs()
optional int32 timeout_ms = 6;getTimeoutMs 在接口中 Search.ParallelScanRequestOrBuilderpublic final boolean isInitialized()
isInitialized 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessagepublic void writeTo(com.aliyun.ots.thirdparty.com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitewriteTo 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitegetSerializedSize 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessagepublic boolean equals(Object obj)
equals 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Messageequals 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagehashCode 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessagepublic static Search.ParallelScanRequest parseFrom(ByteBuffer data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.ParallelScanRequest parseFrom(ByteBuffer data, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.ParallelScanRequest parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.ParallelScanRequest parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.ParallelScanRequest parseFrom(byte[] data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.ParallelScanRequest parseFrom(byte[] data, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.ParallelScanRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static Search.ParallelScanRequest parseFrom(InputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Search.ParallelScanRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Search.ParallelScanRequest parseDelimitedFrom(InputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Search.ParallelScanRequest parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Search.ParallelScanRequest parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Search.ParallelScanRequest.Builder newBuilderForType()
newBuilderForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagenewBuilderForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitepublic static Search.ParallelScanRequest.Builder newBuilder()
public static Search.ParallelScanRequest.Builder newBuilder(Search.ParallelScanRequest prototype)
public Search.ParallelScanRequest.Builder toBuilder()
toBuilder 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagetoBuilder 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteprotected Search.ParallelScanRequest.Builder newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent)
newBuilderForType 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessagepublic static Search.ParallelScanRequest getDefaultInstance()
public static com.aliyun.ots.thirdparty.com.google.protobuf.Parser<Search.ParallelScanRequest> parser()
public com.aliyun.ots.thirdparty.com.google.protobuf.Parser<Search.ParallelScanRequest> getParserForType()
getParserForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagegetParserForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitegetParserForType 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessagepublic Search.ParallelScanRequest getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilderCopyright © 2025. All Rights Reserved.