Class NamedQueueProxy<E>
java.lang.Object
com.tangosol.net.queue.WrapperNamedQueue<E>
com.oracle.coherence.grpc.proxy.common.concurrent.queue.NamedQueueProxy<E>
- All Implemented Interfaces:
NamedCollection,NamedQueue<E>,Releasable,ObservableCollection<E>,AutoCloseable,Iterable<E>,Collection<E>,Queue<E>
public class NamedQueueProxy<E>
extends com.tangosol.net.queue.WrapperNamedQueue<E>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.tangosol.net.NamedCollection
NamedCollection.Option -
Constructor Summary
ConstructorsConstructorDescriptionNamedQueueProxy(NamedQueue<E> queue, boolean fCompatible) Create aNamedQueueProxy. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturntrueif this queue is serialization compatible.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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, spliterator, stream, toArrayMethods inherited from interface com.tangosol.net.NamedQueue
isReadyMethods inherited from interface com.tangosol.net.Releasable
close
-
Constructor Details
-
NamedQueueProxy
Create aNamedQueueProxy.- Parameters:
queue- the wrappedNamedQueuefCompatible-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
-