Uses of Class
org.apache.iotdb.commons.partition.SeriesPartitionTable
-
Packages that use SeriesPartitionTable Package Description org.apache.iotdb.commons.partition -
-
Uses of SeriesPartitionTable in org.apache.iotdb.commons.partition
Methods in org.apache.iotdb.commons.partition that return types with arguments of type SeriesPartitionTable Modifier and Type Method Description java.util.Map<org.apache.iotdb.common.rpc.thrift.TSeriesPartitionSlot,SeriesPartitionTable>DataPartitionTable. getDataPartitionMap()Methods in org.apache.iotdb.commons.partition with parameters of type SeriesPartitionTable Modifier and Type Method Description voidSeriesPartitionTable. createDataPartition(SeriesPartitionTable assignedSeriesPartitionTable, org.apache.iotdb.common.rpc.thrift.TSeriesPartitionSlot seriesPartitionSlot, 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>> groupDeltaMap)Create DataPartition within the specific SeriesPartitionSlotbooleanSeriesPartitionTable. getDataPartition(org.apache.iotdb.confignode.rpc.thrift.TTimeSlotList partitionSlotList, SeriesPartitionTable seriesPartitionTable)Thread-safely get DataPartition within the specific StorageGroupConstructor parameters in org.apache.iotdb.commons.partition with type arguments of type SeriesPartitionTable Constructor Description DataPartitionTable(java.util.Map<org.apache.iotdb.common.rpc.thrift.TSeriesPartitionSlot,SeriesPartitionTable> dataPartitionMap)
-