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