|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MessagingService.Verb>
org.apache.cassandra.net.MessagingService.Verb
public static enum MessagingService.Verb
Enum Constant Summary | |
---|---|
_TRACE
|
|
BINARY
Deprecated. |
|
BOOTSTRAP_TOKEN
|
|
COUNTER_MUTATION
|
|
DEFINITIONS_ANNOUNCE
Deprecated. |
|
DEFINITIONS_UPDATE
|
|
GOSSIP_DIGEST_ACK
|
|
GOSSIP_DIGEST_ACK2
|
|
GOSSIP_DIGEST_SYN
|
|
GOSSIP_SHUTDOWN
|
|
INDEX_SCAN
Deprecated. |
|
INTERNAL_RESPONSE
|
|
JOIN
Deprecated. |
|
MIGRATION_REQUEST
|
|
MUTATION
|
|
RANGE_SLICE
|
|
READ
|
|
READ_REPAIR
|
|
REPLICATION_FINISHED
|
|
REQUEST_RESPONSE
|
|
SCHEMA_CHECK
|
|
SNAPSHOT
|
|
STREAM_INITIATE
Deprecated. |
|
STREAM_INITIATE_DONE
Deprecated. |
|
STREAM_REPLY
|
|
STREAM_REQUEST
|
|
STREAMING_REPAIR_REQUEST
|
|
STREAMING_REPAIR_RESPONSE
|
|
TREE_REQUEST
|
|
TREE_RESPONSE
|
|
TRUNCATE
|
|
UNUSED_1
|
|
UNUSED_2
|
|
UNUSED_3
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MessagingService.Verb MUTATION
@Deprecated public static final MessagingService.Verb BINARY
public static final MessagingService.Verb READ_REPAIR
public static final MessagingService.Verb READ
public static final MessagingService.Verb REQUEST_RESPONSE
@Deprecated public static final MessagingService.Verb STREAM_INITIATE
@Deprecated public static final MessagingService.Verb STREAM_INITIATE_DONE
public static final MessagingService.Verb STREAM_REPLY
public static final MessagingService.Verb STREAM_REQUEST
public static final MessagingService.Verb RANGE_SLICE
public static final MessagingService.Verb BOOTSTRAP_TOKEN
public static final MessagingService.Verb TREE_REQUEST
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
public static final MessagingService.Verb STREAMING_REPAIR_REQUEST
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 UNUSED_1
public static final MessagingService.Verb UNUSED_2
public static final MessagingService.Verb UNUSED_3
Method Detail |
---|
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 name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |