public static class TestReplicationEndpoint.ReplicationEndpointForTest extends BaseReplicationEndpoint
ReplicationEndpoint.Context, ReplicationEndpoint.ReplicateContextctx| Constructor and Description |
|---|
ReplicationEndpointForTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
UUID |
getPeerUUID()
Returns a UUID of the provided peer id.
|
boolean |
replicate(ReplicationEndpoint.ReplicateContext replicateContext)
Replicate the given set of entries (in the context) to the other cluster.
|
canReplicateToSameCluster, getScopeWALEntryFilter, getTableCfWALEntryFilter, getWALEntryfilter, initpublic UUID getPeerUUID()
ReplicationEndpointpublic boolean replicate(ReplicationEndpoint.ReplicateContext replicateContext)
ReplicationEndpointreplicateContext - a context where WAL entries and other
parameters can be obtained.protected void doStart()
protected void doStop()