Uses of Class
org.apache.curator.x.discovery.UriSpec
-
Packages that use UriSpec Package Description org.apache.curator.x.discovery -
-
Uses of UriSpec in org.apache.curator.x.discovery
Methods in org.apache.curator.x.discovery that return UriSpec Modifier and Type Method Description UriSpecServiceInstance. getUriSpec()Methods in org.apache.curator.x.discovery with parameters of type UriSpec Modifier and Type Method Description ServiceInstanceBuilder<T>ServiceInstanceBuilder. uriSpec(UriSpec uriSpec)Constructors in org.apache.curator.x.discovery with parameters of type UriSpec 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.
-