Class NamedDequeProxy<E>
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>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.tangosol.net.NamedCollection
NamedCollection.Option
-
Constructor Summary
ConstructorsConstructorDescriptionNamedDequeProxy
(NamedDeque<E> deque, boolean fCompatible) Create aNamedDequeProxy
. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returntrue
if this queue is serialization compatible.Methods inherited from class com.tangosol.net.queue.WrapperNamedDeque
addFirst, addLast, descendingIterator, getDeque, getFirst, getLast, offerFirst, offerLast, peekFirst, peekLast, pollFirst, pollLast, pop, prepend, push, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, toString
Methods inherited from class com.tangosol.net.queue.WrapperNamedQueue
add, addAll, addListener, addListener, append, clear, contains, containsAll, destroy, element, equals, getDescription, getName, getQueue, getQueueNameHash, getQueueStatistics, getService, hashCode, isActive, isDestroyed, isEmpty, isReleased, iterator, offer, peek, poll, release, remove, remove, removeAll, removeListener, removeListener, retainAll, size, toArray, toArray
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
clear, containsAll, equals, hashCode, isEmpty, parallelStream, removeAll, removeIf, retainAll, spliterator, stream, toArray, toArray, toArray
Methods inherited from interface java.util.Deque
add, addAll, contains, element, iterator, offer, peek, poll, remove, remove, reversed, size
Methods inherited from interface com.tangosol.net.NamedCollection
destroy, getName, isDestroyed
Methods inherited from interface com.tangosol.net.NamedDeque
getService
Methods inherited from interface com.tangosol.net.NamedQueue
append, getQueueNameHash, getQueueStatistics, isActive, isReady
Methods inherited from interface com.tangosol.util.ObservableCollection
addListener, addListener, removeListener, removeListener
Methods inherited from interface com.tangosol.net.Releasable
close, isReleased, release
-
Constructor Details
-
NamedDequeProxy
Create aNamedDequeProxy
.- Parameters:
deque
- the wrappedNamedDeque
fCompatible
-true
if this queue is serialization compatible
-
-
Method Details
-
isCompatible
public boolean isCompatible()Returntrue
if this queue is serialization compatible.- Returns:
true
if this queue is serialization compatible
-