Package org.opensearch.client.tasks
Class TaskInfo
java.lang.Object
org.opensearch.client.tasks.TaskInfo
client side counterpart of server side
TaskInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonglonggetType()inthashCode()booleanbooleanvoidsetCancellationStartTime(Long cancellationStartTime) toString()
-
Field Details
-
PARSER
-
-
Constructor Details
-
TaskInfo
-
-
Method Details
-
getTaskId
-
getNodeId
-
getType
-
getAction
-
getDescription
-
getStartTime
public long getStartTime() -
getRunningTimeNanos
public long getRunningTimeNanos() -
isCancellable
public boolean isCancellable() -
isCancelled
public boolean isCancelled() -
getCancellationStartTime
-
setCancellationStartTime
-
getParentTaskId
-
getHeaders
-
getStatus
-
getResourceStats
-
equals
-
hashCode
public int hashCode() -
toString
-