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 TypeMethodDescriptionbooleanReturntrueif 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, toStringMethods 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, toArrayMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
clear, containsAll, equals, hashCode, isEmpty, parallelStream, removeAll, removeIf, retainAll, spliterator, stream, toArray, toArray, toArrayMethods inherited from interface java.util.Deque
add, addAll, contains, element, iterator, offer, peek, poll, remove, remove, reversed, sizeMethods inherited from interface com.tangosol.net.NamedCollection
destroy, getName, isDestroyedMethods inherited from interface com.tangosol.net.NamedDeque
getServiceMethods inherited from interface com.tangosol.net.NamedQueue
append, getQueueNameHash, getQueueStatistics, isActive, isReadyMethods inherited from interface com.tangosol.util.ObservableCollection
addListener, addListener, removeListener, removeListenerMethods inherited from interface com.tangosol.net.Releasable
close, isReleased, release
-
Constructor Details
-
NamedDequeProxy
Create aNamedDequeProxy.- Parameters:
deque- the wrappedNamedDequefCompatible-trueif this queue is serialization compatible
-
-
Method Details
-
isCompatible
public boolean isCompatible()Returntrueif this queue is serialization compatible.- Returns:
trueif this queue is serialization compatible
-