Class RepositoryStatsCurrentCounts
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.RepositoryStatsCurrentCounts
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class RepositoryStatsCurrentCounts
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<RepositoryStatsCurrentCounts>
Json deserializer forRepositoryStatsCurrentCounts
-
Method Summary
Modifier and TypeMethodDescriptionfinal int
Required - API name:active_deletions
final int
clones()
Required - API name:clones
final int
Required - API name:deletions
final int
Required - API name:finalizations
static RepositoryStatsCurrentCounts
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
setupRepositoryStatsCurrentCountsDeserializer
(ObjectDeserializer<RepositoryStatsCurrentCounts.Builder> op) final RepositoryStatsShards
shards()
Required - API name:shards
final int
Required - API name:snapshot_deletions
final int
Required - API name:snapshots
toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forRepositoryStatsCurrentCounts
-
-
Method Details
-
of
-
snapshots
public final int snapshots()Required - API name:snapshots
-
clones
public final int clones()Required - API name:clones
-
finalizations
public final int finalizations()Required - API name:finalizations
-
deletions
public final int deletions()Required - API name:deletions
-
snapshotDeletions
public final int snapshotDeletions()Required - API name:snapshot_deletions
-
activeDeletions
public final int activeDeletions()Required - API name:active_deletions
-
shards
Required - API name:shards
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupRepositoryStatsCurrentCountsDeserializer
protected static void setupRepositoryStatsCurrentCountsDeserializer(ObjectDeserializer<RepositoryStatsCurrentCounts.Builder> op)
-