Uses of Class
org.usergrid.persistence.cassandra.util.TimedOpTag

Packages that use TimedOpTag
org.usergrid.persistence.cassandra.util   
 

Uses of TimedOpTag in org.usergrid.persistence.cassandra.util
 

Methods in org.usergrid.persistence.cassandra.util that return TimedOpTag
static TimedOpTag TimedOpTag.instance(TraceTag traceTag)
          Get an instance with the current start timer set to 'now'
 TimedOpTag TraceTagManager.timerInstance()
           
 

Methods in org.usergrid.persistence.cassandra.util with parameters of type TimedOpTag
 void TraceTag.add(TimedOpTag timedOpTag)
           
 void TraceTagManager.addTimer(TimedOpTag timedOpTag)
          Add this TimedOpTag to the underlying trace if there is one.
 void TraceTagReporter.reportUnattached(TimedOpTag timedOpTag)
           
 void Slf4jTraceTagReporter.reportUnattached(TimedOpTag timedOpTag)
           
 



Copyright © 2013. All Rights Reserved.