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()
BlobStoreStorageStatisticsgetName in interface BlobStoreStorageStatisticspublic Map<String,String> toProperties()
BlobStoreStorageStatisticstoProperties in interface BlobStoreStorageStatisticspublic long getUsedBytes()
public PmemBlobStoreStatistics setUsedBytes(long usedBytes)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © GigaSpaces.