org.smallmind.instrument
Interface Sample

All Superinterfaces:
Shutterbug
All Known Implementing Classes:
ExponentiallyDecayingSample, UniformSample

public interface Sample
extends Shutterbug


Method Summary
 void clear()
           
 Samples getType()
           
 int size()
           
 void update(long value)
           
 
Methods inherited from interface org.smallmind.instrument.Shutterbug
getSnapshot
 

Method Detail

getType

Samples getType()

clear

void clear()

size

int size()

update

void update(long value)


Copyright © 2012. All Rights Reserved.