Package | Description |
---|---|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.spi.impl.eventservice |
Contains the code for the
InternalEventService . |
com.hazelcast.spi.impl.eventservice.impl |
Contains the code for the
InternalEventService implementation. |
com.hazelcast.spi.impl.proxyservice.impl |
Contains the implementation of the
InternalProxyService . |
Modifier and Type | Class and Description |
---|---|
class |
MapService
Defines map service behavior.
|
Modifier and Type | Field and Description |
---|---|
protected PostJoinAwareService |
MapService.postJoinAwareService |
Modifier and Type | Interface and Description |
---|---|
interface |
InternalEventService
The InternalEventService is an
EventService interface that adds additional capabilities
we don't want to expose to the end user. |
Modifier and Type | Class and Description |
---|---|
class |
EventServiceImpl
Service responsible for routing and dispatching local and remote events and keeping track of listener
registrations.
|
Modifier and Type | Class and Description |
---|---|
class |
ProxyServiceImpl |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.