Package | Description |
---|---|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.wan |
This package contains the WAN replication API
|
com.hazelcast.wan.impl |
This package contains the opensource implementation of WAN replication
|
Modifier and Type | Field and Description |
---|---|
protected WanReplicationPublisher |
MapContainer.wanReplicationPublisher |
Modifier and Type | Method and Description |
---|---|
WanReplicationPublisher |
MapContainer.getWanReplicationPublisher() |
Modifier and Type | Interface and Description |
---|---|
interface |
WanReplicationEndpoint
Implementations of this interface represent a replication endpoint, normally another
Hazelcast cluster only reachable over a wide area network.
|
Modifier and Type | Method and Description |
---|---|
WanReplicationPublisher |
WanReplicationService.getWanReplicationPublisher(String name)
Creates a new
WanReplicationPublisher by the given name. |
Modifier and Type | Method and Description |
---|---|
WanReplicationPublisher |
WanReplicationServiceImpl.getWanReplicationPublisher(String name) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.