Package com.gigaspaces.blobstore.rocksdb
Class RocksDBBlobStoreStatistics
java.lang.Object
com.gigaspaces.blobstore.rocksdb.RocksDBBlobStoreStatistics
- All Implemented Interfaces:
BlobStoreStorageStatistics,Externalizable,Serializable
public class RocksDBBlobStoreStatistics
extends Object
implements BlobStoreStorageStatistics, Externalizable
Rocks DB BlobStore statistics
- Since:
- 12.3.1
- Author:
- Evgeny Fisher
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglonglonglonglonglonglonglonggetName()Gets the blobstore plug-in namelonglonglonglonglonglongvoidGenerates a key-value map of the statisticsvoid
-
Constructor Details
-
RocksDBBlobStoreStatistics
public RocksDBBlobStoreStatistics()
-
-
Method Details
-
getName
Description copied from interface:BlobStoreStorageStatisticsGets the blobstore plug-in name- Specified by:
getNamein interfaceBlobStoreStorageStatistics
-
toProperties
Description copied from interface:BlobStoreStorageStatisticsGenerates a key-value map of the statistics- Specified by:
toPropertiesin interfaceBlobStoreStorageStatistics
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
getMemtableHit
public long getMemtableHit() -
getMemtableMiss
public long getMemtableMiss() -
getGetHitL0
public long getGetHitL0() -
getGetHitL1
public long getGetHitL1() -
getHitL2AndUp
public long getHitL2AndUp() -
getNumberKeysWritten
public long getNumberKeysWritten() -
getNumberKeysRead
public long getNumberKeysRead() -
getNumberKeysUpdated
public long getNumberKeysUpdated() -
getBytesWritten
public long getBytesWritten() -
getBytesRead
public long getBytesRead() -
getIterBytesRead
public long getIterBytesRead() -
getNumberMultigetCalls
public long getNumberMultigetCalls() -
getNumberMultigetKeysRead
public long getNumberMultigetKeysRead() -
getNumberMultigetBytesRead
public long getNumberMultigetBytesRead()
-