public class VisorPersistenceMetrics extends VisorDataTransferObject
DataStorageMetrics.V1, V2, V3, V4| Constructor and Description |
|---|
VisorPersistenceMetrics()
Default constructor.
|
VisorPersistenceMetrics(DataStorageMetrics m) |
readExternal, toList, toSet, writeExternalpublic VisorPersistenceMetrics()
public VisorPersistenceMetrics(DataStorageMetrics m)
m - Persistence metrics.public float getWalLoggingRate()
public float getWalWritingRate()
public int getWalArchiveSegments()
public float getWalFsyncTimeAverage()
public long getWalBuffPollSpinsRate()
public long getWalTotalSize()
public long getWalLastRollOverTime()
public long getCheckpointTotalTime()
public long getLastCheckpointingDuration()
public long getLastCheckpointStarted()
public long getLastCheckpointLockWaitDuration()
public long getLastCheckpointMarkDuration()
public long getLastCheckpointPagesWriteDuration()
public long getLastCheckpointFsyncDuration()
public long getLastCheckpointTotalPagesNumber()
public long getLastCheckpointDataPagesNumber()
public long getLastCheckpointCopiedOnWritePagesNumber()
public long getDirtyPages()
public long getPagesRead()
public long getPagesWritten()
public long getPagesReplaced()
public long getOffHeapSize()
public long getOffheapUsedSize()
public long getUsedCheckpointBufferPages()
public long getUsedCheckpointBufferSize()
public long getCheckpointBufferSize()
public long getTotalAllocatedSize()
public long getStorageSize()
public long getSparseStorageSize()
public byte getProtocolVersion()
getProtocolVersion in class VisorDataTransferObjectprotected void writeExternalData(ObjectOutput out) throws IOException
writeExternalData in class VisorDataTransferObjectout - Output object to write data content.IOException - If I/O errors occur.protected void readExternalData(byte protoVer,
ObjectInput in)
throws IOException,
ClassNotFoundException
readExternalData in class VisorDataTransferObjectprotoVer - Input object version.in - Input object to load data content.IOException - If I/O errors occur.ClassNotFoundException - If the class for an object being restored cannot be found.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021