Class IndexSettingsStoreHybridNio
java.lang.Object
org.opensearch.client.opensearch.indices.IndexSettingsStoreHybridNio
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<IndexSettingsStoreHybridNio.Builder,IndexSettingsStoreHybridNio>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class IndexSettingsStoreHybridNio
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<IndexSettingsStoreHybridNio.Builder,IndexSettingsStoreHybridNio>
The NIO storage configuration.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IndexSettingsStoreHybridNio> Json deserializer forIndexSettingsStoreHybridNio -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanThe file extensions to use NIO for.inthashCode()static IndexSettingsStoreHybridNiovoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupIndexSettingsStoreHybridNioDeserializer(ObjectDeserializer<IndexSettingsStoreHybridNio.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 forIndexSettingsStoreHybridNio
-
-
Method Details
-
of
-
extensions
The file extensions to use NIO for.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<IndexSettingsStoreHybridNio.Builder,IndexSettingsStoreHybridNio> - Returns:
- a new builder instance.
-
builder
-
setupIndexSettingsStoreHybridNioDeserializer
protected static void setupIndexSettingsStoreHybridNioDeserializer(ObjectDeserializer<IndexSettingsStoreHybridNio.Builder> op) -
hashCode
public int hashCode() -
equals
-