Class NodeInfoSettingsCluster
java.lang.Object
org.opensearch.client.opensearch.nodes.info.NodeInfoSettingsCluster
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<NodeInfoSettingsCluster.Builder,NodeInfoSettingsCluster>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class NodeInfoSettingsCluster
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<NodeInfoSettingsCluster.Builder,NodeInfoSettingsCluster>
Provides cluster-level settings information.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NodeInfoSettingsCluster> Json deserializer forNodeInfoSettingsCluster -
Method Summary
Modifier and TypeMethodDescriptionbuilder()API name:deprecation_indexingelection()API name:electionbooleaninthashCode()API name:initial_cluster_manager_nodesAPI name:initial_master_nodesfinal Stringname()Required - API name:namestatic NodeInfoSettingsClusterfinal IndexRoutingrouting()API name:routingvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forNodeInfoSettingsCluster
-
-
Method Details
-
of
public static NodeInfoSettingsCluster of(Function<NodeInfoSettingsCluster.Builder, ObjectBuilder<NodeInfoSettingsCluster>> fn) -
deprecationIndexing
API name:deprecation_indexing -
election
API name:election -
initialClusterManagerNodes
API name:initial_cluster_manager_nodes -
initialMasterNodes
API name:initial_master_nodes -
name
Required - API name:name -
routing
API name:routing -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<NodeInfoSettingsCluster.Builder,NodeInfoSettingsCluster> - Returns:
- a new builder instance.
-
builder
-
setupNodeInfoSettingsClusterDeserializer
protected static void setupNodeInfoSettingsClusterDeserializer(ObjectDeserializer<NodeInfoSettingsCluster.Builder> op) -
hashCode
public int hashCode() -
equals
-