| 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 |
|---|---|
WanReplicationEndpoint |
WanReplicationPublisherDelegate.getEndpoint(String publisherId)
|
WanReplicationEndpoint |
EnterpriseWanReplicationService.getEndpoint(String wanReplicationName,
String wanPublisherId)
Returns a WAN replication configured under a WAN replication config with
the name
wanReplicationName and with a WAN publisher ID of
wanPublisherId. |
| Modifier and Type | Method and Description |
|---|---|
Collection<WanReplicationEndpoint> |
WanReplicationPublisherDelegate.getEndpoints()
Returns all
WanReplicationEndpoints for this delegate |
| Constructor and Description |
|---|
WanReplicationPublisherDelegate(String name,
Map<String,WanReplicationEndpoint> endpoints) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWanPublisher
Abstract WAN event publisher implementation.
|
class |
AbstractWanReplication
Abstract WAN event publisher implementation.
|
class |
WanBatchReplication
WAN replication publisher that sends events in batches.
|
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.