public static class MapTryPutCodec.RequestParameters extends Object
| Modifier and Type | Field and Description |
|---|---|
Data |
key
Key for the map entry.
|
String |
name
Name of the map.
|
long |
threadId
The id of the user thread performing the operation.
|
long |
timeout
maximum time in milliseconds to wait for acquiring the lock for the key.
|
Data |
value
New value for the map entry.
|
| Constructor and Description |
|---|
RequestParameters() |
public String name
public Data key
public Data value
public long threadId
public long timeout
Copyright © 2019 Hazelcast, Inc.. All rights reserved.