Uses of Class
org.apache.hadoop.hbase.chaos.policies.Policy
Packages that use Policy
-
Uses of Policy in org.apache.hadoop.hbase.chaos.monkies
Fields in org.apache.hadoop.hbase.chaos.monkies declared as PolicyConstructors in org.apache.hadoop.hbase.chaos.monkies with parameters of type PolicyModifierConstructorDescriptionPolicyBasedChaosMonkey
(Properties monkeyProps, IntegrationTestingUtility util, Policy... policies) PolicyBasedChaosMonkey
(IntegrationTestingUtility util, Policy... policies) Construct a new ChaosMonkeyConstructor parameters in org.apache.hadoop.hbase.chaos.monkies with type arguments of type PolicyModifierConstructorDescriptionPolicyBasedChaosMonkey
(Properties monkeyProps, IntegrationTestingUtility util, Collection<Policy> policies) PolicyBasedChaosMonkey
(IntegrationTestingUtility util, Collection<Policy> policies) -
Uses of Policy in org.apache.hadoop.hbase.chaos.policies
Subclasses of Policy in org.apache.hadoop.hbase.chaos.policiesModifier 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.Fields in org.apache.hadoop.hbase.chaos.policies declared as PolicyFields in org.apache.hadoop.hbase.chaos.policies with type parameters of type PolicyMethods in org.apache.hadoop.hbase.chaos.policies with parameters of type PolicyConstructors in org.apache.hadoop.hbase.chaos.policies with parameters of type Policy