Class MountedSnapshot
java.lang.Object
co.elastic.clients.elasticsearch.searchable_snapshots.mount.MountedSnapshot
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class MountedSnapshot extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
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 -
Method Summary
Modifier and Type Method Description java.util.List<java.lang.String>indices()Required - API name:indicesstatic MountedSnapshotof(java.util.function.Function<MountedSnapshot.Builder,ObjectBuilder<MountedSnapshot>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupMountedSnapshotDeserializer(ObjectDeserializer<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
-
-
Method Details
-
of
public static MountedSnapshot of(java.util.function.Function<MountedSnapshot.Builder,ObjectBuilder<MountedSnapshot>> fn) -
snapshot
public final java.lang.String snapshot()Required - API name:snapshot -
indices
public final 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(ObjectDeserializer<MountedSnapshot.Builder> op)
-