Package | Description |
---|---|
com.hazelcast.client.proxy | |
com.hazelcast.collection.list | |
com.hazelcast.collection.set | |
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.queue.proxy |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientCollectionProxy<E> |
class |
ClientListProxy<E> |
class |
ClientQueueProxy<E> |
class |
ClientSetProxy<E> |
Modifier and Type | Class and Description |
---|---|
class |
ListProxyImpl<E> |
Modifier and Type | Class and Description |
---|---|
class |
SetProxyImpl<E> |
Modifier and Type | Interface and Description |
---|---|
interface |
IList<E>
Concurrent, distributed implementation of
List |
interface |
IQueue<E>
Concurrent, blocking, distributed, observable queue.
|
interface |
ISet<E>
Concurrent, distributed implementation of
Set
This class is not a general-purpose Set implementation! While this class implements
the Set interface, it intentionally violates Set's general contract, which mandates the
use of the equals method when comparing objects. |
Modifier and Type | Class and Description |
---|---|
class |
QueueProxyImpl<E>
User: ali
Date: 11/14/12
Time: 13:23 AM
|
Copyright © 2014 Hazelcast, Inc.. All rights reserved.