public interface Sampler
abstract boolean
sample()
keep()
drop()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract boolean sample()
Provides binary answer whether the current event is to be sampled
abstract boolean keep()
Force the sampling decision to keep this item
abstract boolean drop()
Force the sampling decision to drop this item