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 SnapshotCurrentCounts
Required - API name:current_counts
static ClusterSnapshotStats
final Map<String,
PerRepositoryStats> Required - API name:repositories
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
toString()
-
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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupClusterSnapshotStatsDeserializer
protected static void setupClusterSnapshotStatsDeserializer(ObjectDeserializer<ClusterSnapshotStats.Builder> op)
-