public interface BlobStoreStatistics
| Modifier and Type | Method and Description | 
|---|---|
long | 
getCacheHitCount()
Get total cache hits 
 | 
long | 
getCacheMissCount()
Get total cache misses 
 | 
long | 
getCacheSize()
Get number of entries in cache 
 | 
long | 
getHotDataCacheMissCount()
Get total hot data cache misses. 
 | 
long | 
getOffHeapCacheUsedBytes()
Get number of bytes currently used by local cache 
 | 
Collection<BlobStoreStorageStatistics> | 
getStorageStatistics()
Get storage statistics 
 | 
long getCacheSize()
long getCacheHitCount()
long getCacheMissCount()
long getHotDataCacheMissCount()
long getOffHeapCacheUsedBytes()
Collection<BlobStoreStorageStatistics> getStorageStatistics()
Copyright © GigaSpaces.