public static enum MapWireHandler.EventId extends Enum<MapWireHandler.EventId> implements net.openhft.chronicle.wire.ParameterizeWireKey
Enum Constant and Description |
---|
applyTo2 |
bootstrap |
clear |
containsKey |
containsValue |
createChannel |
entrySet |
entrySetRestricted |
get |
getAndPut |
getAndRemove |
hashCode |
keyBuilder |
keySet |
mapForKey |
numberOfSegments |
put |
putAll |
putIfAbsent |
putMapped |
remoteIdentifier |
remove |
removeWithValue |
replace |
replaceForOld |
size |
toString |
update2 |
update4 |
valueBuilder |
values |
Modifier and Type | Method and Description |
---|---|
<P extends net.openhft.chronicle.wire.WireKey> |
params() |
static MapWireHandler.EventId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapWireHandler.EventId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapWireHandler.EventId size
public static final MapWireHandler.EventId containsKey
public static final MapWireHandler.EventId containsValue
public static final MapWireHandler.EventId get
public static final MapWireHandler.EventId getAndPut
public static final MapWireHandler.EventId put
public static final MapWireHandler.EventId getAndRemove
public static final MapWireHandler.EventId remove
public static final MapWireHandler.EventId clear
public static final MapWireHandler.EventId keySet
public static final MapWireHandler.EventId values
public static final MapWireHandler.EventId entrySet
public static final MapWireHandler.EventId replace
public static final MapWireHandler.EventId replaceForOld
public static final MapWireHandler.EventId putIfAbsent
public static final MapWireHandler.EventId removeWithValue
public static final MapWireHandler.EventId toString
public static final MapWireHandler.EventId putAll
public static final MapWireHandler.EventId hashCode
public static final MapWireHandler.EventId createChannel
public static final MapWireHandler.EventId entrySetRestricted
public static final MapWireHandler.EventId mapForKey
public static final MapWireHandler.EventId putMapped
public static final MapWireHandler.EventId keyBuilder
public static final MapWireHandler.EventId valueBuilder
public static final MapWireHandler.EventId remoteIdentifier
public static final MapWireHandler.EventId numberOfSegments
public static final MapWireHandler.EventId applyTo2
public static final MapWireHandler.EventId update2
public static final MapWireHandler.EventId update4
public static final MapWireHandler.EventId bootstrap
public static MapWireHandler.EventId[] values()
for (MapWireHandler.EventId c : MapWireHandler.EventId.values()) System.out.println(c);
public static MapWireHandler.EventId 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 null@NotNull public <P extends net.openhft.chronicle.wire.WireKey> P[] params()
params
in interface net.openhft.chronicle.wire.ParameterizeWireKey
Copyright © 2021. All rights reserved.