public static enum ReferenceHandler.EventId extends Enum<ReferenceHandler.EventId> implements net.openhft.chronicle.wire.ParameterizeWireKey
| Enum Constant and Description |
|---|
applyTo2 |
asyncUpdate |
countSubscribers |
get |
getAndRemove |
getAndSet |
onEndOfSubscription |
registerSubscriber |
remove |
set |
unregisterSubscriber |
update2 |
update4 |
| Modifier and Type | Method and Description |
|---|---|
<P extends net.openhft.chronicle.wire.WireKey> |
params() |
static ReferenceHandler.EventId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceHandler.EventId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferenceHandler.EventId set
public static final ReferenceHandler.EventId get
public static final ReferenceHandler.EventId remove
public static final ReferenceHandler.EventId getAndRemove
public static final ReferenceHandler.EventId applyTo2
public static final ReferenceHandler.EventId update2
public static final ReferenceHandler.EventId update4
public static final ReferenceHandler.EventId getAndSet
public static final ReferenceHandler.EventId asyncUpdate
public static final ReferenceHandler.EventId registerSubscriber
public static final ReferenceHandler.EventId unregisterSubscriber
public static final ReferenceHandler.EventId countSubscribers
public static final ReferenceHandler.EventId onEndOfSubscription
public static ReferenceHandler.EventId[] values()
for (ReferenceHandler.EventId c : ReferenceHandler.EventId.values()) System.out.println(c);
public static ReferenceHandler.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.ParameterizeWireKeyCopyright © 2015. All rights reserved.