Modifier and Type | Class and Description |
---|---|
class |
ActionRequest<T extends ActionRequest> |
Modifier and Type | Class and Description |
---|---|
class |
ClusterHealthRequest |
Modifier and Type | Class and Description |
---|---|
class |
NodesHotThreadsRequest |
Modifier and Type | Class and Description |
---|---|
class |
NodesInfoRequest
A request to get node (cluster) level information.
|
Modifier and Type | Class and Description |
---|---|
class |
NodesRestartRequest
A request to restart one ore more nodes (or the whole cluster).
|
protected static class |
TransportNodesRestartAction.NodeRestartRequest |
Modifier and Type | Class and Description |
---|---|
class |
NodesShutdownRequest |
Modifier and Type | Class and Description |
---|---|
class |
NodesStatsRequest
A request to get node (cluster) level stats.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteRepositoryRequest
Unregister repository request.
|
Modifier and Type | Class and Description |
---|---|
class |
GetRepositoriesRequest
Get repository request
|
Modifier and Type | Class and Description |
---|---|
class |
PutRepositoryRequest
Register repository request.
|
Modifier and Type | Class and Description |
---|---|
class |
VerifyRepositoryRequest
Unregister repository request.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterRerouteRequest
Request to submit cluster reroute allocation commands
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterUpdateSettingsRequest
Request for an update cluster settings action
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterSearchShardsRequest |
Modifier and Type | Class and Description |
---|---|
class |
CreateSnapshotRequest
Create snapshot request
The only mandatory parameter is repository name.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteSnapshotRequest
Delete snapshot request
Delete snapshot request removes the snapshot record from the repository and cleans up all
files that are associated with this particular snapshot.
|
Modifier and Type | Class and Description |
---|---|
class |
GetSnapshotsRequest
Get snapshot request
|
Modifier and Type | Class and Description |
---|---|
class |
RestoreSnapshotRequest
Restore snapshot request
|
Modifier and Type | Class and Description |
---|---|
class |
SnapshotsStatusRequest
Get snapshot status request
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterStateRequest |
Modifier and Type | Class and Description |
---|---|
class |
ClusterStatsRequest
A request to get cluster level stats.
|
Modifier and Type | Class and Description |
---|---|
class |
PendingClusterTasksRequest |
Modifier and Type | Class and Description |
---|---|
class |
IndicesAliasesRequest
A request to add/remove aliases for one or more indices.
|
Modifier and Type | Class and Description |
---|---|
class |
GetAliasesRequest |
Modifier and Type | Class and Description |
---|---|
class |
AnalyzeRequest
A request to analyze a text associated with a specific index.
|
Modifier and Type | Class and Description |
---|---|
class |
ClearIndicesCacheRequest |
Modifier and Type | Class and Description |
---|---|
class |
CloseIndexRequest
A request to close an index.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateIndexRequest
A request to create an index.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteIndexRequest
A request to delete an index.
|
Modifier and Type | Class and Description |
---|---|
class |
IndicesExistsRequest |
Modifier and Type | Class and Description |
---|---|
class |
TypesExistsRequest |
Modifier and Type | Class and Description |
---|---|
class |
FlushRequest
A flush request to flush one or more indices.
|
Modifier and Type | Class and Description |
---|---|
class |
GetIndexRequest
A request to delete an index.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteMappingRequest
Represents a request to delete a mapping
|
Modifier and Type | Class and Description |
---|---|
class |
GetFieldMappingsRequest
Request the mappings of specific fields
|
class |
GetMappingsRequest |
Modifier and Type | Class and Description |
---|---|
class |
PutMappingRequest
Puts mapping definition registered under a specific type into one or more indices.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenIndexRequest
A request to open an index.
|
Modifier and Type | Class and Description |
---|---|
class |
OptimizeRequest
A request to optimize one or more indices.
|
Modifier and Type | Class and Description |
---|---|
class |
RecoveryRequest
Request for recovery information
|
Modifier and Type | Class and Description |
---|---|
class |
RefreshRequest
A refresh request making all operations performed since the last refresh available for search.
|
Modifier and Type | Class and Description |
---|---|
class |
IndicesSegmentsRequest |
Modifier and Type | Class and Description |
---|---|
class |
GetSettingsRequest |
Modifier and Type | Class and Description |
---|---|
class |
UpdateSettingsRequest
Request for an update index settings action
|
Modifier and Type | Class and Description |
---|---|
class |
IndicesStatsRequest
A request to get indices level stats.
|
Modifier and Type | Class and Description |
---|---|
class |
IndicesStatusRequest
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteIndexTemplateRequest
A request to delete an index template.
|
Modifier and Type | Class and Description |
---|---|
class |
GetIndexTemplatesRequest
Request that allows to retrieve index templates
|
Modifier and Type | Class and Description |
---|---|
class |
PutIndexTemplateRequest
A request to create an index template.
|
Modifier and Type | Class and Description |
---|---|
class |
ValidateQueryRequest
A request to validate a specific query.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteWarmerRequest
A request that deletes a index warmer (name,
SearchRequest )
tuple from the clusters metadata. |
Modifier and Type | Class and Description |
---|---|
class |
GetWarmersRequest
An that fetches
IndexWarmersMetaData for
a list or all existing index warmers in the cluster-state |
Modifier and Type | Class and Description |
---|---|
class |
PutWarmerRequest
A request that associates a
SearchRequest with a name in the cluster that is
in-turn used to warm up indices before they are available for search. |
Modifier and Type | Class and Description |
---|---|
class |
BulkRequest
A bulk request holds an ordered
IndexRequest s and DeleteRequest s and allows to executes
it in a single batch. |
class |
BulkShardRequest |
Modifier and Type | Class and Description |
---|---|
class |
CountRequest
A request to count the number of documents matching a specific query.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteRequest
A request to delete a document from an index based on its type and id.
|
class |
ShardDeleteRequest
Delete by query request to execute on a specific shard.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteByQueryRequest
A request to delete all documents that matching a specific query.
|
class |
ShardDeleteByQueryRequest
Delete by query request to execute on a specific shard.
|
Modifier and Type | Class and Description |
---|---|
class |
ExistsRequest |
Modifier and Type | Class and Description |
---|---|
class |
ExplainRequest
Explain request encapsulating the explain query and document identifier to get an explanation for.
|
Modifier and Type | Class and Description |
---|---|
class |
GetRequest
A request to get a document (its source) from an index based on its type (optional) and id.
|
class |
MultiGetRequest |
class |
MultiGetShardRequest |
Modifier and Type | Class and Description |
---|---|
class |
IndexRequest
Index request to index a typed JSON document into a specific index and make it searchable.
|
Modifier and Type | Class and Description |
---|---|
class |
DeleteIndexedScriptRequest
A request to delete a script from the script index based on its scriptLang and id.
|
Modifier and Type | Class and Description |
---|---|
class |
GetIndexedScriptRequest
A request to get an indexed script (its source) based on its language (optional) and id.
|
Modifier and Type | Class and Description |
---|---|
class |
PutIndexedScriptRequest
Index request to index a script to the script index and make it available at search time.
|
Modifier and Type | Class and Description |
---|---|
class |
MoreLikeThisRequest
A more like this request allowing to search for documents that a "like" the provided document.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiPercolateRequest
A multi percolate request that encapsulates multiple
PercolateRequest instances in a single api call. |
class |
PercolateRequest
A request to execute a percolate operation.
|
class |
PercolateShardRequest |
static class |
TransportShardMultiPercolateAction.Request |
Modifier and Type | Class and Description |
---|---|
class |
ClearScrollRequest |
class |
MultiSearchRequest
A multi search API request.
|
class |
SearchRequest
A request to execute search against one or more indices (or all).
|
class |
SearchScrollRequest |
Modifier and Type | Class and Description |
---|---|
class |
SuggestRequest
A request to get suggestions for corrections of phrases.
|
Modifier and Type | Class and Description |
---|---|
class |
BroadcastOperationRequest<T extends BroadcastOperationRequest> |
class |
BroadcastShardOperationRequest |
Modifier and Type | Class and Description |
---|---|
class |
AcknowledgedRequest<T extends MasterNodeOperationRequest>
Abstract class that allows to mark action requests that support acknowledgements.
|
class |
MasterNodeOperationRequest<T extends MasterNodeOperationRequest>
A based request for master based operation.
|
class |
MasterNodeReadOperationRequest<T extends MasterNodeReadOperationRequest>
Base request for master based read operations that allows to read the cluster state from the local node if needed
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterInfoRequest<T extends ClusterInfoRequest> |
Modifier and Type | Class and Description |
---|---|
class |
NodeOperationRequest |
class |
NodesOperationRequest<T extends NodesOperationRequest> |
Modifier and Type | Class and Description |
---|---|
class |
IndexReplicationOperationRequest<T extends IndexReplicationOperationRequest>
Request used within
TransportIndexReplicationOperationAction . |
class |
IndicesReplicationOperationRequest<T extends IndicesReplicationOperationRequest> |
class |
ShardReplicationOperationRequest<T extends ShardReplicationOperationRequest> |
protected class |
TransportShardReplicationOperationAction.ReplicaOperationRequest |
Modifier and Type | Class and Description |
---|---|
class |
SingleCustomOperationRequest<T extends SingleCustomOperationRequest> |
protected class |
TransportSingleCustomOperationAction.ShardSingleOperationRequest |
Modifier and Type | Class and Description |
---|---|
class |
InstanceShardOperationRequest<T extends InstanceShardOperationRequest> |
Modifier and Type | Class and Description |
---|---|
class |
SingleShardOperationRequest<T extends SingleShardOperationRequest> |
Modifier and Type | Class and Description |
---|---|
class |
MultiTermVectorsRequest |
class |
MultiTermVectorsShardRequest |
class |
TermVectorRequest
Request returning the term vector (doc frequency, positions, offsets) for a
document.
|
Modifier and Type | Class and Description |
---|---|
class |
UpdateRequest |
Modifier and Type | Class and Description |
---|---|
static class |
MappingUpdatedAction.MappingUpdatedRequest |
static class |
NodeMappingRefreshAction.NodeMappingRefreshRequest |
Modifier and Type | Class and Description |
---|---|
static class |
NodesFaultDetection.PingRequest |
Modifier and Type | Class and Description |
---|---|
class |
RecoveryFileChunkRequest |
class |
StartRecoveryRequest |
Modifier and Type | Class and Description |
---|---|
class |
ShardFetchRequest
Shard level fetch base request.
|
class |
ShardFetchSearchRequest
Shard level fetch request used with search.
|
Constructor and Description |
---|
ShardFetchRequest(TransportRequest originalRequest,
long id,
com.carrotsearch.hppc.IntArrayList list,
org.apache.lucene.search.ScoreDoc lastEmittedDoc) |
Modifier and Type | Class and Description |
---|---|
class |
InternalScrollSearchRequest |
class |
ShardSearchTransportRequest
Shard level search request that represents an actual search sent from the coordinating node to the nodes holding
the shards where the query needs to be executed.
|
Modifier and Type | Class and Description |
---|---|
class |
QuerySearchRequest |
Modifier and Type | Class and Description |
---|---|
class |
BaseTransportRequestHandler<T extends TransportRequest>
A simple based class that always spawns.
|
interface |
TransportRequestHandler<T extends TransportRequest> |
Modifier and Type | Class and Description |
---|---|
class |
BytesTransportRequest
A specialized, bytes only request, that can potentially be optimized on the network
layer, specifically for teh same large buffer send to several nodes.
|
static class |
TransportRequest.Empty |
Modifier and Type | Method and Description |
---|---|
void |
TransportServiceAdapter.onRequestSent(DiscoveryNode node,
long requestId,
String action,
TransportRequest request,
TransportRequestOptions options)
called by the
Transport implementation once a request has been sent |
void |
TransportService.Adapter.onRequestSent(DiscoveryNode node,
long requestId,
String action,
TransportRequest request,
TransportRequestOptions options) |
void |
Transport.sendRequest(DiscoveryNode node,
long requestId,
String action,
TransportRequest request,
TransportRequestOptions options)
Sends the request to the node.
|
<T extends TransportResponse> |
TransportService.sendRequest(DiscoveryNode node,
String action,
TransportRequest request,
TransportRequestOptions options,
TransportResponseHandler<T> handler) |
<T extends TransportResponse> |
TransportService.sendRequest(DiscoveryNode node,
String action,
TransportRequest request,
TransportResponseHandler<T> handler) |
<T extends TransportResponse> |
TransportService.submitRequest(DiscoveryNode node,
String action,
TransportRequest request,
TransportRequestOptions options,
TransportResponseHandler<T> handler) |
<T extends TransportResponse> |
TransportService.submitRequest(DiscoveryNode node,
String action,
TransportRequest request,
TransportResponseHandler<T> handler) |
Constructor and Description |
---|
Empty(TransportRequest request) |
TransportRequest(TransportRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
LocalTransport.sendRequest(DiscoveryNode node,
long requestId,
String action,
TransportRequest request,
TransportRequestOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
NettyTransport.sendRequest(DiscoveryNode node,
long requestId,
String action,
TransportRequest request,
TransportRequestOptions options) |
Copyright © 2009–2015. All rights reserved.