Uses of Class
org.apache.hadoop.hbase.util.StoppableImplementation

Packages that use StoppableImplementation
  • Uses of StoppableImplementation in org.apache.hadoop.hbase.chaos.policies

    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.chaos.policies.CompositeSequentialPolicy
    A policy that runs multiple other policies one after the other
    class 
    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 cluster
    class 
    org.apache.hadoop.hbase.chaos.policies.TwoConcurrentActionPolicy
    Chaos Monkey policy that will run two different actions at the same time.