public static class TransactionalMapGetForUpdateCodec.RequestParameters extends Object
| Modifier and Type | Field and Description |
|---|---|
Data |
key
The value to which the specified key is mapped
|
String |
name
Name of the Transactional Map
|
long |
threadId
The id of the user thread performing the operation.
|
UUID |
txnId
ID of the this transaction operation
|
| Constructor and Description |
|---|
RequestParameters() |
public String name
public UUID txnId
public long threadId
public Data key
Copyright © 2019 Hazelcast, Inc.. All rights reserved.