Module org.elasticsearch.xcore
Class KillProcessAction.Response
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.action.ActionResponse
org.elasticsearch.action.support.tasks.BaseTasksResponse
org.elasticsearch.xpack.core.ml.action.KillProcessAction.Response
- All Implemented Interfaces:
Writeable,org.elasticsearch.core.RefCounted
- Enclosing class:
KillProcessAction
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.action.ActionResponse
ActionResponse.EmptyNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields inherited from class org.elasticsearch.action.support.tasks.BaseTasksResponse
NODE_FAILURES, TASK_FAILURESFields inherited from interface org.elasticsearch.core.RefCounted
ALWAYS_REFERENCED -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.elasticsearch.action.support.tasks.BaseTasksResponse
getNodeFailures, getTaskFailures, rethrowFailures, toXContentCommonMethods inherited from class org.elasticsearch.transport.TransportMessage
decRef, hasReferences, incRef, tryIncRefMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.core.RefCounted
mustIncRef
-
Constructor Details
-
Response
- Throws:
IOException
-
Response
public Response(boolean killed)
-
-
Method Details
-
isKilled
public boolean isKilled() -
writeTo
- Specified by:
writeToin interfaceWriteable- Overrides:
writeToin classBaseTasksResponse- Throws:
IOException
-
equals
- Overrides:
equalsin classBaseTasksResponse
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseTasksResponse
-