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