- java.lang.Object
-
- com.atlassian.confluence.cluster.hazelcast.HazelcastClusteredFifoBuffer<T>
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
remove
public T remove()
- Specified by:
remove
in interface com.atlassian.core.task.FifoBuffer<T>
-
add
public void add(T o)
- Specified by:
add
in interface com.atlassian.core.task.FifoBuffer<T>
-
size
public int size()
- Specified by:
size
in interface com.atlassian.core.task.FifoBuffer<T>
-
clear
public void clear()
- Specified by:
clear
in interface com.atlassian.core.task.FifoBuffer<T>
Copyright © 2003–2020 Atlassian. All rights reserved.