Class MountedSnapshot
java.lang.Object
co.elastic.clients.elasticsearch.searchable_snapshots.mount.MountedSnapshot
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class MountedSnapshot extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMountedSnapshot.BuilderBuilder forMountedSnapshot. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<MountedSnapshot>_DESERIALIZERJson deserializer forMountedSnapshot -
Constructor Summary
Constructors Constructor Description MountedSnapshot(MountedSnapshot.Builder builder)MountedSnapshot(java.util.function.Function<MountedSnapshot.Builder,MountedSnapshot.Builder> fn) -
Method Summary
Modifier and Type Method Description java.util.List<java.lang.String>indices()Required - API name:indicesvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupMountedSnapshotDeserializer(DelegatingDeserializer<MountedSnapshot.Builder> op)ShardStatisticsshards()Required - API name:shardsjava.lang.Stringsnapshot()Required - API name:snapshotMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forMountedSnapshot
-
-
Constructor Details
-
MountedSnapshot
-
MountedSnapshot
public MountedSnapshot(java.util.function.Function<MountedSnapshot.Builder,MountedSnapshot.Builder> fn)
-
-
Method Details
-
snapshot
public java.lang.String snapshot()Required - API name:snapshot -
indices
public java.util.List<java.lang.String> indices()Required - API name:indices -
shards
Required - API name:shards -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupMountedSnapshotDeserializer
protected static void setupMountedSnapshotDeserializer(DelegatingDeserializer<MountedSnapshot.Builder> op)
-