Class 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.
       
    • 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 interface com.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 interface com.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 interface com.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 interface com.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 interface com.atlassian.core.task.FifoBuffer<T>