Package org.apache.iotdb.db.wal.allocation
-
Interface Summary Interface Description NodeAllocationStrategy This interface -
Class Summary Class Description AbstractNodeAllocationStrategy FirstCreateStrategy This strategy creates one wal node for each unique identifier.RoundRobinStrategy This strategy creates n wal nodes and allocate them by round-robin strategy.