Class MountedSnapshot
java.lang.Object
co.elastic.clients.elasticsearch.searchable_snapshots.mount.MountedSnapshot
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<MountedSnapshot>Json deserializer forMountedSnapshot -
Method Summary
Modifier and TypeMethodDescriptionindices()Required - API name:indicesstatic MountedSnapshotvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal ShardStatisticsshards()Required - API name:shardsfinal Stringsnapshot()Required - API name:snapshottoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forMountedSnapshot
-
-
Method Details
-
of
public static MountedSnapshot of(Function<MountedSnapshot.Builder, ObjectBuilder<MountedSnapshot>> fn) -
snapshot
Required - API name:snapshot -
indices
Required - API name:indices -
shards
Required - API name:shards -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupMountedSnapshotDeserializer
protected static void setupMountedSnapshotDeserializer(ObjectDeserializer<MountedSnapshot.Builder> op)
-