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.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.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientQueueProxy<E> |
Modifier and Type | Class and Description |
---|---|
class |
ClientTxnQueueProxy<E> |
Modifier and Type | Interface and Description |
---|---|
interface |
IQueue<E>
Concurrent, blocking, distributed, observable queue.
|
interface |
TransactionalQueue<E>
Transactional implementation of
BaseQueue . |
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.
|
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.