Package org.elasticsearch.persistent
Class UpdatePersistentTaskStatusAction
- java.lang.Object
-
- org.elasticsearch.action.ActionType<Response>
-
- org.elasticsearch.action.StreamableResponseActionType<PersistentTaskResponse>
-
- org.elasticsearch.persistent.UpdatePersistentTaskStatusAction
-
public class UpdatePersistentTaskStatusAction extends StreamableResponseActionType<PersistentTaskResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdatePersistentTaskStatusAction.Requeststatic classUpdatePersistentTaskStatusAction.RequestBuilderstatic classUpdatePersistentTaskStatusAction.TransportAction
-
Field Summary
Fields Modifier and Type Field Description static UpdatePersistentTaskStatusActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
Modifier and Type Method Description PersistentTaskResponsenewResponse()Creates a new response instance.-
Methods inherited from class org.elasticsearch.action.StreamableResponseActionType
getResponseReader
-
Methods inherited from class org.elasticsearch.action.ActionType
equals, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
INSTANCE
public static final UpdatePersistentTaskStatusAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
newResponse
public PersistentTaskResponse newResponse()
Description copied from class:StreamableResponseActionTypeCreates a new response instance.- Specified by:
newResponsein classStreamableResponseActionType<PersistentTaskResponse>
-
-