public interface ClusterInfoDao
Modifier and Type | Method and Description |
---|---|
Collection<ClusterInfoEntity> |
getNodeStatus(Collection<String> nodeIds) |
int |
removeStatusNotIn(Collection<String> activeNodeIds) |
void |
store(ClusterInfoEntity clusterInfo) |
void store(ClusterInfoEntity clusterInfo)
Collection<ClusterInfoEntity> getNodeStatus(Collection<String> nodeIds)
int removeStatusNotIn(Collection<String> activeNodeIds)
Copyright © 2020 Atlassian. All rights reserved.