|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventService | |
---|---|
com.hazelcast.client | Contains classes/interfaces related to Client |
com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. |
com.hazelcast.internal.management.dto | These contain the DTO object to exchange information with the management center. |
com.hazelcast.jmx | Contains Hazelcast management bean classes. |
com.hazelcast.nio | This package contains classes related to New IO |
com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. |
com.hazelcast.spi.impl.eventservice | Contains the code for the InternalEventService . |
com.hazelcast.spi.impl.eventservice.impl | Contains the code for the InternalEventService implementation. |
Uses of EventService in com.hazelcast.client |
---|
Methods in com.hazelcast.client that return EventService | |
---|---|
EventService |
ClientEngine.getEventService()
|
Uses of EventService in com.hazelcast.client.impl |
---|
Methods in com.hazelcast.client.impl that return EventService | |
---|---|
EventService |
ClientEngineImpl.getEventService()
|
Uses of EventService in com.hazelcast.internal.management.dto |
---|
Constructors in com.hazelcast.internal.management.dto with parameters of type EventService | |
---|---|
EventServiceDTO(EventService es)
|
Uses of EventService in com.hazelcast.jmx |
---|
Constructors in com.hazelcast.jmx with parameters of type EventService | |
---|---|
EventServiceMBean(HazelcastInstance hazelcastInstance,
EventService eventService,
ManagementService service)
|
Uses of EventService in com.hazelcast.nio |
---|
Methods in com.hazelcast.nio that return EventService | |
---|---|
EventService |
NodeIOService.getEventService()
|
EventService |
IOService.getEventService()
|
Uses of EventService in com.hazelcast.spi |
---|
Methods in com.hazelcast.spi that return EventService | |
---|---|
EventService |
NodeEngine.getEventService()
Gets the EventService. |
Uses of EventService in com.hazelcast.spi.impl.eventservice |
---|
Subinterfaces of EventService in com.hazelcast.spi.impl.eventservice | |
---|---|
interface |
InternalEventService
The InternalEventService is an EventService interface that adds additional capabilities
we don't want to expose to the end user. |
Uses of EventService in com.hazelcast.spi.impl.eventservice.impl |
---|
Classes in com.hazelcast.spi.impl.eventservice.impl that implement EventService | |
---|---|
class |
EventServiceImpl
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |