public static class MultiMapPutCodec.RequestParameters extends Object
Modifier and Type | Field and Description |
---|---|
Data |
key
The key to be stored
|
String |
name
Name of the MultiMap
|
long |
threadId
The id of the user thread performing the operation.
|
Data |
value
The value to be stored
|
Constructor and Description |
---|
RequestParameters() |
public String name
public Data key
public Data value
public long threadId
Copyright © 2019 Hazelcast, Inc.. All rights reserved.