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 | 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, if
already existing returns the previous instance. |
Modifier and Type | Class and Description |
---|---|
class |
WanNoDelayReplication
No delaying distribution implementation on WAN replication
|
Modifier and Type | Method and Description |
---|---|
WanReplicationPublisher |
WanReplicationServiceImpl.getWanReplicationPublisher(String name) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.