Interface NodeAllocationStrategy
-
- All Known Implementing Classes:
AbstractNodeAllocationStrategy,FirstCreateStrategy,RoundRobinStrategy
public interface NodeAllocationStrategyThis interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IWALNodeapplyForWALNode(java.lang.String applicantUniqueId)Allocate one wal node for the applicantvoidclear()java.util.List<WALNode>getNodesSnapshot()Get all wal nodes
-