| Package | Description |
|---|---|
| com.hazelcast.wan.impl |
This package contains the opensource implementation of WAN replication
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InternalWanReplicationPublisher<T>
Methods exposed on WAN publishers for internal use.
|
| Modifier and Type | Method and Description |
|---|---|
WanReplicationPublisher |
DelegatingWanReplicationScheme.getPublisher(String publisherId)
|
| Modifier and Type | Method and Description |
|---|---|
Collection<WanReplicationPublisher> |
DelegatingWanReplicationScheme.getPublishers()
Returns all
WanReplicationPublishers for this delegate |
| Modifier and Type | Method and Description |
|---|---|
void |
DelegatingWanReplicationScheme.addPublisher(String publisherId,
WanReplicationPublisher publisher) |
| Constructor and Description |
|---|
DelegatingWanReplicationScheme(String name,
ConcurrentMap<String,WanReplicationPublisher> publishers) |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.