Interface ClusterStateChangeListener
-
- All Known Implementing Classes:
DocumentDiscoveryLiteService
public interface ClusterStateChangeListenerDocumentNS-internal listener that gets invoked when a change in the clusterNodes collection (active/inactive/timed out/recovering) is detected.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleClusterStateChange()Informs the listener that DocumentNodeStore has discovered a change in the clusterNodes collection.
-