Interface BlobStoreContext

    • Method Detail

      • getSigner

        BlobRequestSigner getSigner()
        Generates signed requests for blobs. useful in other tools such as backup utilities.
      • getBlobStore

        BlobStore getBlobStore()
        Returns:
        a portable interface for the BlobStore.
      • getConsistencyModel

        ConsistencyModel getConsistencyModel()
        Returns:
        best guess at the consistency model used in this BlobStore.
      • close

        void close()
        closes threads and resources related to this connection.
        Specified by:
        close in interface AutoCloseable
        Specified by:
        close in interface Closeable