Class NodesUsageRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.nodes.NodesUsageRequest
Returns low-level information about REST actions usage on nodes.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<NodesUsageRequest,NodesUsageResponse, ErrorResponse> Endpoint "nodes.usage". -
Method Summary
Modifier and TypeMethodDescriptionmetric()Limit the information returned to the specified metricsnodeId()A comma-separated list of node IDs or names to limit the returned information; use_localto return information from the node you're connecting to, leave empty to get information from all nodesstatic NodesUsageRequestfinal Timetimeout()Explicit operation timeoutMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "nodes.usage".
-
-
Method Details
-
of
public static NodesUsageRequest of(Function<NodesUsageRequest.Builder, ObjectBuilder<NodesUsageRequest>> fn) -
metric
Limit the information returned to the specified metricsAPI name:
metric -
nodeId
A comma-separated list of node IDs or names to limit the returned information; use_localto return information from the node you're connecting to, leave empty to get information from all nodesAPI name:
node_id -
timeout
Explicit operation timeoutAPI name:
timeout
-