Interface ClusterSafetyManager
-
- All Known Implementing Classes:
AbstractClusterSafetyManager
,DefaultClusterSafetyManager
,HazelcastClusterSafetyManager
@Internal @Transactional public interface ClusterSafetyManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
verify(long runInterval)
Ensures cluster is safe.
-