public class RocksDBBlobStoreStatistics extends Object implements BlobStoreStorageStatistics, Externalizable
Constructor and Description |
---|
RocksDBBlobStoreStatistics() |
Modifier and Type | Method and Description |
---|---|
long |
getBytesRead() |
long |
getBytesWritten() |
long |
getGetHitL0() |
long |
getGetHitL1() |
long |
getHitL2AndUp() |
long |
getIterBytesRead() |
long |
getMemtableHit() |
long |
getMemtableMiss() |
String |
getName()
Gets the blobstore plug-in name
|
long |
getNumberKeysRead() |
long |
getNumberKeysUpdated() |
long |
getNumberKeysWritten() |
long |
getNumberMultigetBytesRead() |
long |
getNumberMultigetCalls() |
long |
getNumberMultigetKeysRead() |
void |
readExternal(ObjectInput in) |
Map<String,String> |
toProperties()
Generates a key-value map of the statistics
|
void |
writeExternal(ObjectOutput out) |
public String getName()
BlobStoreStorageStatistics
getName
in interface BlobStoreStorageStatistics
public Map<String,String> toProperties()
BlobStoreStorageStatistics
toProperties
in interface BlobStoreStorageStatistics
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public long getMemtableHit()
public long getMemtableMiss()
public long getGetHitL0()
public long getGetHitL1()
public long getHitL2AndUp()
public long getNumberKeysWritten()
public long getNumberKeysRead()
public long getNumberKeysUpdated()
public long getBytesWritten()
public long getBytesRead()
public long getIterBytesRead()
public long getNumberMultigetCalls()
public long getNumberMultigetKeysRead()
public long getNumberMultigetBytesRead()
Copyright © GigaSpaces.