Class TasksRecord
java.lang.Object
co.elastic.clients.elasticsearch.cat.tasks.TasksRecord
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<TasksRecord>Json deserializer forTasksRecord -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringaction()The task action.final StringThe task action description.final Stringid()The identifier of the task with the node.final Stringip()The IP address for the node.final Stringnode()The node name.final StringnodeId()The unique node identifier.static TasksRecordfinal StringThe parent task identifier.final Stringport()The bound transport port for the node.final StringThe running time.final StringThe running time in nanoseconds.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal StringThe start time in milliseconds.final StringtaskId()The unique task identifier.final StringThe start time inHH:MM:SSformat.toString()final Stringtype()The task type.final Stringversion()The Elasticsearch version.final StringThe X-Opaque-ID header.
-
Field Details
-
_DESERIALIZER
Json deserializer forTasksRecord
-
-
Method Details
-
of
-
id
The identifier of the task with the node.API name:
id -
action
The task action.API name:
action -
taskId
The unique task identifier.API name:
task_id -
parentTaskId
The parent task identifier.API name:
parent_task_id -
type
The task type.API name:
type -
startTime
The start time in milliseconds.API name:
start_time -
timestamp
The start time inHH:MM:SSformat.API name:
timestamp -
runningTimeNs
The running time in nanoseconds.API name:
running_time_ns -
runningTime
The running time.API name:
running_time -
nodeId
The unique node identifier.API name:
node_id -
ip
The IP address for the node.API name:
ip -
port
The bound transport port for the node.API name:
port -
node
The node name.API name:
node -
version
The Elasticsearch version.API name:
version -
xOpaqueId
The X-Opaque-ID header.API name:
x_opaque_id -
description
The task action description.API name:
description -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupTasksRecordDeserializer
-