Interface ServiceDisruptionScheme
- All Known Implementing Classes:
BlockClusterStateProcessing,BlockMasterServiceOnMaster,BusyMasterServiceDisruption,IntermittentLongGCDisruption,LongGCDisruption,NetworkDisruption,SingleNodeDisruption,SlowClusterStateProcessing
public interface ServiceDisruptionScheme
-
Method Summary
Modifier and Type Method Description voidapplyToCluster(InternalTestCluster cluster)voidapplyToNode(java.lang.String node, InternalTestCluster cluster)org.elasticsearch.common.unit.TimeValueexpectedTimeToHeal()voidremoveAndEnsureHealthy(InternalTestCluster cluster)voidremoveFromCluster(InternalTestCluster cluster)voidremoveFromNode(java.lang.String node, InternalTestCluster cluster)voidstartDisrupting()voidstopDisrupting()voidtestClusterClosed()
-
Method Details
-
applyToCluster
-
removeFromCluster
-
removeAndEnsureHealthy
-
applyToNode
-
removeFromNode
-
startDisrupting
void startDisrupting() -
stopDisrupting
void stopDisrupting() -
testClusterClosed
void testClusterClosed() -
expectedTimeToHeal
org.elasticsearch.common.unit.TimeValue expectedTimeToHeal()
-