Interface LongReservoir
-
- All Known Implementing Classes:
ConcurrentSlidingWindowLongReservoir
public interface LongReservoir
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intsize()long[]snapshot()voidupdate(long value)
-