Class TwoConcurrentActionPolicy

All Implemented Interfaces:
Runnable, org.apache.hadoop.hbase.Stoppable

Chaos Monkey policy that will run two different actions at the same time. A random action from each array of actions will be chosen and then run in parallel.