Package | Description |
---|---|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.client.impl.protocol.task |
Client tasks associated with requests.
|
com.hazelcast.client.spi |
Contains classes/interfaces related to the Hazelcast client Service Provider Interface.
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.internal.jmx |
Contains Hazelcast management bean classes.
|
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
com.hazelcast.spi.impl.proxyservice.impl |
Contains the implementation of the
InternalProxyService . |
Modifier and Type | Method and Description |
---|---|
String |
HazelcastClientInstanceImpl.addDistributedObjectListener(DistributedObjectListener distributedObjectListener) |
String |
HazelcastClientProxy.addDistributedObjectListener(DistributedObjectListener distributedObjectListener) |
Modifier and Type | Class and Description |
---|---|
class |
AddDistributedObjectListenerMessageTask |
Modifier and Type | Method and Description |
---|---|
String |
ProxyManager.addDistributedObjectListener(DistributedObjectListener listener) |
Modifier and Type | Method and Description |
---|---|
String |
HazelcastInstance.addDistributedObjectListener(DistributedObjectListener distributedObjectListener)
Adds a Distributed Object listener which will be notified when a
new
DistributedObject will be created or destroyed. |
Modifier and Type | Method and Description |
---|---|
String |
HazelcastInstanceImpl.addDistributedObjectListener(DistributedObjectListener distributedObjectListener) |
String |
HazelcastInstanceProxy.addDistributedObjectListener(DistributedObjectListener distributedObjectListener) |
Modifier and Type | Class and Description |
---|---|
class |
ManagementService
Service responsible for registering hazelcast management beans to the platform management bean server.
|
Modifier and Type | Method and Description |
---|---|
String |
ProxyService.addProxyListener(DistributedObjectListener distributedObjectListener) |
Modifier and Type | Method and Description |
---|---|
String |
ProxyServiceImpl.addProxyListener(DistributedObjectListener distributedObjectListener) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.