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 SharedFileSystemRepositoryprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) settings()Required - The repository settings.protected static voidsetupSharedFileSystemRepositoryDeserializer(ObjectDeserializer<SharedFileSystemRepository.Builder> op) Methods inherited from class co.elastic.clients.elasticsearch.snapshot.RepositoryBase
serialize, setupRepositoryBaseDeserializer, toString, uuidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.json.JsonpSerializable
serializeMethods 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:
_repositoryKindin interfaceRepositoryVariant
-
settings
Required - The repository settings.API name:
settings -
serializeInternal
- Overrides:
serializeInternalin classRepositoryBase
-