Class IndexSnapshotEvent

java.lang.Object
com.atlassian.jira.index.ha.events.IndexSnapshotEvent

public class IndexSnapshotEvent extends Object
  • Constructor Details

    • IndexSnapshotEvent

      public IndexSnapshotEvent(int nodeId, long uncompressedSize, long compressedSize, Duration compressionTime, Duration totalTime, String archiver)
  • Method Details

    • getNodeId

      public int getNodeId()
    • getUncompressedSize

      public long getUncompressedSize()
    • getCompressedSize

      public long getCompressedSize()
    • getCompressionTime

      public long getCompressionTime()
    • getTotalTime

      public long getTotalTime()
    • getArchiver

      public String getArchiver()