Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.jmx |
Contains Hazelcast management bean classes.
|
com.hazelcast.management |
Contains classes to provide data/operation interface for Management Center.
|
com.hazelcast.nio |
This package contains classes related to New IO
|
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
com.hazelcast.spi.impl |
Contains implementations for Hazelcast SPI.
|
Modifier and Type | Method and Description |
---|---|
EventService |
ClientEngine.getEventService() |
Modifier and Type | Method and Description |
---|---|
EventService |
ClientEngineImpl.getEventService() |
Constructor and Description |
---|
EventServiceMBean(HazelcastInstance hazelcastInstance,
EventService eventService,
ManagementService service) |
Constructor and Description |
---|
SerializableEventServiceBean(EventService es) |
Modifier and Type | Method and Description |
---|---|
EventService |
NodeIOService.getEventService() |
EventService |
IOService.getEventService() |
Modifier and Type | Method and Description |
---|---|
EventService |
NodeEngine.getEventService() |
Modifier and Type | Class and Description |
---|---|
class |
EventServiceImpl |
Modifier and Type | Method and Description |
---|---|
EventService |
NodeEngineImpl.getEventService() |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.