| Interface | Description |
|---|---|
| MonkeyConstants |
| Class | Description |
|---|---|
| CalmMonkeyFactory |
Factory to create a calm ChaosMonkey.
|
| DataIssuesMonkeyFactory |
A chaos monkey to delete and corrupt regionserver data, requires a user with
passwordless ssh access to the cluster and sudo privileges.
|
| DistributedIssuesMonkeyFactory |
A chaos monkey to create distributed cluster related issues, requires a user with
passwordless ssh access to the cluster and sudo privileges.
|
| MasterKillingMonkeyFactory |
A chaos monkey to kill the active master periodically.
|
| MobNoKillMonkeyFactory |
This is a copy of NoKillMonkeyFactory that also does mob compactions.
|
| MobSlowDeterministicMonkeyFactory |
This is a copy of SlowDeterministicMonkeyFactory that also does mob compactions.
|
| MonkeyFactory |
Base class of the factory that will create a ChaosMonkey.
|
| NoKillMonkeyFactory |
Monkey factory to create a ChaosMonkey that will not need access to ssh.
|
| ServerAndDependenciesKillingMonkeyFactory |
Creates ChaosMonkeys for doing server restart actions, but not
flush / compact / snapshot kind of actions.
|
| ServerKillingMonkeyFactory |
Creates ChaosMonkeys for doing server restart actions, but not
flush / compact / snapshot kind of actions.
|
| SlowDeterministicMonkeyFactory | |
| StressAssignmentManagerMonkeyFactory | |
| UnbalanceMonkeyFactory |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.