Package org.javasimon.callback.lastsplits

LastSplitsCallback retains last splits in a ring a buffer (fixed size FIFO queue).

See:
          Description

Interface Summary
LastSplits.SplitFunction<T> Function
 

Class Summary
CircularList<T> Ring/circular buffer, fixed size FIFO list.
LastSplits Object stored among Stopwatch's attributes in charge of Managing concurrent access to the inner ring buffer through synchronized blocks Computing som statistics (min, max, mean, trend) based on retained values Log retained values and statistics
LastSplits.AbstractSplitFunction<T> Base implementation of functions
LastSplitsCallback Callback retaining the last N stopwatch splits.
 

Package org.javasimon.callback.lastsplits Description

LastSplitsCallback retains last splits in a ring a buffer (fixed size FIFO queue).



Copyright © 2013. All Rights Reserved.