public interface WanReplicationService extends CoreService
WanReplicationPublisher
instances
to replicate values to other clusters over the wide area network, so it has to deal with long
delays, slow uploads and higher latencies.Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME
The service identifier
|
Modifier and Type | Method and Description |
---|---|
WanReplicationPublisher |
getWanReplicationPublisher(String name)
Creates a new
WanReplicationPublisher by the given name, if
already existing returns the previous instance. |
void |
handleEvent(Packet packet)
This method is called when a replication packet arrives at the connection handler.
|
void |
shutdown()
Starts the shutdown process of the WAN replication service
|
static final String SERVICE_NAME
WanReplicationPublisher getWanReplicationPublisher(String name)
WanReplicationPublisher
by the given name, if
already existing returns the previous instance.name
- name of the WAN replication configurationvoid handleEvent(Packet packet)
packet
- the WAN replication packet to processvoid shutdown()
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.