Package | Description |
---|---|
com.hazelcast.client.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
com.hazelcast.client.proxy.txn |
Contains classes related to proxy for client transactions
|
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 |
ClientQueueProxy<E> |
Modifier and Type | Class and Description |
---|---|
class |
ClientTxnQueueProxy<E> |
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IQueue<E>
Concurrent, blocking, distributed, observable queue.
|
interface |
TransactionalQueue<E>
Transactional implementation of
BaseQueue . |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.