Search.ParallelScanRequest.Builder |
Search.ParallelScanRequest.Builder.clear() |
Search.ParallelScanRequest.Builder |
Search.ParallelScanRequest.Builder.clearColumnsToGet()
optional .com.alicloud.openservices.tablestore.core.protocol.ColumnsToGet columns_to_get = 3;
|
Search.ParallelScanRequest.Builder |
Search.ParallelScanRequest.Builder.clearIndexName()
optional string index_name = 2;
|
Search.ParallelScanRequest.Builder |
Search.ParallelScanRequest.Builder.clearScanQuery()
optional .com.alicloud.openservices.tablestore.core.protocol.ScanQuery scan_query = 5;
|
Search.ParallelScanRequest.Builder |
Search.ParallelScanRequest.Builder.clearSessionId()
optional bytes session_id = 4;
|
Search.ParallelScanRequest.Builder |
Search.ParallelScanRequest.Builder.clearTableName()
optional string table_name = 1;
|
Search.ParallelScanRequest.Builder |
Search.ParallelScanRequest.Builder.clearTimeoutMs()
optional int32 timeout_ms = 6;
|
Search.ParallelScanRequest.Builder |
Search.ParallelScanRequest.Builder.mergeColumnsToGet(Search.ColumnsToGet value)
optional .com.alicloud.openservices.tablestore.core.protocol.ColumnsToGet columns_to_get = 3;
|
Search.ParallelScanRequest.Builder |
Search.ParallelScanRequest.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Search.ParallelScanRequest.Builder |
Search.ParallelScanRequest.Builder.mergeFrom(com.aliyun.ots.thirdparty.com.google.protobuf.Message other) |
Search.ParallelScanRequest.Builder |
Search.ParallelScanRequest.Builder.mergeFrom(Search.ParallelScanRequest other) |
Search.ParallelScanRequest.Builder |
Search.ParallelScanRequest.Builder.mergeScanQuery(Search.ScanQuery value)
optional .com.alicloud.openservices.tablestore.core.protocol.ScanQuery scan_query = 5;
|
static Search.ParallelScanRequest.Builder |
Search.ParallelScanRequest.newBuilder() |
static Search.ParallelScanRequest.Builder |
Search.ParallelScanRequest.newBuilder(Search.ParallelScanRequest prototype) |
Search.ParallelScanRequest.Builder |
Search.ParallelScanRequest.newBuilderForType() |
protected Search.ParallelScanRequest.Builder |
Search.ParallelScanRequest.newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
Search.ParallelScanRequest.Builder |
Search.ParallelScanRequest.Builder.setColumnsToGet(Search.ColumnsToGet.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.ColumnsToGet columns_to_get = 3;
|
Search.ParallelScanRequest.Builder |
Search.ParallelScanRequest.Builder.setColumnsToGet(Search.ColumnsToGet value)
optional .com.alicloud.openservices.tablestore.core.protocol.ColumnsToGet columns_to_get = 3;
|
Search.ParallelScanRequest.Builder |
Search.ParallelScanRequest.Builder.setIndexName(String value)
optional string index_name = 2;
|
Search.ParallelScanRequest.Builder |
Search.ParallelScanRequest.Builder.setIndexNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string index_name = 2;
|
Search.ParallelScanRequest.Builder |
Search.ParallelScanRequest.Builder.setScanQuery(Search.ScanQuery.Builder builderForValue)
optional .com.alicloud.openservices.tablestore.core.protocol.ScanQuery scan_query = 5;
|
Search.ParallelScanRequest.Builder |
Search.ParallelScanRequest.Builder.setScanQuery(Search.ScanQuery value)
optional .com.alicloud.openservices.tablestore.core.protocol.ScanQuery scan_query = 5;
|
Search.ParallelScanRequest.Builder |
Search.ParallelScanRequest.Builder.setSessionId(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional bytes session_id = 4;
|
Search.ParallelScanRequest.Builder |
Search.ParallelScanRequest.Builder.setTableName(String value)
optional string table_name = 1;
|
Search.ParallelScanRequest.Builder |
Search.ParallelScanRequest.Builder.setTableNameBytes(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString value)
optional string table_name = 1;
|
Search.ParallelScanRequest.Builder |
Search.ParallelScanRequest.Builder.setTimeoutMs(int value)
optional int32 timeout_ms = 6;
|
Search.ParallelScanRequest.Builder |
Search.ParallelScanRequest.toBuilder() |