public class IndexSnapshotEvent extends Object
Constructor and Description |
---|
IndexSnapshotEvent(long uncompressedSize,
long compressedSize,
long compressionTime,
long totalTime,
String archiver) |
Modifier and Type | Method and Description |
---|---|
String |
getArchiver() |
long |
getCompressedSize() |
long |
getCompressionTime() |
long |
getTotalTime() |
long |
getUncompressedSize() |
public IndexSnapshotEvent(long uncompressedSize, long compressedSize, long compressionTime, long totalTime, String archiver)
public long getUncompressedSize()
public long getCompressedSize()
public long getCompressionTime()
public long getTotalTime()
public String getArchiver()
Copyright © 2002-2021 Atlassian. All Rights Reserved.