org.apache.accumulo.cloudtrace.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 © 2012 The Apache Software Foundation. All Rights Reserved.