Class DeleteResult
java.lang.Object
org.elasticsearch.common.blobstore.DeleteResult
The result of deleting multiple blobs from a
BlobStore
.-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
ZERO
-
-
Constructor Details
-
DeleteResult
public DeleteResult(long blobsDeleted, long bytesDeleted)
-
-
Method Details
-
blobsDeleted
public long blobsDeleted() -
bytesDeleted
public long bytesDeleted() -
add
-
add
-