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

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

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

Methods in org.usergrid.persistence.cassandra.util that return TraceTag
 TraceTag TraceTagManager.acquire()
          Get the tag from a ThreadLocal.
 TraceTag TraceTagManager.create(String tagName)
          Create a TraceTag
 TraceTag TraceTagManager.createMetered(String tagName)
           
 TraceTag TraceTagManager.detach()
          Detach the tag from the current thread.
static TraceTag TraceTag.getInstance(UUID tag, String name)
           
static TraceTag TraceTag.getMeteredInstance(UUID tag, String name)
           
 

Methods in org.usergrid.persistence.cassandra.util with parameters of type TraceTag
 void TraceTagManager.attach(TraceTag traceTag)
          Attache the tag to the current Thread.
static TimedOpTag TimedOpTag.instance(TraceTag traceTag)
          Get an instance with the current start timer set to 'now'
 void TraceTagReporter.report(TraceTag traceTag)
           
 void Slf4jTraceTagReporter.report(TraceTag traceTag)
           
 



Copyright © 2013. All Rights Reserved.