rabbit.nio.statistics
Class CompletionEntry
java.lang.Object
rabbit.nio.statistics.CompletionEntry
public final class CompletionEntry
- extends Object
Information about a completed task.
- Author:
- Robert Olofsson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ti
public final TaskIdentifier ti
wasOk
public final boolean wasOk
timeSpent
public final long timeSpent
CompletionEntry
public CompletionEntry(TaskIdentifier ti,
boolean wasOk,
long timeSpent)