public class SnapshotFetchingInfo extends Object
Constructor and Description |
---|
SnapshotFetchingInfo(long fetchStart,
long fetchDuration) |
Modifier and Type | Method and Description |
---|---|
long |
getFetchDurationMillis() |
long |
getFetchDurationMinutes() |
long |
getFetchDurationSeconds() |
Date |
getStart() |
public SnapshotFetchingInfo(long fetchStart, long fetchDuration)
fetchStart
- milliseconds since the epochfetchDuration
- milliseconds that the fetch tookpublic Date getStart()
public long getFetchDurationMillis()
public long getFetchDurationSeconds()
public long getFetchDurationMinutes()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.