Package org.apache.cassandra.metrics
Class InternodeInboundMetrics
- java.lang.Object
-
- org.apache.cassandra.metrics.InternodeInboundMetrics
-
public class InternodeInboundMetrics extends java.lang.Object
Metrics for internode connections.
-
-
Constructor Summary
Constructors Constructor Description InternodeInboundMetrics(InetAddressAndPort peer, InboundMessageHandlers handlers)
Create metrics for given inbound message handlers.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
release()
-
-
-
Constructor Detail
-
InternodeInboundMetrics
public InternodeInboundMetrics(InetAddressAndPort peer, InboundMessageHandlers handlers)
Create metrics for given inbound message handlers.- Parameters:
peer
- IP address and port to use for metrics label
-
-