Uses of Class
io.airlift.discovery.client.ServiceState
-
Packages that use ServiceState Package Description io.airlift.discovery.client -
-
Uses of ServiceState in io.airlift.discovery.client
Methods in io.airlift.discovery.client that return ServiceState Modifier and Type Method Description ServiceStateServiceDescriptor. getState()static ServiceStateServiceState. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceState[]ServiceState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.airlift.discovery.client with parameters of type ServiceState Modifier and Type Method Description ServiceDescriptor.ServiceDescriptorBuilderServiceDescriptor.ServiceDescriptorBuilder. setState(ServiceState state)Constructors in io.airlift.discovery.client with parameters of type ServiceState Constructor Description ServiceDescriptor(UUID id, String nodeId, String type, String pool, String location, ServiceState state, Map<String,String> properties)
-