Uses of Enum Class
org.apache.cassandra.net.Verb
Packages that use Verb
Package
Description
-
Uses of Verb in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return Verb -
Uses of Verb in org.apache.cassandra.metrics
Fields in org.apache.cassandra.metrics with type parameters of type VerbModifier and TypeFieldDescriptionMessagingMetrics.internalLatencyRepairMetrics.retriesByVerbRepairMetrics.retryFailureByVerbRepairMetrics.retryTimeoutByVerbMethods in org.apache.cassandra.metrics with parameters of type VerbModifier and TypeMethodDescriptionvoidMessagingMetrics.recordDroppedMessage(Verb verb, long timeElapsed, TimeUnit timeUnit, boolean isCrossNode) voidMessagingMetrics.recordInternalLatency(Verb verb, long timeTaken, TimeUnit units) voidMessagingMetrics.recordInternodeDroppedMessage(Verb verb, long timeElapsed, TimeUnit timeUnit) voidMessagingMetrics.recordSelfDroppedMessage(Verb verb) voidMessagingMetrics.recordSelfDroppedMessage(Verb verb, long timeElapsed, TimeUnit timeUnit) static voidstatic voidRepairMetrics.retryFailure(Verb verb) static voidRepairMetrics.retryTimeout(Verb verb) Constructors in org.apache.cassandra.metrics with parameters of type Verb -
Uses of Verb in org.apache.cassandra.net
Fields in org.apache.cassandra.net declared as VerbFields in org.apache.cassandra.net with type parameters of type VerbMethods in org.apache.cassandra.net that return VerbModifier and TypeMethodDescriptionstatic VerbVerb.fromId(int id) static VerbReturns the enum constant of this class with the specified name.static Verb[]Verb.values()Returns an array containing the constants of this enum class, in the order they are declared.Message.verb()Methods in org.apache.cassandra.net with parameters of type VerbModifier and TypeMethodDescriptionstatic <T> Message.Builder<T>static <T> Message<T>Message.internalResponse(Verb verb, T payload) static <T> Message<T>Make a requestMessagewith supplied verb and payload.static <T> Message<T>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) static <T> Message<T>Message.outWithFlags(Verb verb, T payload, Dispatcher.RequestTime requestTime, List<MessageFlag> flags) voidInboundMessageHandlers.GlobalMetricCallbacks.recordInternalLatency(Verb verb, long timeElapsed, TimeUnit timeUnit) voidInboundMessageHandlers.GlobalMetricCallbacks.recordInternodeDroppedMessage(Verb verb, long timeElapsed, TimeUnit timeUnit) static <T> Message<T>Message.remoteResponse(InetAddressAndPort from, Verb verb, T payload) Used by theMultiRangeReadCommandto split multi-range responses from a replica into single-range responses.static <T> Message<T>Message.synthetic(InetAddressAndPort from, Verb verb, T payload) -
Uses of Verb in org.apache.cassandra.repair.messages
Fields in org.apache.cassandra.repair.messages with type parameters of type VerbMethods in org.apache.cassandra.repair.messages with parameters of type VerbModifier and TypeMethodDescriptionstatic voidRepairMessage.sendMessageWithFailureCB(SharedContext ctx, Supplier<Boolean> allowRetry, RepairMessage request, Verb verb, InetAddressAndPort endpoint, RepairMessage.RepairFailureCallback failureCallback) static voidRepairMessage.sendMessageWithRetries(SharedContext ctx, Supplier<Boolean> allowRetry, RepairMessage request, Verb verb, InetAddressAndPort endpoint) static <T> voidRepairMessage.sendMessageWithRetries(SharedContext ctx, Supplier<Boolean> allowRetry, RepairMessage request, Verb verb, InetAddressAndPort endpoint, RequestCallback<T> finalCallback) static voidRepairMessage.sendMessageWithRetries(SharedContext ctx, RepairMessage request, Verb verb, InetAddressAndPort endpoint) static <T> voidRepairMessage.sendMessageWithRetries(SharedContext ctx, RepairMessage request, Verb verb, InetAddressAndPort endpoint, RequestCallback<T> finalCallback)