public static class AtomicLongGetAndSetCodec.RequestParameters extends Object
Modifier and Type | Field and Description |
---|---|
RaftGroupId |
groupId
CP group id of this IAtomicLong instance.
|
String |
name
Name of this IAtomicLong instance.
|
long |
newValue
The new value
|
Constructor and Description |
---|
RequestParameters() |
public RaftGroupId groupId
public String name
public long newValue
Copyright © 2019 Hazelcast, Inc.. All rights reserved.