Class DeleteResult
java.lang.Object
org.elasticsearch.common.blobstore.DeleteResult
public final class DeleteResult
extends java.lang.Object
The result of deleting multiple blobs from a
BlobStore.-
Field Summary
Fields Modifier and Type Field Description static DeleteResultZERO -
Constructor Summary
Constructors Constructor Description DeleteResult(long blobsDeleted, long bytesDeleted) -
Method Summary
Modifier and Type Method Description DeleteResultadd(long blobs, long bytes)DeleteResultadd(DeleteResult other)longblobsDeleted()longbytesDeleted()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ZERO
-
-
Constructor Details
-
DeleteResult
public DeleteResult(long blobsDeleted, long bytesDeleted)
-
-
Method Details
-
blobsDeleted
public long blobsDeleted() -
bytesDeleted
public long bytesDeleted() -
add
-
add
-