Uses of Class
org.apache.curator.x.discovery.ServiceType
-
Packages that use ServiceType Package Description org.apache.curator.x.discovery -
-
Uses of ServiceType in org.apache.curator.x.discovery
Methods in org.apache.curator.x.discovery that return ServiceType Modifier and Type Method Description ServiceTypeServiceInstance. getServiceType()static ServiceTypeServiceType. valueOf(java.lang.String name)Returns 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 ServiceType Modifier and Type Method Description ServiceInstanceBuilder<T>ServiceInstanceBuilder. serviceType(ServiceType serviceType)Constructors in org.apache.curator.x.discovery with parameters of type ServiceType Constructor Description ServiceInstance(java.lang.String name, java.lang.String id, java.lang.String address, java.lang.Integer port, java.lang.Integer sslPort, T payload, long registrationTimeUTC, ServiceType serviceType, UriSpec uriSpec)ServiceInstance(java.lang.String name, java.lang.String id, java.lang.String address, java.lang.Integer port, java.lang.Integer sslPort, T payload, long registrationTimeUTC, ServiceType serviceType, UriSpec uriSpec, boolean enabled)IMPORTANT: Due to CURATOR-275 theenabledfield is NOT supported by default.
-