| Class | Description | 
|---|---|
| CompositeSequentialPolicy | 
 A policy that runs multiple other policies one after the other 
 | 
| DoActionsOncePolicy | 
 A policy which performs a sequence of actions deterministically. 
 | 
| PeriodicPolicy | 
 A policy which does stuff every time interval. 
 | 
| PeriodicRandomActionPolicy | 
 A policy, which picks a random action according to the given weights,
 and performs it every configurable period. 
 | 
| Policy | 
 A policy to introduce chaos to the cluster 
 | 
| Policy.PolicyContext | 
 A context for a Policy 
 | 
| TwoConcurrentActionPolicy | 
 Chaos Monkey policy that will run two different actions at the same time. 
 | 
| TwoConcurrentActionPolicy.ActionRunner | 
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.