Class ClusterSnapshotStats
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.ClusterSnapshotStats
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ClusterSnapshotStats>Json deserializer forClusterSnapshotStats -
Method Summary
Modifier and TypeMethodDescriptionfinal SnapshotCurrentCountsRequired - API name:current_countsstatic ClusterSnapshotStatsfinal Map<String,PerRepositoryStats> Required - API name:repositoriesvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forClusterSnapshotStats
-
-
Method Details
-
of
public static ClusterSnapshotStats of(Function<ClusterSnapshotStats.Builder, ObjectBuilder<ClusterSnapshotStats>> fn) -
currentCounts
Required - API name:current_counts -
repositories
Required - API name:repositories -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupClusterSnapshotStatsDeserializer
protected static void setupClusterSnapshotStatsDeserializer(ObjectDeserializer<ClusterSnapshotStats.Builder> op)
-