org.apache.accumulo.trace.instrument
Interface Sampler

All Known Implementing Classes:
CountSampler

public interface Sampler

Extremely simple callback to determine the frequency that an action should be performed.

See Also:
Trace.wrapAll(T)

Method Summary
 boolean next()
           
 

Method Detail

next

boolean next()


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.