Uses of Class
org.apache.cassandra.net.InboundMessageHandlers
-
Packages that use InboundMessageHandlers Package Description org.apache.cassandra.metrics org.apache.cassandra.net -
-
Uses of InboundMessageHandlers in org.apache.cassandra.metrics
Constructors in org.apache.cassandra.metrics with parameters of type InboundMessageHandlers Constructor Description InternodeInboundMetrics(InetAddressAndPort peer, InboundMessageHandlers handlers)
Create metrics for given inbound message handlers. -
Uses of InboundMessageHandlers in org.apache.cassandra.net
Fields in org.apache.cassandra.net with type parameters of type InboundMessageHandlers Modifier and Type Field Description java.util.function.Function<InetAddressAndPort,InboundMessageHandlers>
InboundConnectionSettings. handlers
java.util.concurrent.ConcurrentMap<InetAddressAndPort,InboundMessageHandlers>
MessagingServiceMBeanImpl. messageHandlers
Method parameters in org.apache.cassandra.net with type arguments of type InboundMessageHandlers Modifier and Type Method Description InboundConnectionSettings
InboundConnectionSettings. withHandlers(java.util.function.Function<InetAddressAndPort,InboundMessageHandlers> handlers)
-