com.atlassian.confluence.cluster.tangosol
Class TangosolClusteredFifoBuffer

java.lang.Object
  extended bycom.atlassian.confluence.cluster.tangosol.TangosolClusteredFifoBuffer
All Implemented Interfaces:
FifoBuffer

public class TangosolClusteredFifoBuffer
extends Object
implements FifoBuffer


Constructor Summary
TangosolClusteredFifoBuffer(com.tangosol.net.NamedCache cache)
           
 
Method Summary
 void add(Object oValue)
           
 void clear()
           
 Collection getItems()
           
 Object remove()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TangosolClusteredFifoBuffer

public TangosolClusteredFifoBuffer(com.tangosol.net.NamedCache cache)
Method Detail

size

public int size()
Specified by:
size in interface FifoBuffer

getItems

public Collection getItems()
Specified by:
getItems in interface FifoBuffer

clear

public void clear()
Specified by:
clear in interface FifoBuffer

add

public void add(Object oValue)
Specified by:
add in interface FifoBuffer

remove

public Object remove()
Specified by:
remove in interface FifoBuffer


Confluence is developed by Atlassian.