Interface | Description |
---|---|
ActionFilter |
A filter allowing to filter transport actions
|
ActionFilterChain |
A filter chain allowing to continue and process the transport action request
|
Class | Description |
---|---|
AbstractListenableActionFuture<T,L> | |
ActionFilter.Simple |
A simple base class for injectable action filters that spares the implementation from handling the
filter chain.
|
ActionFilters |
Holds the action filters injected through plugins, properly sorted by
ActionFilter.order() |
AdapterActionFuture<T,L> | |
AutoCreateIndex | |
DefaultShardOperationFailedException | |
DelegatingActionListener<Instigator extends ActionResponse,Delegated extends ActionResponse> | |
DestructiveOperations |
Helper for dealing with destructive operations and wildcard usage.
|
HandledTransportAction<Request extends ActionRequest,Response extends ActionResponse> |
A TransportAction that self registers a handler into the transport service
|
IndicesOptions |
Controls how to deal with unavailable concrete indices (closed or missing), how wildcard expressions are expanded
to actual indices (all, closed or open indices) and how to deal with wildcard expressions that resolve to no indices.
|
PlainActionFuture<T> | |
PlainListenableActionFuture<T> | |
QuerySourceBuilder | |
TransportAction<Request extends ActionRequest,Response extends ActionResponse> | |
TransportActions |
Copyright © 2009–2015. All rights reserved.