org.htrace.impl
Class NeverSampler

java.lang.Object
  extended by org.htrace.impl.NeverSampler
All Implemented Interfaces:
Sampler<Object>

public final class NeverSampler
extends Object
implements Sampler<Object>


Field Summary
static NeverSampler INSTANCE
           
 
Fields inherited from interface org.htrace.Sampler
ALWAYS, NEVER
 
Method Summary
 boolean next(Object info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final NeverSampler INSTANCE
Method Detail

next

public boolean next(Object info)
Specified by:
next in interface Sampler<Object>


Copyright © 2014. All Rights Reserved.