Package org.elasticsearch.action

Interface Summary
Action<Request extends ActionRequest,Response extends ActionResponse>  
ActionFuture<T> An extension to Future allowing for simplified "get" operations.
ActionListener<Response> A listener for action responses or failures.
ActionRequest  
ActionResponse  
ListenableActionFuture<T> An ActionFuture that listeners can be added to.
ShardOperationFailedException An exception indicating that a failure occurred performing an operation on the shard.
 

Class Summary
Actions  
TransportActionModule  
TransportActions  
TransportActions.Admin  
TransportActions.Admin.Cluster  
TransportActions.Admin.Cluster.Node  
TransportActions.Admin.Cluster.Ping  
TransportActions.Admin.Indices  
TransportActions.Admin.Indices.Cache  
TransportActions.Admin.Indices.Gateway  
TransportActions.Admin.Indices.Mapping  
 

Enum Summary
ThreadingModel  
WriteConsistencyLevel Write Consistency Level control how many replicas should be active for a write operation to occur (a write operation can be index, or delete).
 

Exception Summary
ActionRequestValidationException  
FailedNodeException  
NoShardAvailableActionException  
NoSuchNodeException  
PrimaryMissingActionException  
RoutingMissingException  
UnavailableShardsException