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 |
Encapsulates the logic of whether a new index should be automatically created when
a write operation is about to happen in a non existing index.
|
ChildTaskActionRequest<Request extends ActionRequest<Request>> |
Base class for action requests that can have associated child tasks
|
ChildTaskRequest |
Base class for requests that can have associated child tasks
|
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 | |
ThreadedActionListener<Response> |
An action listener that wraps another action listener and threading its execution.
|
ThreadedActionListener.Wrapper |
Wrapper that can be used to automatically wrap a listener in a threaded listener if needed.
|
ToXContentToBytes |
Base class for
ToXContent implementation that also support conversion to BytesReference for serialization purposes |
TransportAction<Request extends ActionRequest,Response extends ActionResponse> | |
TransportActions |
Copyright © 2009–2016. All rights reserved.