Interface ServiceDisruptionScheme
- All Known Implementing Classes:
BlockClusterStateProcessing
,BlockMasterServiceOnMaster
,BusyMasterServiceDisruption
,IntermittentLongGCDisruption
,LongGCDisruption
,NetworkDisruption
,SingleNodeDisruption
,SlowClusterStateProcessing
public interface ServiceDisruptionScheme
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyToCluster(InternalTestCluster cluster)
void
applyToNode(String node, InternalTestCluster cluster)
org.elasticsearch.core.TimeValue
void
removeAndEnsureHealthy(InternalTestCluster cluster)
void
removeFromCluster(InternalTestCluster cluster)
void
removeFromNode(String node, InternalTestCluster cluster)
void
void
void
-
Method Details
-
applyToCluster
-
removeFromCluster
-
removeAndEnsureHealthy
-
applyToNode
-
removeFromNode
-
startDisrupting
void startDisrupting() -
stopDisrupting
void stopDisrupting() -
testClusterClosed
void testClusterClosed() -
expectedTimeToHeal
org.elasticsearch.core.TimeValue expectedTimeToHeal()
-