Uses of Class
org.apache.iotdb.commons.partition.DataPartitionTable
-
Packages that use DataPartitionTable Package Description org.apache.iotdb.commons.partition -
-
Uses of DataPartitionTable in org.apache.iotdb.commons.partition
Methods in org.apache.iotdb.commons.partition with parameters of type DataPartitionTable Modifier and Type Method Description java.util.Map<org.apache.iotdb.common.rpc.thrift.TConsensusGroupId,java.util.Map<org.apache.iotdb.common.rpc.thrift.TSeriesPartitionSlot,java.util.concurrent.atomic.AtomicLong>>DataPartitionTable. createDataPartition(DataPartitionTable assignedDataPartition)Create DataPartition within the specific StorageGroupbooleanDataPartitionTable. getDataPartition(java.util.Map<org.apache.iotdb.common.rpc.thrift.TSeriesPartitionSlot,org.apache.iotdb.confignode.rpc.thrift.TTimeSlotList> partitionSlots, DataPartitionTable dataPartitionTable)Thread-safely get DataPartition within the specific StorageGroup
-