public interface ScanAccessObjectOrBuilder
extends org.tikv.shade.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDatabase()
string database = 1; |
org.tikv.shade.com.google.protobuf.ByteString |
getDatabaseBytes()
string database = 1; |
IndexAccess |
getIndexes(int index)
repeated .tipb.IndexAccess indexes = 3; |
int |
getIndexesCount()
repeated .tipb.IndexAccess indexes = 3; |
List<IndexAccess> |
getIndexesList()
repeated .tipb.IndexAccess indexes = 3; |
IndexAccessOrBuilder |
getIndexesOrBuilder(int index)
repeated .tipb.IndexAccess indexes = 3; |
List<? extends IndexAccessOrBuilder> |
getIndexesOrBuilderList()
repeated .tipb.IndexAccess indexes = 3; |
String |
getPartitions(int index)
repeated string partitions = 4; |
org.tikv.shade.com.google.protobuf.ByteString |
getPartitionsBytes(int index)
repeated string partitions = 4; |
int |
getPartitionsCount()
repeated string partitions = 4; |
List<String> |
getPartitionsList()
repeated string partitions = 4; |
String |
getTable()
string table = 2; |
org.tikv.shade.com.google.protobuf.ByteString |
getTableBytes()
string table = 2; |
String getDatabase()
string database = 1;org.tikv.shade.com.google.protobuf.ByteString getDatabaseBytes()
string database = 1;String getTable()
string table = 2;org.tikv.shade.com.google.protobuf.ByteString getTableBytes()
string table = 2;List<IndexAccess> getIndexesList()
repeated .tipb.IndexAccess indexes = 3;IndexAccess getIndexes(int index)
repeated .tipb.IndexAccess indexes = 3;int getIndexesCount()
repeated .tipb.IndexAccess indexes = 3;List<? extends IndexAccessOrBuilder> getIndexesOrBuilderList()
repeated .tipb.IndexAccess indexes = 3;IndexAccessOrBuilder getIndexesOrBuilder(int index)
repeated .tipb.IndexAccess indexes = 3;int getPartitionsCount()
repeated string partitions = 4;String getPartitions(int index)
repeated string partitions = 4;org.tikv.shade.com.google.protobuf.ByteString getPartitionsBytes(int index)
repeated string partitions = 4;Copyright © 2023 PingCAP. All rights reserved.