Uses of Interface
org.apache.curator.x.discovery.DiscoveryPathConstructor
Packages that use DiscoveryPathConstructor
-
Uses of DiscoveryPathConstructor in org.apache.curator.x.discovery
Methods in org.apache.curator.x.discovery with parameters of type DiscoveryPathConstructorModifier and TypeMethodDescriptionServiceDiscoveryBuilder.pathConstructor
(DiscoveryPathConstructor pathConstructor) Required - shape the service tree in ZK, seeServiceDiscoveryBuilder.basePath(String)
for alternative -
Uses of DiscoveryPathConstructor in org.apache.curator.x.discovery.details
Classes in org.apache.curator.x.discovery.details that implement DiscoveryPathConstructorModifier and TypeClassDescriptionclass
A standard constructor, it uses standard path constructing strategy by applying name to the base path.Constructors in org.apache.curator.x.discovery.details with parameters of type DiscoveryPathConstructorModifierConstructorDescriptionServiceDiscoveryImpl
(CuratorFramework client, DiscoveryPathConstructor pathConstructor, InstanceSerializer<T> serializer, ServiceInstance<T> thisInstance, boolean watchInstances)