| Package | Description |
|---|---|
| com.hazelcast.enterprise.wan.replication |
This package contains WAN replication implementations
|
| Modifier and Type | Method and Description |
|---|---|
com.hazelcast.core.ICompletableFuture<Boolean> |
LatencyTrackingWanBatchSender.send(BatchWanReplicationEvent batchReplicationEvent,
com.hazelcast.nio.Address target) |
com.hazelcast.core.ICompletableFuture<Boolean> |
DefaultWanBatchSender.send(BatchWanReplicationEvent batchReplicationEvent,
com.hazelcast.nio.Address target) |
com.hazelcast.core.ICompletableFuture<Boolean> |
WanBatchSender.send(BatchWanReplicationEvent batchReplicationEvent,
com.hazelcast.nio.Address target)
Sends the WAN batch to the target address and returns a future
representing the pending completion of the invocation.
|
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.