public static class PNCounterAddCodec.RequestParameters extends Object
Modifier and Type | Field and Description |
---|---|
long |
delta
the delta to add to the counter value, can be negative
|
boolean |
getBeforeUpdate
true if the operation should return the
counter value before the addition, false
if it should return the value after the addition |
String |
name
the name of the PNCounter
|
List<Map.Entry<UUID,Long>> |
replicaTimestamps
last observed replica timestamps (vector clock)
|
Address |
targetReplica
the target replica
|
Constructor and Description |
---|
RequestParameters() |
public String name
public long delta
public boolean getBeforeUpdate
true
if the operation should return the
counter value before the addition, false
if it should return the value after the additionpublic List<Map.Entry<UUID,Long>> replicaTimestamps
public Address targetReplica
Copyright © 2019 Hazelcast, Inc.. All rights reserved.