public interface DynamicPartitionAccessObjectOrBuilder
extends org.tikv.shade.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getAllPartitions()
bool all_partitions = 3; |
String |
getDatabase()
string database = 1; |
org.tikv.shade.com.google.protobuf.ByteString |
getDatabaseBytes()
string database = 1; |
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;boolean getAllPartitions()
bool all_partitions = 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.