@Singleton public abstract class ZKServerBundle<U extends io.dropwizard.Configuration> extends RangerServerBundle<ShardInfo,io.appform.ranger.core.finder.serviceregistry.ListBasedServiceRegistry<ShardInfo>,U>
| Constructor and Description |
|---|
ZKServerBundle() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract RangerConfiguration |
getRangerConfiguration(U configuration) |
protected void |
preBundle(U configuration) |
protected List<com.codahale.metrics.health.HealthCheck> |
withHealthChecks(U configuration) |
protected List<io.appform.ranger.client.RangerHubClient<ShardInfo,io.appform.ranger.core.finder.serviceregistry.ListBasedServiceRegistry<ShardInfo>>> |
withHubs(U configuration) |
protected List<io.appform.ranger.core.signals.Signal<ShardInfo>> |
withLifecycleSignals(U configuration) |
getHubs, getMapper, initialize, run, withInitialRotationStatusprotected abstract RangerConfiguration getRangerConfiguration(U configuration)
protected void preBundle(U configuration)
preBundle in class RangerServerBundle<ShardInfo,io.appform.ranger.core.finder.serviceregistry.ListBasedServiceRegistry<ShardInfo>,U extends io.dropwizard.Configuration>protected List<io.appform.ranger.client.RangerHubClient<ShardInfo,io.appform.ranger.core.finder.serviceregistry.ListBasedServiceRegistry<ShardInfo>>> withHubs(U configuration)
withHubs in class RangerServerBundle<ShardInfo,io.appform.ranger.core.finder.serviceregistry.ListBasedServiceRegistry<ShardInfo>,U extends io.dropwizard.Configuration>protected List<io.appform.ranger.core.signals.Signal<ShardInfo>> withLifecycleSignals(U configuration)
withLifecycleSignals in class RangerServerBundle<ShardInfo,io.appform.ranger.core.finder.serviceregistry.ListBasedServiceRegistry<ShardInfo>,U extends io.dropwizard.Configuration>protected List<com.codahale.metrics.health.HealthCheck> withHealthChecks(U configuration)
withHealthChecks in class RangerServerBundle<ShardInfo,io.appform.ranger.core.finder.serviceregistry.ListBasedServiceRegistry<ShardInfo>,U extends io.dropwizard.Configuration>Copyright © 2015–2022. All rights reserved.