Uses of Enum
org.apache.curator.x.discovery.ServiceType
Packages that use ServiceType
-
Uses of ServiceType in org.apache.curator.x.discovery
Methods in org.apache.curator.x.discovery that return ServiceTypeModifier and TypeMethodDescriptionServiceInstance.getServiceType()static ServiceTypeReturns the enum constant of this type with the specified name.static ServiceType[]ServiceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.curator.x.discovery with parameters of type ServiceTypeConstructors in org.apache.curator.x.discovery with parameters of type ServiceTypeModifierConstructorDescriptionServiceInstance(String name, String id, String address, Integer port, Integer sslPort, T payload, long registrationTimeUTC, ServiceType serviceType, UriSpec uriSpec) ServiceInstance(String name, String id, String address, Integer port, Integer sslPort, T payload, long registrationTimeUTC, ServiceType serviceType, UriSpec uriSpec, boolean enabled) IMPORTANT: Due to CURATOR-275 theenabledfield is NOT supported by default.