public abstract class AbstractRangerZKHubClient<T,R extends io.appform.ranger.core.model.ServiceRegistry<T>,D extends ZkNodeDataDeserializer<T>> extends AbstractRangerHubClient<T,R,D>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractRangerZKHubClient(String namespace,
com.fasterxml.jackson.databind.ObjectMapper mapper,
int nodeRefreshIntervalMs,
boolean disablePushUpdaters,
String connectionString,
org.apache.curator.framework.CuratorFramework curatorFramework,
Predicate<T> criteria,
D deserializer,
Set<io.appform.ranger.core.model.Service> services,
boolean alwaysUseInitialCriteria) |
| Modifier and Type | Method and Description |
|---|---|
protected io.appform.ranger.core.finderhub.ServiceFinderHub<T,R> |
buildHub() |
protected io.appform.ranger.core.finderhub.ServiceDataSource |
buildServiceDataSource() |
buildFinderFactory, getAllNodes, getAllNodes, getDeserializer, getHub, getInitialCriteria, getMapper, getNamespace, getNode, getNode, getNodeRefreshTimeMs, getRegisteredServices, isAlwaysUseInitialCriteria, start, stopprotected AbstractRangerZKHubClient(String namespace, com.fasterxml.jackson.databind.ObjectMapper mapper, int nodeRefreshIntervalMs, boolean disablePushUpdaters, String connectionString, org.apache.curator.framework.CuratorFramework curatorFramework, Predicate<T> criteria, D deserializer, Set<io.appform.ranger.core.model.Service> services, boolean alwaysUseInitialCriteria)
protected io.appform.ranger.core.finderhub.ServiceFinderHub<T,R> buildHub()
buildHub in class AbstractRangerHubClient<T,R extends io.appform.ranger.core.model.ServiceRegistry<T>,D extends ZkNodeDataDeserializer<T>>protected io.appform.ranger.core.finderhub.ServiceDataSource buildServiceDataSource()
buildServiceDataSource in class AbstractRangerHubClient<T,R extends io.appform.ranger.core.model.ServiceRegistry<T>,D extends ZkNodeDataDeserializer<T>>Copyright © 2015–2022. All rights reserved.