Uses of Class
org.apache.hadoop.hbase.chaos.policies.Policy
-
Uses of Policy in org.apache.hadoop.hbase.chaos.monkies
ModifierConstructorDescriptionPolicyBasedChaosMonkey
(Properties monkeyProps, IntegrationTestingUtility util, Policy... policies) PolicyBasedChaosMonkey
(IntegrationTestingUtility util, Policy... policies) Construct a new ChaosMonkeyModifierConstructorDescriptionPolicyBasedChaosMonkey
(Properties monkeyProps, IntegrationTestingUtility util, Collection<Policy> policies) PolicyBasedChaosMonkey
(IntegrationTestingUtility util, Collection<Policy> policies) -
Uses of Policy in org.apache.hadoop.hbase.chaos.policies
Modifier and TypeClassDescriptionclass
A policy that runs multiple other policies one after the otherclass
A policy which performs a sequence of actions deterministically.class
A policy which does stuff every time interval.class
A policy, which picks a random action according to the given weights, and performs it every configurable period.class
Chaos Monkey policy that will run two different actions at the same time.