Uses of Class
org.apache.cassandra.net.Verb
-
Packages that use Verb Package Description org.apache.cassandra.db org.apache.cassandra.metrics org.apache.cassandra.net org.apache.cassandra.repair.messages -
-
Uses of Verb in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return Verb Modifier and Type Method Description Verb
PartitionRangeReadCommand. verb()
abstract Verb
ReadCommand. verb()
Verb
SinglePartitionReadCommand. verb()
-
Uses of Verb in org.apache.cassandra.metrics
Fields in org.apache.cassandra.metrics with type parameters of type Verb Modifier and Type Field Description java.util.EnumMap<Verb,com.codahale.metrics.Timer>
MessagingMetrics. internalLatency
Methods in org.apache.cassandra.metrics with parameters of type Verb Modifier and Type Method Description void
MessagingMetrics. recordDroppedMessage(Verb verb, long timeElapsed, java.util.concurrent.TimeUnit timeUnit, boolean isCrossNode)
void
MessagingMetrics. recordInternalLatency(Verb verb, long timeTaken, java.util.concurrent.TimeUnit units)
void
MessagingMetrics. recordInternodeDroppedMessage(Verb verb, long timeElapsed, java.util.concurrent.TimeUnit timeUnit)
void
MessagingMetrics. recordSelfDroppedMessage(Verb verb)
void
MessagingMetrics. recordSelfDroppedMessage(Verb verb, long timeElapsed, java.util.concurrent.TimeUnit timeUnit)
Constructors in org.apache.cassandra.metrics with parameters of type Verb Constructor Description DroppedMessageMetrics(Verb verb)
-
Uses of Verb in org.apache.cassandra.net
Fields in org.apache.cassandra.net declared as Verb Modifier and Type Field Description Verb
Message.Header. verb
Fields in org.apache.cassandra.net with type parameters of type Verb Modifier and Type Field Description static java.util.List<Verb>
Verb. VERBS
Methods in org.apache.cassandra.net that return Verb Modifier and Type Method Description static Verb
Verb. fromId(int id)
static Verb
Verb. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Verb[]
Verb. values()
Returns an array containing the constants of this enum type, in the order they are declared.Verb
Message. verb()
Methods in org.apache.cassandra.net with parameters of type Verb Modifier and Type Method Description static <T> Message.Builder<T>
Message. builder(Verb verb, T payload)
static <T> Message<T>
Message. internalResponse(Verb verb, T payload)
Message.Builder<T>
Message.Builder. ofVerb(Verb verb)
static <T> Message<T>
Message. out(Verb verb, T payload)
Make a requestMessage
with supplied verb and payload.static <T> Message<T>
Message. out(Verb verb, T payload, long expiresAtNanos)
static <T> Message<T>
Message. outWithFlag(Verb verb, T payload, MessageFlag flag)
static <T> Message<T>
Message. outWithFlags(Verb verb, T payload, MessageFlag flag1, MessageFlag flag2)
void
InboundMessageHandlers.GlobalMetricCallbacks. recordInternalLatency(Verb verb, long timeElapsed, java.util.concurrent.TimeUnit timeUnit)
void
InboundMessageHandlers.GlobalMetricCallbacks. recordInternodeDroppedMessage(Verb verb, long timeElapsed, java.util.concurrent.TimeUnit timeUnit)
-
Uses of Verb in org.apache.cassandra.repair.messages
Methods in org.apache.cassandra.repair.messages with parameters of type Verb Modifier and Type Method Description static void
RepairMessage. sendMessageWithFailureCB(RepairMessage request, Verb verb, InetAddressAndPort endpoint, RepairMessage.RepairFailureCallback failureCallback)
-