Uses of Class
org.apache.pulsar.broker.service.ConnectionController.State
-
Packages that use ConnectionController.State Package Description org.apache.pulsar.broker.service Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ConnectionController.State in org.apache.pulsar.broker.service
Methods in org.apache.pulsar.broker.service that return ConnectionController.State Modifier and Type Method Description ConnectionController.StateConnectionController.DefaultConnectionController. increaseConnection(java.net.SocketAddress remoteAddress)ConnectionController.StateConnectionController. increaseConnection(java.net.SocketAddress remoteAddress)Increase the number of connections counter.static ConnectionController.StateConnectionController.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConnectionController.State[]ConnectionController.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-