Package org.apache.cassandra.net
Interface InboundMessageHandlers.GlobalMetricCallbacks
-
- All Known Implementing Classes:
MessagingMetrics
- Enclosing class:
- InboundMessageHandlers
public static interface InboundMessageHandlers.GlobalMetricCallbacks
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LatencyConsumer
internodeLatencyRecorder(InetAddressAndPort to)
void
recordInternalLatency(Verb verb, long timeElapsed, java.util.concurrent.TimeUnit timeUnit)
void
recordInternodeDroppedMessage(Verb verb, long timeElapsed, java.util.concurrent.TimeUnit timeUnit)
-
-
-
Method Detail
-
internodeLatencyRecorder
LatencyConsumer internodeLatencyRecorder(InetAddressAndPort to)
-
recordInternalLatency
void recordInternalLatency(Verb verb, long timeElapsed, java.util.concurrent.TimeUnit timeUnit)
-
recordInternodeDroppedMessage
void recordInternodeDroppedMessage(Verb verb, long timeElapsed, java.util.concurrent.TimeUnit timeUnit)
-
-