Class NetworkDisruption.NetworkLinkDisruptionType

java.lang.Object
org.elasticsearch.test.disruption.NetworkDisruption.NetworkLinkDisruptionType
Direct Known Subclasses:
NetworkDisruption.NetworkDelay
Enclosing class:
NetworkDisruption

public abstract static class NetworkDisruption.NetworkLinkDisruptionType
extends java.lang.Object
Abstract class representing various types of network disruptions. Instances of this class override the applyDisruption(org.elasticsearch.test.transport.MockTransportService, org.elasticsearch.test.transport.MockTransportService) method to apply their specific disruption type to requests that are send from a source to a target node.