Kieker 1.10

kieker.tools.tslib
Interface ITimeSeriesPointsBuffer<T>

Type Parameters:
T - The type of the buffer.
All Known Implementing Classes:
TimeSeriesPointsBuffer

public interface ITimeSeriesPointsBuffer<T>

Since:
1.10
Author:
Tom Frotscher

Method Summary
 boolean add(T o)
          Add an Object to the tail of the Buffer.
 int getSize()
          Returns the current size of the buffer.
 T remove()
          Removes a Value from the buffer in FIFO order.
 

Method Detail

add

boolean add(T o)
Add an Object to the tail of the Buffer.

Parameters:
o - The Value to add
Returns:
Returns true if Object is added successfully
Since:
1.10, 1.9

remove

T remove()
Removes a Value from the buffer in FIFO order.

Returns:
Returns the removed Object
Since:
1.10, 1.9

getSize

int getSize()
Returns the current size of the buffer.

Returns:
Returned Buffersize
Since:
1.10, 1.9

Kieker 1.10

Copyright 2014 Kieker Project, http://kieker-monitoring.net