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