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 void
add(T o)
Deprecated, for removal: This API element is subject to removal in a future version.void
clear()
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.T
remove()
Deprecated, for removal: This API element is subject to removal in a future version.int
size()
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:
remove
in 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:
add
in 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:
size
in 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:
getItems
in 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:
clear
in interfacecom.atlassian.core.task.FifoBuffer<T>
-
-