Uses of Class
org.apache.iotdb.commons.partition.SchemaPartitionTable
-
Packages that use SchemaPartitionTable Package Description org.apache.iotdb.commons.partition -
-
Uses of SchemaPartitionTable in org.apache.iotdb.commons.partition
Methods in org.apache.iotdb.commons.partition with parameters of type SchemaPartitionTable 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>>SchemaPartitionTable. createSchemaPartition(SchemaPartitionTable assignedSchemaPartition)Create SchemaPartition within the specific StorageGroupbooleanSchemaPartitionTable. getSchemaPartition(java.util.List<org.apache.iotdb.common.rpc.thrift.TSeriesPartitionSlot> partitionSlots, SchemaPartitionTable schemaPartitionTable)Thread-safely get SchemaPartition within the specific StorageGroup
-