Uses of Class
org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
Package
Description
-
Uses of MonkeyFactory in org.apache.hadoop.hbase
Modifier and TypeMethodDescriptionprotected MonkeyFactory
IntegrationTestBase.getDefaultMonkeyFactory()
-
Uses of MonkeyFactory in org.apache.hadoop.hbase.chaos.factories
Modifier and TypeClassDescriptionclass
Factory to create a calm ChaosMonkey.class
class
A chaos monkey to delete and corrupt regionserver data, requires a user with passwordless ssh access to the cluster and sudo privileges.class
A chaos monkey to create distributed cluster related issues, requires a user with passwordless ssh access to the cluster and sudo privileges.class
A chaos monkey to kill the active master periodically.class
This is a copy of NoKillMonkeyFactory that also does mob compactions.class
This is a copy of SlowDeterministicMonkeyFactory that also does mob compactions.class
Monkey factory to create a ChaosMonkey that will not need access to ssh.class
Creates ChaosMonkeys for doing server restart actions, but not flush / compact / snapshot kind of actions.class
Creates ChaosMonkeys for doing server restart actions, but not flush / compact / snapshot kind of actions.class
class
class
Modifier and TypeMethodDescriptionstatic MonkeyFactory
MonkeyFactory.getFactory
(String factoryName) MonkeyFactory.setColumnFamilies
(Set<String> columnFamilies) MonkeyFactory.setProperties
(Properties props) MonkeyFactory.setTableName
(org.apache.hadoop.hbase.TableName tableName) MonkeyFactory.setUtil
(IntegrationTestingUtility util) -
Uses of MonkeyFactory in org.apache.hadoop.hbase.chaos.util
Modifier and TypeMethodDescriptionprotected MonkeyFactory
ChaosMonkeyRunner.getDefaultMonkeyFactory()
-
Uses of MonkeyFactory in org.apache.hadoop.hbase.test
Modifier and TypeMethodDescriptionprotected MonkeyFactory
IntegrationTestBigLinkedListWithVisibility.getDefaultMonkeyFactory()
protected MonkeyFactory
IntegrationTestTimeBoundedRequestsWithRegionReplicas.getDefaultMonkeyFactory()