Package com.atlassian.crowd.dao.cluster
Interface ClusterInfoDao
public interface ClusterInfoDao
Allows persisting and retrieving information about the cluster nodes
-
Method Summary
Modifier and TypeMethodDescriptiongetNodeStatus(Collection<String> nodeIds) intremoveStatusNotIn(Collection<String> activeNodeIds) voidstore(ClusterInfoEntity clusterInfo)
-
Method Details
-
store
-
getNodeStatus
-
removeStatusNotIn
-