public interface ServiceDisruptionScheme
Modifier and Type | Method and Description |
---|---|
void |
applyToCluster(InternalTestCluster cluster) |
void |
applyToNode(java.lang.String node,
InternalTestCluster cluster) |
org.elasticsearch.common.unit.TimeValue |
expectedTimeToHeal() |
void |
removeAndEnsureHealthy(InternalTestCluster cluster) |
void |
removeFromCluster(InternalTestCluster cluster) |
void |
removeFromNode(java.lang.String node,
InternalTestCluster cluster) |
void |
startDisrupting() |
void |
stopDisrupting() |
void |
testClusterClosed() |
void applyToCluster(InternalTestCluster cluster)
void removeFromCluster(InternalTestCluster cluster)
void removeAndEnsureHealthy(InternalTestCluster cluster)
void applyToNode(java.lang.String node, InternalTestCluster cluster)
void removeFromNode(java.lang.String node, InternalTestCluster cluster)
void startDisrupting()
void stopDisrupting()
void testClusterClosed()
org.elasticsearch.common.unit.TimeValue expectedTimeToHeal()