public static enum MessagingService.Verb extends java.lang.Enum<MessagingService.Verb>
| Enum Constant and Description | 
|---|
| _TRACE | 
| BATCH_REMOVE | 
| BATCH_STORE | 
| BOOTSTRAP_TOKENDeprecated.  | 
| COUNTER_MUTATION | 
| DEFINITIONS_ANNOUNCEDeprecated.  | 
| DEFINITIONS_UPDATE | 
| ECHO | 
| GOSSIP_DIGEST_ACK | 
| GOSSIP_DIGEST_ACK2 | 
| GOSSIP_DIGEST_SYN | 
| GOSSIP_SHUTDOWN | 
| HINT | 
| INDEX_SCANDeprecated.  | 
| INTERNAL_RESPONSE | 
| JOINDeprecated.  | 
| MIGRATION_REQUEST | 
| MUTATION | 
| PAGED_RANGEDeprecated.  | 
| PAXOS_COMMIT | 
| PAXOS_PREPARE | 
| PAXOS_PROPOSE | 
| RANGE_SLICE | 
| READ | 
| READ_REPAIR | 
| REPAIR_MESSAGE | 
| REPLICATION_FINISHED | 
| REQUEST_RESPONSE | 
| SCHEMA_CHECK | 
| SNAPSHOT | 
| STREAM_REPLYDeprecated.  | 
| STREAM_REQUESTDeprecated.  | 
| STREAMING_REPAIR_REQUESTDeprecated.  | 
| STREAMING_REPAIR_RESPONSEDeprecated.  | 
| TREE_REQUESTDeprecated.  | 
| TREE_RESPONSEDeprecated.  | 
| TRUNCATE | 
| UNUSED_1 | 
| UNUSED_2 | 
| UNUSED_3 | 
| UNUSED_4 | 
| UNUSED_5 | 
| Modifier and Type | Method and Description | 
|---|---|
| static MessagingService.Verb | convertForMessagingServiceVersion(MessagingService.Verb verb,
                                 int version) | 
| long | getTimeout() | 
| static MessagingService.Verb | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static MessagingService.Verb[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final MessagingService.Verb MUTATION
public static final MessagingService.Verb HINT
public static final MessagingService.Verb READ_REPAIR
public static final MessagingService.Verb READ
public static final MessagingService.Verb REQUEST_RESPONSE
public static final MessagingService.Verb BATCH_STORE
public static final MessagingService.Verb BATCH_REMOVE
@Deprecated public static final MessagingService.Verb STREAM_REPLY
@Deprecated public static final MessagingService.Verb STREAM_REQUEST
public static final MessagingService.Verb RANGE_SLICE
@Deprecated public static final MessagingService.Verb BOOTSTRAP_TOKEN
@Deprecated public static final MessagingService.Verb TREE_REQUEST
@Deprecated public static final MessagingService.Verb TREE_RESPONSE
@Deprecated public static final MessagingService.Verb JOIN
public static final MessagingService.Verb GOSSIP_DIGEST_SYN
public static final MessagingService.Verb GOSSIP_DIGEST_ACK
public static final MessagingService.Verb GOSSIP_DIGEST_ACK2
@Deprecated public static final MessagingService.Verb DEFINITIONS_ANNOUNCE
public static final MessagingService.Verb DEFINITIONS_UPDATE
public static final MessagingService.Verb TRUNCATE
public static final MessagingService.Verb SCHEMA_CHECK
@Deprecated public static final MessagingService.Verb INDEX_SCAN
public static final MessagingService.Verb REPLICATION_FINISHED
public static final MessagingService.Verb INTERNAL_RESPONSE
public static final MessagingService.Verb COUNTER_MUTATION
@Deprecated public static final MessagingService.Verb STREAMING_REPAIR_REQUEST
@Deprecated public static final MessagingService.Verb STREAMING_REPAIR_RESPONSE
public static final MessagingService.Verb SNAPSHOT
public static final MessagingService.Verb MIGRATION_REQUEST
public static final MessagingService.Verb GOSSIP_SHUTDOWN
public static final MessagingService.Verb _TRACE
public static final MessagingService.Verb ECHO
public static final MessagingService.Verb REPAIR_MESSAGE
public static final MessagingService.Verb PAXOS_PREPARE
public static final MessagingService.Verb PAXOS_PROPOSE
public static final MessagingService.Verb PAXOS_COMMIT
@Deprecated public static final MessagingService.Verb PAGED_RANGE
public static final MessagingService.Verb UNUSED_1
public static final MessagingService.Verb UNUSED_2
public static final MessagingService.Verb UNUSED_3
public static final MessagingService.Verb UNUSED_4
public static final MessagingService.Verb UNUSED_5
public static MessagingService.Verb[] values()
for (MessagingService.Verb c : MessagingService.Verb.values()) System.out.println(c);
public static MessagingService.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 static MessagingService.Verb convertForMessagingServiceVersion(MessagingService.Verb verb, int version)
public long getTimeout()
Copyright © 2018 The Apache Software Foundation