public class FlushStatistics extends Object implements Serializable
Constructor and Description |
---|
FlushStatistics() |
Modifier and Type | Method and Description |
---|---|
long |
getElapsedMilliseconds()
Retrieved the elapsed time for the flush.
|
Date |
getFinished() |
long |
getQueueSize()
Retrieve the number of elements processed by the latest flush.
|
Date |
getStarted()
Get the start time.
|
protected void |
reset()
Reset this flush instance.
|
void |
setFinished(Date finished) |
void |
setQueueSize(long queueSize) |
void |
setRecreated(boolean recreated) |
void |
setStarted(Date started) |
boolean |
wasRecreated() |
protected void reset()
public long getElapsedMilliseconds()
public long getQueueSize()
public boolean wasRecreated()
public Date getStarted()
public Date getFinished()
public void setStarted(Date started)
public void setFinished(Date finished)
public void setQueueSize(long queueSize)
public void setRecreated(boolean recreated)
Copyright © 2003–2020 Atlassian. All rights reserved.