Interface BlobStoreStorageStatistics

All Known Implementing Classes:
OffHeapBlobStoreStatistics, PmemBlobStoreStatistics, RocksDBBlobStoreStatistics

public interface BlobStoreStorageStatistics
Since:
12.3
Author:
Niv Ingberg
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the blobstore plug-in name
    Generates a key-value map of the statistics
  • Method Details

    • getName

      String getName()
      Gets the blobstore plug-in name
    • toProperties

      Map<String,String> toProperties()
      Generates a key-value map of the statistics