|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.blur.concurrent.ExecutionContext
public class ExecutionContext
Nested Class Summary | |
---|---|
static class |
ExecutionContext.RecordTime
|
Constructor Summary | |
---|---|
ExecutionContext()
|
Method Summary | |
---|---|
List<ExecutionContext.RecordTime> |
getTimes()
|
void |
recordTime(Enum<?> e,
long start,
Object... args)
|
long |
startTime()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExecutionContext()
Method Detail |
---|
public void recordTime(Enum<?> e, long start, Object... args)
public long startTime()
public List<ExecutionContext.RecordTime> getTimes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |