Interface BlobStore

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
FsBlobStore

public interface BlobStore extends Closeable
An interface for storing blobs.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a blob container instance for storing blobs at the given BlobPath.
    default Map<String,​Long>
    Returns statistics on the count of operations that have been performed on this blob store

    Methods inherited from interface java.io.Closeable

    close
  • Method Details

    • blobContainer

      BlobContainer blobContainer(BlobPath path)
      Get a blob container instance for storing blobs at the given BlobPath.
    • stats

      default Map<String,​Long> stats()
      Returns statistics on the count of operations that have been performed on this blob store