|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseQueue | |
---|---|
com.hazelcast.client.proxy | This package contains client side proxy implementations of the different Hazelcast data structures and operation types |
com.hazelcast.client.txn.proxy | Contains classes related to proxy for com.hazelcast.client.client.txn |
com.hazelcast.core | Provides core API interfaces/classes. |
com.hazelcast.queue.impl.proxy | This package contains the IQueue proxies. |
com.hazelcast.queue.impl.tx | This package contains the Transaction behavior for the IQueue. |
Uses of BaseQueue in com.hazelcast.client.proxy |
---|
Classes in com.hazelcast.client.proxy that implement BaseQueue | |
---|---|
class |
ClientQueueProxy<E>
|
Uses of BaseQueue in com.hazelcast.client.txn.proxy |
---|
Classes in com.hazelcast.client.txn.proxy that implement BaseQueue | |
---|---|
class |
ClientTxnQueueProxy<E>
|
Uses of BaseQueue in com.hazelcast.core |
---|
Subinterfaces of BaseQueue in com.hazelcast.core | |
---|---|
interface |
IQueue<E>
Concurrent, blocking, distributed, observable queue. |
interface |
TransactionalQueue<E>
Transactional implementation of BaseQueue . |
Uses of BaseQueue in com.hazelcast.queue.impl.proxy |
---|
Classes in com.hazelcast.queue.impl.proxy that implement BaseQueue | |
---|---|
class |
QueueProxyImpl<E>
Proxy implementation for the Queue. |
Uses of BaseQueue in com.hazelcast.queue.impl.tx |
---|
Classes in com.hazelcast.queue.impl.tx that implement BaseQueue | |
---|---|
class |
TransactionalQueueProxy<E>
Provides proxy for the Transactional Queue. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |