Package org.apache.hadoop.hbase.chaos.policies
package org.apache.hadoop.hbase.chaos.policies
-
ClassDescriptionorg.apache.hadoop.hbase.chaos.policies.CompositeSequentialPolicyA policy that runs multiple other policies one after the otherorg.apache.hadoop.hbase.chaos.policies.DoActionsOncePolicyA policy which performs a sequence of actions deterministically.org.apache.hadoop.hbase.chaos.policies.PeriodicPolicyA policy which does stuff every time interval.org.apache.hadoop.hbase.chaos.policies.PeriodicRandomActionPolicyA policy, which picks a random action according to the given weights, and performs it every configurable period.org.apache.hadoop.hbase.chaos.policies.PolicyA policy to introduce chaos to the clusterorg.apache.hadoop.hbase.chaos.policies.Policy.PolicyContextA context for a Policyorg.apache.hadoop.hbase.chaos.policies.TwoConcurrentActionPolicyChaos Monkey policy that will run two different actions at the same time.