Class NodeInfoSettingsIndexStoreMmap
java.lang.Object
org.opensearch.client.opensearch.nodes.info.NodeInfoSettingsIndexStoreMmap
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<NodeInfoSettingsIndexStoreMmap.Builder,NodeInfoSettingsIndexStoreMmap>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class NodeInfoSettingsIndexStoreMmap
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<NodeInfoSettingsIndexStoreMmap.Builder,NodeInfoSettingsIndexStoreMmap>
The memory-mapped store configuration.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<NodeInfoSettingsIndexStoreMmap> Json deserializer forNodeInfoSettingsIndexStoreMmap -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanThe file extensions configured for memory mapping.inthashCode()of(Function<NodeInfoSettingsIndexStoreMmap.Builder, ObjectBuilder<NodeInfoSettingsIndexStoreMmap>> fn) voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupNodeInfoSettingsIndexStoreMmapDeserializer(ObjectDeserializer<NodeInfoSettingsIndexStoreMmap.Builder> op) Create 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 forNodeInfoSettingsIndexStoreMmap
-
-
Method Details
-
of
-
extensions
The file extensions configured for memory mapping.API name:
extensions -
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<NodeInfoSettingsIndexStoreMmap.Builder,NodeInfoSettingsIndexStoreMmap> - Returns:
- a new builder instance.
-
builder
-
setupNodeInfoSettingsIndexStoreMmapDeserializer
protected static void setupNodeInfoSettingsIndexStoreMmapDeserializer(ObjectDeserializer<NodeInfoSettingsIndexStoreMmap.Builder> op) -
hashCode
public int hashCode() -
equals
-