| Package | Description |
|---|---|
| com.hazelcast.spi.impl.eventservice.impl |
Contains the code for the
InternalEventService implementation. |
| com.hazelcast.spi.impl.eventservice.impl.operations |
Contains the operations for the
EventServiceImpl. |
| Modifier and Type | Method and Description |
|---|---|
Registration |
EventServiceSegment.removeRegistration(String topic,
String id)
Removes the registration matching the
topic and ID. |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<String,Registration> |
EventServiceSegment.getRegistrationIdMap()
Returns the map from registration ID to the listener registration.
|
ConcurrentMap<String,Collection<Registration>> |
EventServiceSegment.getRegistrations() |
Collection<Registration> |
EventServiceSegment.getRegistrations(String topic,
boolean forceCreate)
Returns the
Registrations for the event topic. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EventServiceSegment.addRegistration(String topic,
Registration registration)
Adds a registration for the
topic and notifies the listener and service of the listener
registration. |
boolean |
EventServiceImpl.handleRegistration(Registration reg) |
| Constructor and Description |
|---|
DeregistrationOperationSupplier(Registration reg,
ClusterService clusterService) |
RegistrationOperation(Registration registration,
int memberListVersion) |
RegistrationOperationSupplier(Registration reg,
ClusterService clusterService) |
| Constructor and Description |
|---|
OnJoinRegistrationOperation(Collection<Registration> registrations) |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.