public class WanNonThrottlingAcknowledger extends Object implements WanAcknowledger
WanAcknowledger implementation that acknowledges immediately
without adding any delay or performing any other operation before
performing the acknowledgement. This implementation is a fallback
implementation to WanThrottlingAcknowledger in case that one
for any reason is desired to be turned off. Setting this acknowledger
restores the behavior as it was before introducing the
WanAcknowledger abstraction.| Constructor and Description |
|---|
WanNonThrottlingAcknowledger(com.hazelcast.instance.Node node) |
| Modifier and Type | Method and Description |
|---|---|
void |
acknowledgeFailure(com.hazelcast.spi.Operation operation)
Acknowledges the WAN operation as failed operation.
|
void |
acknowledgeSuccess(com.hazelcast.spi.Operation operation)
Acknowledges the WAN operation as successful operation.
|
public WanNonThrottlingAcknowledger(com.hazelcast.instance.Node node)
public void acknowledgeSuccess(com.hazelcast.spi.Operation operation)
WanAcknowledgeracknowledgeSuccess in interface WanAcknowledgeroperation - the WAN operation to acknowledgepublic void acknowledgeFailure(com.hazelcast.spi.Operation operation)
WanAcknowledgeracknowledgeFailure in interface WanAcknowledgeroperation - the WAN operation to acknowledgeCopyright © 2022 Hazelcast, Inc.. All Rights Reserved.