java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportRequest
org.elasticsearch.action.ActionRequest
org.elasticsearch.action.UntypedActionRequest
- All Implemented Interfaces:
Writeable,RefCounted,TaskAwareRequest
- Direct Known Subclasses:
AbstractBulkByScrollRequest,AbstractSynonymsPagedResultAction.Request,BaseNodesRequest,BaseTasksRequest,BroadcastRequest,BroadcastUnpromotableRequest,BulkRequest,ClearScrollRequest,ClosePointInTimeRequest,ClusterFormationInfoAction.Request,CoordinationDiagnosticsAction.Request,DeleteSynonymRuleAction.Request,DeleteSynonymsAction.Request,FieldCapabilitiesRequest,GetFieldMappingsRequest,GetHealthAction.Request,GetScriptContextRequest,GetScriptLanguageRequest,GetSynonymRuleAction.Request,GetTaskRequest,HealthNodeRequest,InstanceShardOperationRequest,MasterHistoryAction.Request,MasterNodeRequest,MultiGetRequest,MultiSearchRequest,MultiTermVectorsRequest,OpenPointInTimeRequest,PrimaryReplicaSyncer.ResyncRequest,PutSynonymRuleAction.Request,PutSynonymsAction.Request,RemoteClusterNodesAction.Request,RemoteClusterStatsRequest,RemoteInfoRequest,ReplicationRequest,ResolveClusterActionRequest,ResolveIndexAction.Request,SearchRequest,SearchScrollRequest,SearchShardsRequest,SimulatePipelineRequest,SingleShardRequest,StatelessPrimaryRelocationAction.Request,TransportGetFromTranslogAction.Request,TransportShardMultiGetFomTranslogAction.Request,VerifyNodeRepositoryAction.Request
An action request with an unspecified response type.
In due course we intend to make ActionRequest strongly-typed in its ActionResponse type, and then to migrate each
UntypedActionRequest instances to the new typed world. Until the strongly-typed ActionRequest is available, please
continue to use UntypedActionRequest for all new request types.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields inherited from interface org.elasticsearch.core.RefCounted
ALWAYS_REFERENCED -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.elasticsearch.action.ActionRequest
getShouldStoreResult, validate, writeToMethods inherited from class org.elasticsearch.transport.TransportRequest
getParentTask, getRequestId, setParentTask, setRequestId, toStringMethods inherited from class org.elasticsearch.transport.TransportMessage
decRef, hasReferences, incRef, remoteAddress, remoteAddress, tryIncRefMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.core.RefCounted
mustIncRefMethods inherited from interface org.elasticsearch.tasks.TaskAwareRequest
createTask, getDescription, setParentTask
-
Constructor Details
-
UntypedActionRequest
public UntypedActionRequest() -
UntypedActionRequest
- Throws:
IOException
-