Class ZKUnshardedServiceFinderFactory<T>
java.lang.Object
io.appform.ranger.zookeeper.servicefinderhub.ZKUnshardedServiceFinderFactory<T>
- All Implemented Interfaces:
ServiceFinderFactory<T,ListBasedServiceRegistry<T>>
public class ZKUnshardedServiceFinderFactory<T>
extends Object
implements ServiceFinderFactory<T,ListBasedServiceRegistry<T>>
-
Constructor Summary
ConstructorsConstructorDescriptionZKUnshardedServiceFinderFactory(org.apache.curator.framework.CuratorFramework curatorFramework, String connectionString, int nodeRefreshIntervalMs, boolean disablePushUpdaters, ZkNodeDataDeserializer<T> deserializer, ShardSelector<T, ListBasedServiceRegistry<T>> shardSelector, ServiceNodeSelector<T> nodeSelector) -
Method Summary
-
Constructor Details
-
ZKUnshardedServiceFinderFactory
public ZKUnshardedServiceFinderFactory(org.apache.curator.framework.CuratorFramework curatorFramework, String connectionString, int nodeRefreshIntervalMs, boolean disablePushUpdaters, ZkNodeDataDeserializer<T> deserializer, ShardSelector<T, ListBasedServiceRegistry<T>> shardSelector, ServiceNodeSelector<T> nodeSelector)
-
-
Method Details
-
buildFinder
- Specified by:
buildFinderin interfaceServiceFinderFactory<T,ListBasedServiceRegistry<T>>
-