Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.chaos.factories | |
org.apache.hadoop.hbase.chaos.util | |
org.apache.hadoop.hbase.test |
Modifier and Type | Method and Description |
---|---|
protected MonkeyFactory |
IntegrationTestBase.getDefaultMonkeyFactory() |
Modifier and Type | Class and Description |
---|---|
class |
CalmMonkeyFactory
Factory to create a calm ChaosMonkey.
|
class |
MasterKillingMonkeyFactory
A chaos monkey to kill the active master periodically.
|
class |
MobNoKillMonkeyFactory
This is a copy of NoKillMonkeyFactory that also does mob compactions.
|
class |
MobSlowDeterministicMonkeyFactory
This is a copy of SlowDeterministicMonkeyFactory that also does mob compactions.
|
class |
NoKillMonkeyFactory
Monkey factory to create a ChaosMonkey that will not need access to ssh.
|
class |
ServerAndDependenciesKillingMonkeyFactory
Creates ChaosMonkeys for doing server restart actions, but not
flush / compact / snapshot kind of actions.
|
class |
ServerKillingMonkeyFactory
Creates ChaosMonkeys for doing server restart actions, but not
flush / compact / snapshot kind of actions.
|
class |
SlowDeterministicMonkeyFactory |
class |
StressAssignmentManagerMonkeyFactory |
class |
UnbalanceMonkeyFactory |
Modifier and Type | Field and Description |
---|---|
static Map<String,MonkeyFactory> |
MonkeyFactory.FACTORIES |
Modifier and Type | Method and Description |
---|---|
static MonkeyFactory |
MonkeyFactory.getFactory(String factoryName) |
MonkeyFactory |
MonkeyFactory.setColumnFamilies(Set<String> columnFamilies) |
MonkeyFactory |
MonkeyFactory.setProperties(Properties props) |
MonkeyFactory |
MonkeyFactory.setTableName(org.apache.hadoop.hbase.TableName tableName) |
MonkeyFactory |
MonkeyFactory.setUtil(IntegrationTestingUtility util) |
Modifier and Type | Method and Description |
---|---|
protected MonkeyFactory |
ChaosMonkeyRunner.getDefaultMonkeyFactory() |
Modifier and Type | Method and Description |
---|---|
protected MonkeyFactory |
IntegrationTestTimeBoundedRequestsWithRegionReplicas.getDefaultMonkeyFactory() |
protected MonkeyFactory |
IntegrationTestBigLinkedListWithVisibility.getDefaultMonkeyFactory() |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.