org.apache.blur.concurrent
Class ExecutionContext

java.lang.Object
  extended by org.apache.blur.concurrent.ExecutionContext

public class ExecutionContext
extends Object


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

ExecutionContext

public ExecutionContext()
Method Detail

recordTime

public void recordTime(Enum<?> e,
                       long start,
                       Object... args)

startTime

public long startTime()

getTimes

public List<ExecutionContext.RecordTime> getTimes()


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.