|
||||||||||
| 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.collection.impl.queue | |
| com.hazelcast.collection.impl.txnqueue | |
| com.hazelcast.core | Provides core API interfaces/classes. |
| 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.collection.impl.queue |
|---|
| Classes in com.hazelcast.collection.impl.queue that implement BaseQueue | |
|---|---|
class |
QueueProxyImpl<E>
Proxy implementation for the Queue. |
| Uses of BaseQueue in com.hazelcast.collection.impl.txnqueue |
|---|
| Classes in com.hazelcast.collection.impl.txnqueue that implement BaseQueue | |
|---|---|
class |
TransactionalQueueProxy<E>
Provides proxy for the Transactional Queue. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||