Sampling

public interface Sampling

Represents an object that collects samples of values.

Methods

getSnapshot

Snapshot getSnapshot()

Returns a snapshot of the collected values.

Returns:the snapshot of collected values.