Class HazelcastClusteredFifoBuffer<T>
- java.lang.Object
-
- com.atlassian.confluence.cluster.hazelcast.HazelcastClusteredFifoBuffer<T>
-
- All Implemented Interfaces:
com.atlassian.core.task.FifoBuffer<T>
@Deprecated(since="8.2", forRemoval=true) public class HazelcastClusteredFifoBuffer<T> extends Object implements com.atlassian.core.task.FifoBuffer<T>
Deprecated, for removal: This API element is subject to removal in a future version.since 8.2
-
-
Constructor Summary
Constructors Constructor Description HazelcastClusteredFifoBuffer(com.hazelcast.core.IQueue<T> queue)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidadd(T o)Deprecated, for removal: This API element is subject to removal in a future version.voidclear()Deprecated, for removal: This API element is subject to removal in a future version.Collection<T>getItems()Deprecated, for removal: This API element is subject to removal in a future version.Tremove()Deprecated, for removal: This API element is subject to removal in a future version.intsize()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
HazelcastClusteredFifoBuffer
public HazelcastClusteredFifoBuffer(com.hazelcast.core.IQueue<T> queue)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
remove
public T remove()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
removein interfacecom.atlassian.core.task.FifoBuffer<T>
-
add
public void add(T o)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addin interfacecom.atlassian.core.task.FifoBuffer<T>
-
size
public int size()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
sizein interfacecom.atlassian.core.task.FifoBuffer<T>
-
getItems
public Collection<T> getItems()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getItemsin interfacecom.atlassian.core.task.FifoBuffer<T>
-
clear
public void clear()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
clearin interfacecom.atlassian.core.task.FifoBuffer<T>
-
-