Uses of Enum Class
io.airlift.discovery.client.ServiceState
Packages that use ServiceState
-
Uses of ServiceState in io.airlift.discovery.client
Methods in io.airlift.discovery.client that return ServiceStateModifier and TypeMethodDescriptionServiceDescriptor.getState()static ServiceStateReturns the enum constant of this class with the specified name.static ServiceState[]ServiceState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.airlift.discovery.client with parameters of type ServiceStateModifier and TypeMethodDescriptionServiceDescriptor.ServiceDescriptorBuilder.setState(ServiceState state) Constructors in io.airlift.discovery.client with parameters of type ServiceStateModifierConstructorDescriptionServiceDescriptor(UUID id, String nodeId, String type, String pool, String location, ServiceState state, Map<String, String> properties)