Class IndexSnapshotEvent
java.lang.Object
com.atlassian.jira.index.ha.events.IndexSnapshotEvent
-
Constructor Summary
ConstructorsConstructorDescriptionIndexSnapshotEvent(int nodeId, long uncompressedSize, long compressedSize, Duration compressionTime, Duration totalTime, String archiver) -
Method Summary
Modifier and TypeMethodDescriptionlonglongintlonglong
-
Constructor Details
-
IndexSnapshotEvent
-
-
Method Details
-
getNodeId
public int getNodeId() -
getUncompressedSize
public long getUncompressedSize() -
getCompressedSize
public long getCompressedSize() -
getCompressionTime
public long getCompressionTime() -
getTotalTime
public long getTotalTime() -
getArchiver
-