Package | Description |
---|---|
com.hazelcast.cache.impl.client |
Hazelcast JSR-107 aka JCache implementation
Client Requests
|
com.hazelcast.client.impl.client |
This contains the Requests and other DTO's exchanged between client/server
|
com.hazelcast.cluster.client |
This package contains the client cluster functionality.
|
com.hazelcast.collection.impl.collection.client | |
com.hazelcast.collection.impl.queue.client |
This package contains client requests for the IQueue.
|
com.hazelcast.map.impl.client |
Contains client requests for the
IMap |
com.hazelcast.multimap.impl.client |
Contains client requests for Hazelcast MultiMap module.
|
com.hazelcast.partition.client |
Contains client functionality for partition related information.
|
com.hazelcast.replicatedmap.impl.client |
This package contains classes for client communication on replicated map implementation
|
com.hazelcast.topic.impl.client |
This package contains client requests for the ITopic.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheAddEntryListenerRequest
Client request which registers an event listener on behalf of the client and delegates the received events
back to client.
|
class |
CacheAddInvalidationListenerRequest |
class |
CacheAddPartitionLostListenerRequest |
Modifier and Type | Class and Description |
---|---|
class |
AddDistributedObjectListenerRequest |
Modifier and Type | Class and Description |
---|---|
class |
AddMembershipListenerRequest |
Modifier and Type | Class and Description |
---|---|
class |
CollectionAddListenerRequest
this class is used to attach a listener to node for collections
|
Modifier and Type | Class and Description |
---|---|
class |
AddListenerRequest
this class is used to attach a listener to targeted node which sends back the events to client for a queue
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMapAddEntryListenerRequest
Base class for adding entry listener to map
|
class |
MapAddEntryListenerRequest |
class |
MapAddEntryListenerSqlRequest |
class |
MapAddNearCacheEntryListenerRequest
Request for adding
EntryListener for near cache operations. |
class |
MapAddPartitionLostListenerRequest |
Modifier and Type | Class and Description |
---|---|
class |
AddEntryListenerRequest |
Modifier and Type | Class and Description |
---|---|
class |
AddPartitionLostListenerRequest |
Modifier and Type | Class and Description |
---|---|
class |
ClientReplicatedMapAddEntryListenerRequest
Client request class for
ReplicatedMap.addEntryListener(com.hazelcast.core.EntryListener)
implementation |
class |
ClientReplicatedMapAddNearCacheListenerRequest
Internal Request to add listener to replicated map to invalidate near cache from client
|
Modifier and Type | Class and Description |
---|---|
class |
AddMessageListenerRequest |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.