Uses of Class
org.apache.hadoop.hbase.chaos.factories.MonkeyFactory
Packages that use MonkeyFactory
Package
Description
-
Uses of MonkeyFactory in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return MonkeyFactoryModifier and TypeMethodDescriptionprotected MonkeyFactoryIntegrationTestBase.getDefaultMonkeyFactory() -
Uses of MonkeyFactory in org.apache.hadoop.hbase.chaos.factories
Subclasses of MonkeyFactory in org.apache.hadoop.hbase.chaos.factoriesModifier and TypeClassDescriptionclassFactory to create a calm ChaosMonkey.classclassA chaos monkey to delete and corrupt regionserver data, requires a user with passwordless ssh access to the cluster and sudo privileges.classA chaos monkey to create distributed cluster related issues, requires a user with passwordless ssh access to the cluster and sudo privileges.classA chaos monkey to kill the active master periodically.classThis is a copy of NoKillMonkeyFactory that also does mob compactions.classThis is a copy of SlowDeterministicMonkeyFactory that also does mob compactions.classMonkey factory to create a ChaosMonkey that will not need access to ssh.classCreates ChaosMonkeys for doing server restart actions, but not flush / compact / snapshot kind of actions.classCreates ChaosMonkeys for doing server restart actions, but not flush / compact / snapshot kind of actions.classclassclassFields in org.apache.hadoop.hbase.chaos.factories with type parameters of type MonkeyFactoryMethods in org.apache.hadoop.hbase.chaos.factories that return MonkeyFactoryModifier and TypeMethodDescriptionstatic MonkeyFactoryMonkeyFactory.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
Methods in org.apache.hadoop.hbase.chaos.util that return MonkeyFactoryModifier and TypeMethodDescriptionprotected MonkeyFactoryChaosMonkeyRunner.getDefaultMonkeyFactory() -
Uses of MonkeyFactory in org.apache.hadoop.hbase.test
Methods in org.apache.hadoop.hbase.test that return MonkeyFactoryModifier and TypeMethodDescriptionprotected MonkeyFactoryIntegrationTestBigLinkedListWithVisibility.getDefaultMonkeyFactory()protected MonkeyFactoryIntegrationTestTimeBoundedRequestsWithRegionReplicas.getDefaultMonkeyFactory()