|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WanReplicationService
This is the WAN replications service API core interface. The WanReplicationService needs to
be capable of creating the actual 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.
Field Summary | |
---|---|
static String |
SERVICE_NAME
The service identifier |
Method Summary | |
---|---|
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 |
Field Detail |
---|
static final String SERVICE_NAME
Method Detail |
---|
WanReplicationPublisher getWanReplicationPublisher(String name)
WanReplicationPublisher
by the given name, if
already existing returns the previous instance.
name
- name of the WAN replication configuration
void handleEvent(Packet packet)
packet
- the WAN replication packet to processvoid shutdown()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |