org.apache.blur.concurrent
Class ExecutionContext.RecordTime

java.lang.Object
  extended by org.apache.blur.concurrent.ExecutionContext.RecordTime
Enclosing class:
ExecutionContext

public static class ExecutionContext.RecordTime
extends Object


Field Summary
 Object[] _args
           
 int _call
           
 Enum<?> _e
           
 long _now
           
 long _timeNs
           
 
Constructor Summary
ExecutionContext.RecordTime(Enum<?> e, long now, long start, int call, Object[] args)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_now

public long _now

_e

public Enum<?> _e

_timeNs

public long _timeNs

_call

public int _call

_args

public Object[] _args
Constructor Detail

ExecutionContext.RecordTime

public ExecutionContext.RecordTime(Enum<?> e,
                                   long now,
                                   long start,
                                   int call,
                                   Object[] args)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


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