Class NodesRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.cat.CatRequestBase
org.opensearch.client.opensearch.cat.NodesRequest
- All Implemented Interfaces:
ToCopyableBuilder<NodesRequest.Builder,NodesRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class NodesRequest
extends CatRequestBase
implements ToCopyableBuilder<NodesRequest.Builder,NodesRequest>
Returns basic statistics about the performance of cluster nodes.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch.cat.CatRequestBase
CatRequestBase.AbstractBuilder<BuilderT extends CatRequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<NodesRequest, NodesResponse, ErrorResponse> Endpoint "cat.nodes". -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyQueryParameters(Map<String, String> params) static NodesRequest.Builderbuilder()final Bytesbytes()The units used to display byte values.final TimeThe amount of time allowed to establish a connection to the cluster manager node.booleanfinal BooleanfullId()Whentrue, returns the full node ID.inthashCode()final TimeDeprecated.static NodesRequestfinal TimeUnittime()Specifies the time units, for example,5dor7h.Create a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch.cat.CatRequestBase
headers, sortMethods inherited from class org.opensearch.client.opensearch._types.RequestBase
errorTrace, humanMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_ENDPOINT
Endpoint "cat.nodes".
-
-
Method Details
-
of
-
bytes
The units used to display byte values.API name:
bytes -
clusterManagerTimeout
The amount of time allowed to establish a connection to the cluster manager node.API name:
cluster_manager_timeout -
fullId
Whentrue, returns the full node ID. Whenfalse, returns the shortened node ID.API name:
full_id -
masterTimeout
Deprecated.The amount of time allowed to establish a connection to the cluster manager node.API name:
master_timeout -
time
Specifies the time units, for example,5dor7h. For more information, see Supported units.API name:
time -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<NodesRequest.Builder,NodesRequest> - Returns:
- a new builder instance.
-
builder
-
applyQueryParameters
- Overrides:
applyQueryParametersin classCatRequestBase
-
hashCode
public int hashCode() -
equals
-