Uses of Interface
org.apache.iotdb.db.wal.allocation.NodeAllocationStrategy
-
Packages that use NodeAllocationStrategy Package Description org.apache.iotdb.db.wal.allocation -
-
Uses of NodeAllocationStrategy in org.apache.iotdb.db.wal.allocation
Classes in org.apache.iotdb.db.wal.allocation that implement NodeAllocationStrategy Modifier and Type Class Description classAbstractNodeAllocationStrategyclassFirstCreateStrategyThis strategy creates one wal node for each unique identifier.classRoundRobinStrategyThis strategy creates n wal nodes and allocate them by round-robin strategy.
-