Package org.apache.cassandra.metrics
Class HintedHandoffMetrics
- java.lang.Object
-
- org.apache.cassandra.metrics.HintedHandoffMetrics
-
public class HintedHandoffMetrics extends java.lang.Object
Metrics forHintsService
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HintedHandoffMetrics.DifferencingCounter
-
Constructor Summary
Constructors Constructor Description HintedHandoffMetrics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
incrCreatedHints(InetAddressAndPort address)
void
incrHintsReceivedForUnownedRanges()
void
incrPastWindow(InetAddressAndPort address)
void
log()
-
-
-
Method Detail
-
incrCreatedHints
public void incrCreatedHints(InetAddressAndPort address)
-
incrPastWindow
public void incrPastWindow(InetAddressAndPort address)
-
incrHintsReceivedForUnownedRanges
public void incrHintsReceivedForUnownedRanges()
-
log
public void log()
-
-