Uses of Class
org.apache.hadoop.hbase.util.StoppableImplementation
Packages that use StoppableImplementation
-
Uses of StoppableImplementation in org.apache.hadoop.hbase.chaos.policies
Subclasses of StoppableImplementation in org.apache.hadoop.hbase.chaos.policiesModifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.chaos.policies.CompositeSequentialPolicy
A policy that runs multiple other policies one after the otherclass
org.apache.hadoop.hbase.chaos.policies.DoActionsOncePolicy
A policy which performs a sequence of actions deterministically.class
org.apache.hadoop.hbase.chaos.policies.PeriodicPolicy
A policy which does stuff every time interval.class
org.apache.hadoop.hbase.chaos.policies.PeriodicRandomActionPolicy
A policy, which picks a random action according to the given weights, and performs it every configurable period.class
org.apache.hadoop.hbase.chaos.policies.Policy
A policy to introduce chaos to the clusterclass
org.apache.hadoop.hbase.chaos.policies.TwoConcurrentActionPolicy
Chaos Monkey policy that will run two different actions at the same time.