|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReplicationEventObject | |
|---|---|
| com.hazelcast.map.impl.wan | Contains wan replication event classes |
| com.hazelcast.wan | This package contains the WAN replication API |
| com.hazelcast.wan.impl | This package contains the opensource implementation of WAN replication |
| Uses of ReplicationEventObject in com.hazelcast.map.impl.wan |
|---|
| Classes in com.hazelcast.map.impl.wan that implement ReplicationEventObject | |
|---|---|
class |
MapReplicationRemove
|
class |
MapReplicationUpdate
|
| Uses of ReplicationEventObject in com.hazelcast.wan |
|---|
| Methods in com.hazelcast.wan with parameters of type ReplicationEventObject | |
|---|---|
void |
WanReplicationPublisher.publishReplicationEvent(String serviceName,
ReplicationEventObject eventObject)
|
void |
WanReplicationEvent.setEventObject(ReplicationEventObject eventObject)
Sets the event object. |
| Constructors in com.hazelcast.wan with parameters of type ReplicationEventObject | |
|---|---|
WanReplicationEvent(String serviceName,
ReplicationEventObject eventObject)
|
|
| Uses of ReplicationEventObject in com.hazelcast.wan.impl |
|---|
| Methods in com.hazelcast.wan.impl with parameters of type ReplicationEventObject | |
|---|---|
void |
WanNoDelayReplication.publishReplicationEvent(String serviceName,
ReplicationEventObject eventObject)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||