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 DeleteResult ZERO  
  • Constructor Summary

    Constructors 
    Constructor Description
    DeleteResult​(long blobsDeleted, long bytesDeleted)  
  • Method Summary

    Modifier and Type Method Description
    DeleteResult add​(long blobs, long bytes)  
    DeleteResult add​(DeleteResult other)  
    long blobsDeleted()  
    long bytesDeleted()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait