| Package | Description |
|---|---|
| com.hazelcast.collection.impl.queue | |
| com.hazelcast.collection.impl.txnqueue | |
| com.hazelcast.core |
Provides core API interfaces/classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QueueProxyImpl<E>
Proxy implementation for the Queue.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionalQueueProxy<E>
Provides proxy for the Transactional Queue.
|
class |
TransactionalQueueProxySupport<E>
Provides support for proxy of the Transactional Queue.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IQueue<E>
Concurrent, blocking, distributed, observable queue.
|
interface |
TransactionalQueue<E>
Transactional implementation of
BaseQueue. |
Copyright © 2018. All Rights Reserved.