public interface NetworkChaos
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NetworkChaos.Action |
static class |
NetworkChaos.DelayType
Delay type to set any delay on toxics that requires a delay configuration.
|
static class |
NetworkChaos.DistributedDelayType
Type for configuring random delays.
|
static class |
NetworkChaos.DistributedJitterType
Type for configuring random jitter values.
|
static class |
NetworkChaos.DistributedLatencyType
Type for configuring random latency times.
|
static class |
NetworkChaos.DistributedRateType
Type for configuring random rates.
|
static class |
NetworkChaos.DistributedTimeoutType
Type for configuring random timeouts.
|
static class |
NetworkChaos.JitterType
Jitter type to set in latency toxic.
|
static class |
NetworkChaos.LatencyType
Latency type to set in latency toxic.
|
static class |
NetworkChaos.RateType
Rate type to set in bandwidth toxic.
|
static class |
NetworkChaos.SliceAverageSizeType
Slice Average Size type for slicing toxic.
|
static class |
NetworkChaos.SliceSizeVariationType
Slice Size Variation type for slicing toxic.
|
static class |
NetworkChaos.TimeoutType
Timeout type to set in timeout toxic.
|
static class |
NetworkChaos.ToxicDirectionStream |
static class |
NetworkChaos.ToxicityType
Toxicity type to set the level of toxicity to apply.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkChaos.Action |
on(String machine,
int port) |
NetworkChaos.Action on(String machine, int port)
Copyright © 2017 JBoss by Red Hat. All rights reserved.