| 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.getEndpointOrFail(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 or throws a InvalidConfigurationException
if there is no configuration for the given parameters. |
WanReplicationEndpoint |
EnterpriseWanReplicationService.getEndpointOrNull(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 or null if there is no configuration for
the given parameters. |
| Modifier and Type | Method and Description |
|---|---|
Collection<WanReplicationEndpoint> |
WanReplicationPublisherDelegate.getEndpoints()
Returns all
WanReplicationEndpoints for this delegate |
| Modifier and Type | Method and Description |
|---|---|
void |
WanReplicationPublisherDelegate.addEndpoint(String publisherId,
WanReplicationEndpoint endpoint) |
| Constructor and Description |
|---|
WanReplicationPublisherDelegate(String name,
ConcurrentMap<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 © 2021 Hazelcast, Inc.. All Rights Reserved.