Modifier and Type | Class and Description |
---|---|
static class |
Verb.Kind |
static class |
Verb.Priority |
Modifier and Type | Field and Description |
---|---|
int |
id |
Verb.Kind |
kind |
Verb.Priority |
priority |
Stage |
stage |
static java.util.List<Verb> |
VERBS |
Modifier and Type | Method and Description |
---|---|
long |
expiresAfterNanos() |
long |
expiresAtNanos(long nowNanos) |
static Verb |
fromId(int id) |
<T> IVerbHandler<T> |
handler() |
boolean |
isResponse() |
<In,Out> IVersionedAsymmetricSerializer<In,Out> |
serializer() |
java.util.function.Supplier<? extends IVersionedAsymmetricSerializer<?,?>> |
unsafeSetSerializer(java.util.function.Supplier<? extends IVersionedAsymmetricSerializer<?,?>> serializer) |
static Verb |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Verb[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Verb MUTATION_RSP
public static final Verb MUTATION_REQ
public static final Verb HINT_RSP
public static final Verb HINT_REQ
public static final Verb READ_REPAIR_RSP
public static final Verb READ_REPAIR_REQ
public static final Verb BATCH_STORE_RSP
public static final Verb BATCH_STORE_REQ
public static final Verb BATCH_REMOVE_RSP
public static final Verb BATCH_REMOVE_REQ
public static final Verb PAXOS_PREPARE_RSP
public static final Verb PAXOS_PREPARE_REQ
public static final Verb PAXOS_PROPOSE_RSP
public static final Verb PAXOS_PROPOSE_REQ
public static final Verb PAXOS_COMMIT_RSP
public static final Verb PAXOS_COMMIT_REQ
public static final Verb TRUNCATE_RSP
public static final Verb TRUNCATE_REQ
public static final Verb COUNTER_MUTATION_RSP
public static final Verb COUNTER_MUTATION_REQ
public static final Verb READ_RSP
public static final Verb READ_REQ
public static final Verb RANGE_RSP
public static final Verb RANGE_REQ
public static final Verb GOSSIP_DIGEST_SYN
public static final Verb GOSSIP_DIGEST_ACK
public static final Verb GOSSIP_DIGEST_ACK2
public static final Verb GOSSIP_SHUTDOWN
public static final Verb ECHO_RSP
public static final Verb ECHO_REQ
public static final Verb PING_RSP
public static final Verb PING_REQ
public static final Verb SCHEMA_PUSH_RSP
public static final Verb SCHEMA_PUSH_REQ
public static final Verb SCHEMA_PULL_RSP
public static final Verb SCHEMA_PULL_REQ
public static final Verb SCHEMA_VERSION_RSP
public static final Verb SCHEMA_VERSION_REQ
public static final Verb REPAIR_RSP
public static final Verb VALIDATION_RSP
public static final Verb VALIDATION_REQ
public static final Verb SYNC_RSP
public static final Verb SYNC_REQ
public static final Verb PREPARE_MSG
public static final Verb SNAPSHOT_MSG
public static final Verb CLEANUP_MSG
public static final Verb PREPARE_CONSISTENT_RSP
public static final Verb PREPARE_CONSISTENT_REQ
public static final Verb FINALIZE_PROPOSE_MSG
public static final Verb FINALIZE_PROMISE_MSG
public static final Verb FINALIZE_COMMIT_MSG
public static final Verb FAILED_SESSION_MSG
public static final Verb STATUS_RSP
public static final Verb STATUS_REQ
public static final Verb REPLICATION_DONE_RSP
public static final Verb REPLICATION_DONE_REQ
public static final Verb SNAPSHOT_RSP
public static final Verb SNAPSHOT_REQ
public static final Verb FAILURE_RSP
public static final Verb _TRACE
public static final Verb _SAMPLE
public static final Verb _TEST_1
public static final Verb _TEST_2
@Deprecated public static final Verb REQUEST_RSP
@Deprecated public static final Verb INTERNAL_RSP
public static final Verb UNUSED_CUSTOM_VERB
public static final java.util.List<Verb> VERBS
public final int id
public final Verb.Priority priority
public final Stage stage
public final Verb.Kind kind
public static Verb[] values()
for (Verb c : Verb.values()) System.out.println(c);
public static Verb valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic <In,Out> IVersionedAsymmetricSerializer<In,Out> serializer()
public <T> IVerbHandler<T> handler()
public long expiresAtNanos(long nowNanos)
public long expiresAfterNanos()
public boolean isResponse()
public java.util.function.Supplier<? extends IVersionedAsymmetricSerializer<?,?>> unsafeSetSerializer(java.util.function.Supplier<? extends IVersionedAsymmetricSerializer<?,?>> serializer) throws java.lang.NoSuchFieldException, java.lang.IllegalAccessException
java.lang.NoSuchFieldException
java.lang.IllegalAccessException
public static Verb fromId(int id)
Copyright © 2009-2021 The Apache Software Foundation