public static enum MessagingService.Verb extends java.lang.Enum<MessagingService.Verb>
Enum Constant and Description |
---|
_TRACE |
BINARY
Deprecated.
|
BOOTSTRAP_TOKEN
Deprecated.
|
COUNTER_MUTATION |
DEFINITIONS_ANNOUNCE
Deprecated.
|
DEFINITIONS_UPDATE |
ECHO |
GOSSIP_DIGEST_ACK |
GOSSIP_DIGEST_ACK2 |
GOSSIP_DIGEST_SYN |
GOSSIP_SHUTDOWN |
INDEX_SCAN
Deprecated.
|
INTERNAL_RESPONSE |
JOIN
Deprecated.
|
MIGRATION_REQUEST |
MUTATION |
PAGED_RANGE |
PAXOS_COMMIT |
PAXOS_PREPARE |
PAXOS_PROPOSE |
RANGE_SLICE |
READ |
READ_REPAIR |
REPAIR_MESSAGE |
REPLICATION_FINISHED |
REQUEST_RESPONSE |
SCHEMA_CHECK |
SNAPSHOT |
STREAM_INITIATE
Deprecated.
|
STREAM_INITIATE_DONE
Deprecated.
|
STREAM_REPLY
Deprecated.
|
STREAM_REQUEST
Deprecated.
|
STREAMING_REPAIR_REQUEST
Deprecated.
|
STREAMING_REPAIR_RESPONSE
Deprecated.
|
TREE_REQUEST
Deprecated.
|
TREE_RESPONSE
Deprecated.
|
TRUNCATE |
UNUSED_1 |
UNUSED_2 |
UNUSED_3 |
Modifier and Type | Method and Description |
---|---|
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
@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
@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
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 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 nullCopyright © 2019 The Apache Software Foundation