Class SharedFileSystemRepository
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.RepositoryBase
co.elastic.clients.elasticsearch.snapshot.SharedFileSystemRepository
- All Implemented Interfaces:
RepositoryVariant
,JsonpSerializable
@JsonpDeserializable
public class SharedFileSystemRepository
extends RepositoryBase
implements RepositoryVariant
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch.snapshot.RepositoryBase
RepositoryBase.AbstractBuilder<BuilderT extends RepositoryBase.AbstractBuilder<BuilderT>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SharedFileSystemRepository>
Json deserializer forSharedFileSystemRepository
-
Method Summary
Modifier and TypeMethodDescriptionRepository variant kind.static SharedFileSystemRepository
protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) settings()
Required - The repository settings.protected static void
setupSharedFileSystemRepositoryDeserializer
(ObjectDeserializer<SharedFileSystemRepository.Builder> op) Methods inherited from class co.elastic.clients.elasticsearch.snapshot.RepositoryBase
serialize, setupRepositoryBaseDeserializer, toString, uuid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface co.elastic.clients.json.JsonpSerializable
serialize
Methods inherited from interface co.elastic.clients.elasticsearch.snapshot.RepositoryVariant
_toRepository
-
Field Details
-
_DESERIALIZER
Json deserializer forSharedFileSystemRepository
-
-
Method Details
-
of
public static SharedFileSystemRepository of(Function<SharedFileSystemRepository.Builder, ObjectBuilder<SharedFileSystemRepository>> fn) -
_repositoryKind
Repository variant kind.- Specified by:
_repositoryKind
in interfaceRepositoryVariant
-
settings
Required - The repository settings.API name:
settings
-
serializeInternal
- Overrides:
serializeInternal
in classRepositoryBase
-