|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netflix.curator.utils.DefaultTracerDriver
public class DefaultTracerDriver
Default tracer driver
| Constructor Summary | |
|---|---|
DefaultTracerDriver()
|
|
| Method Summary | |
|---|---|
void |
addCount(java.lang.String name,
int increment)
Add to a named counter |
void |
addTrace(java.lang.String name,
long time,
java.util.concurrent.TimeUnit unit)
Record the given trace event |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultTracerDriver()
| Method Detail |
|---|
public void addTrace(java.lang.String name,
long time,
java.util.concurrent.TimeUnit unit)
TracerDriver
addTrace in interface TracerDrivername - of the eventtime - time event tookunit - time unit
public void addCount(java.lang.String name,
int increment)
TracerDriver
addCount in interface TracerDrivername - name of the counterincrement - amount to increment
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||