|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.cluster.tangosol.TangosolClusteredFifoBuffer
public class TangosolClusteredFifoBuffer
| Constructor Summary | |
|---|---|
TangosolClusteredFifoBuffer(com.tangosol.net.NamedCache cache)
|
|
| Method Summary | |
|---|---|
void |
add(java.lang.Object oValue)
|
void |
clear()
|
java.util.Collection<java.lang.Object> |
getItems()
|
java.lang.Object |
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.FifoBufferpublic java.util.Collection<java.lang.Object> getItems()
getItems in interface com.atlassian.core.task.FifoBufferpublic void clear()
clear in interface com.atlassian.core.task.FifoBufferpublic void add(java.lang.Object oValue)
add in interface com.atlassian.core.task.FifoBufferpublic java.lang.Object remove()
remove in interface com.atlassian.core.task.FifoBuffer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||