|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.cluster.coherence.TangosolClusteredFifoBuffer<T>
public class TangosolClusteredFifoBuffer<T>
| Constructor Summary | |
|---|---|
TangosolClusteredFifoBuffer(com.tangosol.net.NamedCache cache)
|
|
| Method Summary | |
|---|---|
void |
add(java.lang.Object oValue)
|
void |
clear()
|
java.util.Collection<T> |
getItems()
|
T |
remove()
|
int |
size()
Note that this method will return the number of items currently in the buffer, which is not necessarily the numbers of items added - number of items removed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TangosolClusteredFifoBuffer(com.tangosol.net.NamedCache cache)
| Method Detail |
|---|
public int size()
size in interface com.atlassian.core.task.FifoBuffer<T>public java.util.Collection<T> getItems()
getItems in interface com.atlassian.core.task.FifoBuffer<T>public void clear()
clear in interface com.atlassian.core.task.FifoBuffer<T>public void add(java.lang.Object oValue)
add in interface com.atlassian.core.task.FifoBuffer<T>public T remove()
remove in interface com.atlassian.core.task.FifoBuffer<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||