Class CleanupRepositoryResults
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.cleanup_repository.CleanupRepositoryResults
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class CleanupRepositoryResults
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<CleanupRepositoryResults>
Json deserializer forCleanupRepositoryResults
-
Method Summary
Modifier and TypeMethodDescriptionfinal long
Required - Number of binary large objects (blobs) removed during cleanup.final long
Required - Number of bytes freed by cleanup operations.static CleanupRepositoryResults
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 forCleanupRepositoryResults
-
-
Method Details
-
of
public static CleanupRepositoryResults of(Function<CleanupRepositoryResults.Builder, ObjectBuilder<CleanupRepositoryResults>> fn) -
deletedBlobs
public final long deletedBlobs()Required - Number of binary large objects (blobs) removed during cleanup.API name:
deleted_blobs
-
deletedBytes
public final long deletedBytes()Required - Number of bytes freed by cleanup operations.API name:
deleted_bytes
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupCleanupRepositoryResultsDeserializer
protected static void setupCleanupRepositoryResultsDeserializer(ObjectDeserializer<CleanupRepositoryResults.Builder> op)
-