Class CompositeSequentialPolicy
java.lang.Object
org.apache.hadoop.hbase.util.StoppableImplementation
org.apache.hadoop.hbase.chaos.policies.Policy
org.apache.hadoop.hbase.chaos.policies.CompositeSequentialPolicy
- All Implemented Interfaces:
Runnable
,org.apache.hadoop.hbase.Stoppable
A policy that runs multiple other policies one after the other
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.chaos.policies.Policy
Policy.PolicyContext
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.hadoop.hbase.util.StoppableImplementation
isStopped
-
Field Details
-
policies
-
-
Constructor Details
-
CompositeSequentialPolicy
-
-
Method Details
-
stop
- Specified by:
stop
in interfaceorg.apache.hadoop.hbase.Stoppable
- Overrides:
stop
in classStoppableImplementation
-
run
-
init
-