Class IndexSettingsStoreHybridMmap.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch.indices.IndexSettingsStoreHybridMmap.Builder
- All Implemented Interfaces:
CopyableBuilder<IndexSettingsStoreHybridMmap.Builder,,IndexSettingsStoreHybridMmap> MutableBuilder<IndexSettingsStoreHybridMmap.Builder,,IndexSettingsStoreHybridMmap> ObjectBuilder<IndexSettingsStoreHybridMmap>
- Enclosing class:
IndexSettingsStoreHybridMmap
public static class IndexSettingsStoreHybridMmap.Builder
extends ObjectBuilderBase
implements CopyableBuilder<IndexSettingsStoreHybridMmap.Builder,IndexSettingsStoreHybridMmap>
Builder for
IndexSettingsStoreHybridMmap.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aIndexSettingsStoreHybridMmap.copy()Create a new builderCopyableBuilderthat is a copy of this one.extensions(String value, String... values) The file extensions to use memory-mapping for.extensions(List<String> list) The file extensions to use memory-mapping for.Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.MutableBuilder
applyMutation
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
copy
Description copied from interface:CopyableBuilderCreate a new builderCopyableBuilderthat is a copy of this one.- Specified by:
copyin interfaceCopyableBuilder<IndexSettingsStoreHybridMmap.Builder,IndexSettingsStoreHybridMmap> - Returns:
- a new builder instance.
-
extensions
The file extensions to use memory-mapping for.API name:
extensionsAdds all elements of
listtoextensions. -
extensions
@Nonnull public final IndexSettingsStoreHybridMmap.Builder extensions(String value, String... values) The file extensions to use memory-mapping for.API name:
extensionsAdds one or more values to
extensions. -
build
Builds aIndexSettingsStoreHybridMmap.- Specified by:
buildin interfaceObjectBuilder<IndexSettingsStoreHybridMmap>- Throws:
NullPointerException- if some of the required fields are null.
-