Package com.gigaspaces.blobstore.pmem
Class PmemBlobStoreStatistics
java.lang.Object
com.gigaspaces.blobstore.pmem.PmemBlobStoreStatistics
- All Implemented Interfaces:
BlobStoreStorageStatistics,Externalizable,Serializable
public class PmemBlobStoreStatistics
extends Object
implements BlobStoreStorageStatistics, Externalizable
- Since:
- 12.3
- Author:
- Yael Nahon
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the blobstore plug-in namelongvoidsetUsedBytes(long usedBytes) Generates a key-value map of the statisticsvoid
-
Constructor Details
-
PmemBlobStoreStatistics
public PmemBlobStoreStatistics()
-
-
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
-
getUsedBytes
public long getUsedBytes() -
setUsedBytes
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-