|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.tivoli.jflt.buffering.CircularBuffer
This CircularBuffer provides a FIFO circular communications pipe.
Field Summary | |
static int |
DEFAULT_SIZE
The default circular buffer capacity. |
Constructor Summary | |
CircularBuffer()
|
|
CircularBuffer(int size)
|
Method Summary | |
LogItem |
get()
|
boolean |
isEmpty()
Returns true if and only if the circular buffer has no values in it. |
void |
put(LogItem value)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final int DEFAULT_SIZE
Constructor Detail |
public CircularBuffer()
public CircularBuffer(int size)
Method Detail |
public boolean isEmpty()
public LogItem get()
public void put(LogItem value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |