Package com.gigaspaces.server.blobstore
Interface BlobStoreStorageStatistics
- All Known Implementing Classes:
OffHeapBlobStoreStatistics,PmemBlobStoreStatistics,RocksDBBlobStoreStatistics
public interface BlobStoreStorageStatistics
- Since:
- 12.3
- Author:
- Niv Ingberg
-
Method Summary
-
Method Details
-
getName
String getName()Gets the blobstore plug-in name -
toProperties
Generates a key-value map of the statistics
-