Package org.apache.hadoop.hbase
Interface CoordinatedStateManager
- All Known Implementing Classes:
ZkCoordinatedStateManager
Implementations of this interface will keep and return to clients implementations of classes
providing API to execute coordinated operations. This interface is client-side, so it does NOT
include methods to retrieve the particular interface implementations. For each coarse-grained
area of operations there will be a separate interface with implementation, providing API for
relevant operations requiring coordination.
-
Method Summary
Modifier and TypeMethodDescriptionMethod to retrieve coordination for split log managerMethod to retrieve coordination for split log worker
-
Method Details
-
getSplitLogWorkerCoordination
Method to retrieve coordination for split log worker -
getSplitLogManagerCoordination
Method to retrieve coordination for split log manager
-