public static class MapLockCodec.RequestParameters extends Object
Modifier and Type | Field and Description |
---|---|
Data |
key
Key for the map entry.
|
String |
name
Name of the map.
|
long |
referenceId
The client-wide unique id for this request.
|
long |
threadId
The id of the user thread performing the operation.
|
long |
ttl
The duration in milliseconds after which this entry shall be deleted.
|
Constructor and Description |
---|
RequestParameters() |
public String name
public Data key
public long threadId
public long ttl
public long referenceId
Copyright © 2019 Hazelcast, Inc.. All rights reserved.