public class HazelcastClusteredFifoBuffer<T> extends Object implements com.atlassian.core.task.FifoBuffer<T>
Constructor and Description |
---|
HazelcastClusteredFifoBuffer(com.hazelcast.core.IQueue<T> queue) |
Modifier and Type | Method and Description |
---|---|
void |
add(T o) |
void |
clear() |
Collection<T> |
getItems() |
T |
remove() |
int |
size() |
public HazelcastClusteredFifoBuffer(com.hazelcast.core.IQueue<T> queue)
public int size()
size
in interface com.atlassian.core.task.FifoBuffer<T>
public Collection<T> getItems()
getItems
in interface com.atlassian.core.task.FifoBuffer<T>
public void clear()
clear
in interface com.atlassian.core.task.FifoBuffer<T>
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences