Package com.gigaspaces.blobstore.offheap
Class OffHeapBlobStoreStatistics
java.lang.Object
com.gigaspaces.blobstore.offheap.OffHeapBlobStoreStatistics
- All Implemented Interfaces:
BlobStoreStorageStatistics,Externalizable,Serializable
public class OffHeapBlobStoreStatistics
extends Object
implements BlobStoreStorageStatistics, Externalizable
Off-Heap BlobStore statistics
- Since:
- 12.3
- Author:
- Niv Ingberg
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the blobstore plug-in namelongvoidGenerates a key-value map of the statisticsvoid
-
Constructor Details
-
OffHeapBlobStoreStatistics
public OffHeapBlobStoreStatistics()
-
-
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() -
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-