public static enum ReplicationHandler.EventId extends Enum<ReplicationHandler.EventId> implements net.openhft.chronicle.wire.ParameterizeWireKey
| Enum Constant and Description |
|---|
apply |
bootstrapReply |
identifier |
identifierReply |
onEndOfSubscription |
publish |
replicactionReply |
replicationEvent |
replicationSubscribe |
| Modifier and Type | Method and Description |
|---|---|
<P extends net.openhft.chronicle.wire.WireKey> |
params() |
static ReplicationHandler.EventId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationHandler.EventId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplicationHandler.EventId publish
public static final ReplicationHandler.EventId onEndOfSubscription
public static final ReplicationHandler.EventId apply
public static final ReplicationHandler.EventId replicationEvent
public static final ReplicationHandler.EventId replicationSubscribe
public static final ReplicationHandler.EventId replicactionReply
public static final ReplicationHandler.EventId bootstrapReply
public static final ReplicationHandler.EventId identifierReply
public static final ReplicationHandler.EventId identifier
public static ReplicationHandler.EventId[] values()
for (ReplicationHandler.EventId c : ReplicationHandler.EventId.values()) System.out.println(c);
public static ReplicationHandler.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.