Class TasksRecord
java.lang.Object
org.opensearch.client.opensearch.cat.tasks.TasksRecord
- All Implemented Interfaces:
ToJsonp
public final class TasksRecord extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTasksRecord.BuilderBuilder forTasksRecord. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<TasksRecord>DESERIALIZERJson deserializer for TasksRecord -
Constructor Summary
Constructors Modifier Constructor Description protectedTasksRecord(TasksRecord.Builder builder) -
Method Summary
Modifier and Type Method Description java.lang.Stringaction()task action API name:actionjava.lang.Stringdescription()task action API name:descriptionjava.lang.Stringid()id of the task with the node API name:idjava.lang.Stringip()ip address API name:ipjava.lang.Stringnode()node name API name:nodejava.lang.StringnodeId()unique node id API name:node_idjava.lang.StringparentTaskId()parent task id API name:parent_task_idjava.lang.Stringport()bound transport port API name:portjava.lang.StringrunningTime()running time API name:running_timejava.lang.StringrunningTimeNs()running time ns API name:running_time_nsprotected static voidsetupTasksRecordDeserializer(DelegatingDeserializer<TasksRecord.Builder> op)java.lang.StringstartTime()start time in ms API name:start_timejava.lang.StringtaskId()unique task id API name:task_idjava.lang.Stringtimestamp()start time in HH:MM:SS API name:timestampvoidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)java.lang.Stringtype()task type API name:typejava.lang.Stringversion()es version API name:versionjava.lang.StringxOpaqueId()X-Opaque-ID header API name:x_opaque_id
-
Field Details
-
DESERIALIZER
Json deserializer for TasksRecord
-
-
Constructor Details
-
Method Details
-
id
@Nullable public java.lang.String id()id of the task with the node API name:id -
action
@Nullable public java.lang.String action()task action API name:action -
taskId
@Nullable public java.lang.String taskId()unique task id API name:task_id -
parentTaskId
@Nullable public java.lang.String parentTaskId()parent task id API name:parent_task_id -
type
@Nullable public java.lang.String type()task type API name:type -
startTime
@Nullable public java.lang.String startTime()start time in ms API name:start_time -
timestamp
@Nullable public java.lang.String timestamp()start time in HH:MM:SS API name:timestamp -
runningTimeNs
@Nullable public java.lang.String runningTimeNs()running time ns API name:running_time_ns -
runningTime
@Nullable public java.lang.String runningTime()running time API name:running_time -
nodeId
@Nullable public java.lang.String nodeId()unique node id API name:node_id -
ip
@Nullable public java.lang.String ip()ip address API name:ip -
port
@Nullable public java.lang.String port()bound transport port API name:port -
node
@Nullable public java.lang.String node()node name API name:node -
version
@Nullable public java.lang.String version()es version API name:version -
xOpaqueId
@Nullable public java.lang.String xOpaqueId()X-Opaque-ID header API name:x_opaque_id -
description
@Nullable public java.lang.String description()task action API name:description -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupTasksRecordDeserializer
-