java.lang.Object
com.tangosol.net.queue.WrapperNamedQueue<E>
com.tangosol.net.queue.WrapperNamedDeque<E>
com.oracle.coherence.grpc.proxy.common.concurrent.queue.NamedDequeProxy<E>
All Implemented Interfaces:
NamedCollection, NamedDeque<E>, NamedQueue<E>, Releasable, ObservableCollection<E>, AutoCloseable, Iterable<E>, Collection<E>, Deque<E>, Queue<E>, SequencedCollection<E>

public class NamedDequeProxy<E> extends com.tangosol.net.queue.WrapperNamedDeque<E>
  • Constructor Details

    • NamedDequeProxy

      public NamedDequeProxy(NamedDeque<E> deque, boolean fCompatible)
      Create a NamedDequeProxy.
      Parameters:
      deque - the wrapped NamedDeque
      fCompatible - true if this queue is serialization compatible
  • Method Details

    • isCompatible

      public boolean isCompatible()
      Return true if this queue is serialization compatible.
      Returns:
      true if this queue is serialization compatible