| Package | Description |
|---|---|
| com.hazelcast.enterprise.wan |
This package contains the enterprise WAN implementation
|
| com.hazelcast.enterprise.wan.replication |
This package contains WAN replication implementations
|
| Modifier and Type | Method and Description |
|---|---|
void |
WanReplicationEndpoint.addCacheQueue(String name,
int partitionId,
WanReplicationEventQueue eventQueue)
Publishes all events from the
eventQueue to the WAN queue for
the given partition ID and cache name. |
void |
WanReplicationEndpoint.addMapQueue(String name,
int partitionId,
WanReplicationEventQueue eventQueue)
Publishes all events from the
eventQueue to the WAN queue for
the given partition ID and map name. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWanPublisher.addCacheQueue(String name,
int partitionId,
WanReplicationEventQueue eventQueue) |
void |
AbstractWanPublisher.addMapQueue(String name,
int partitionId,
WanReplicationEventQueue eventQueue) |
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.