Uses of Class
org.apache.accumulo.core.util.ServerServices.Service
-
Packages that use ServerServices.Service Package Description org.apache.accumulo.core.util -
-
Uses of ServerServices.Service in org.apache.accumulo.core.util
Methods in org.apache.accumulo.core.util that return ServerServices.Service Modifier and Type Method Description static ServerServices.ServiceServerServices.Service. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerServices.Service[]ServerServices.Service. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.accumulo.core.util with parameters of type ServerServices.Service Modifier and Type Method Description HostAndPortServerServices. getAddress(ServerServices.Service service)StringServerServices. getAddressString(ServerServices.Service service)Constructors in org.apache.accumulo.core.util with parameters of type ServerServices.Service Constructor Description ServerServices(String address, ServerServices.Service service)
-