public class PmemBlobStoreStatistics extends Object implements BlobStoreStorageStatistics, Externalizable
Constructor and Description |
---|
PmemBlobStoreStatistics() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the blobstore plug-in name
|
long |
getUsedBytes() |
void |
readExternal(ObjectInput in) |
PmemBlobStoreStatistics |
setUsedBytes(long usedBytes) |
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 long getUsedBytes()
public PmemBlobStoreStatistics setUsedBytes(long usedBytes)
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
Copyright © GigaSpaces.