public static enum MapWireHandler.Params extends Enum<MapWireHandler.Params> implements net.openhft.chronicle.wire.WireKey
Enum Constant and Description |
---|
arg |
entry |
eventType |
function |
identifier |
key |
newValue |
oldValue |
timestamp |
updateArg |
updateFunction |
value |
Modifier and Type | Method and Description |
---|---|
static MapWireHandler.Params |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapWireHandler.Params[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapWireHandler.Params key
public static final MapWireHandler.Params value
public static final MapWireHandler.Params oldValue
public static final MapWireHandler.Params eventType
public static final MapWireHandler.Params newValue
public static final MapWireHandler.Params timestamp
public static final MapWireHandler.Params identifier
public static final MapWireHandler.Params entry
public static final MapWireHandler.Params updateFunction
public static final MapWireHandler.Params updateArg
public static final MapWireHandler.Params function
public static final MapWireHandler.Params arg
public static MapWireHandler.Params[] values()
for (MapWireHandler.Params c : MapWireHandler.Params.values()) System.out.println(c);
public static MapWireHandler.Params valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2021. All rights reserved.