| 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) |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<String,Registration> |
EventServiceSegment.getRegistrationIdMap() |
Collection<Registration> |
EventServiceSegment.getRegistrations(String topic,
boolean forceCreate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EventServiceSegment.addRegistration(String topic,
Registration registration) |
boolean |
EventServiceImpl.handleRegistration(Registration reg) |
| Constructor and Description |
|---|
RegistrationOperation(Registration registration) |
| Constructor and Description |
|---|
PostJoinRegistrationOperation(Collection<Registration> registrations) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.