Uses of Class
io.appform.ranger.core.model.Service
Packages that use Service
Package
Description
-
Uses of Service in io.appform.ranger.core.finder
Methods in io.appform.ranger.core.finder with parameters of type ServiceModifier and TypeMethodDescriptionprotected abstract FBaseServiceFinderBuilder.buildFinder(Service service, ShardSelector<T, R> shardSelector, ServiceNodeSelector<T> nodeSelector) protected SimpleShardedServiceFinder<T>SimpleShardedServiceFinderBuilder.buildFinder(Service service, ShardSelector<T, MapBasedServiceRegistry<T>> shardSelector, ServiceNodeSelector<T> nodeSelector) protected SimpleUnshardedServiceFinder<T>SimpleUnshardedServiceFinderBuilder.buildFinder(Service service, ShardSelector<T, ListBasedServiceRegistry<T>> shardSelector, ServiceNodeSelector<T> nodeSelector) protected abstract NodeDataSource<T,D> BaseServiceFinderBuilder.dataSource(Service service) BaseServiceFinderBuilder.implementationSpecificRefreshSignals(Service service, NodeDataSource<T, D> nodeDataSource) -
Uses of Service in io.appform.ranger.core.finder.serviceregistry
Constructors in io.appform.ranger.core.finder.serviceregistry with parameters of type ServiceModifierConstructorDescriptionListBasedServiceRegistry(Service service) MapBasedServiceRegistry(Service service) -
Uses of Service in io.appform.ranger.core.finder.serviceregistry.signal
Constructors in io.appform.ranger.core.finder.serviceregistry.signal with parameters of type ServiceModifierConstructorDescriptionScheduledRegistryUpdateSignal(Service service, long refreshIntervalMillis) -
Uses of Service in io.appform.ranger.core.finderhub
Methods in io.appform.ranger.core.finderhub that return types with arguments of type ServiceModifier and TypeMethodDescriptionDynamicDataSource.services()ServiceDataSource.services()StaticDataSource.services()Methods in io.appform.ranger.core.finderhub with parameters of type ServiceModifier and TypeMethodDescriptionvoiddefault voidServiceFinderFactory.buildFinder(Service service) ServiceFinderHub.buildFinder(Service service) Constructor parameters in io.appform.ranger.core.finderhub with type arguments of type Service -
Uses of Service in io.appform.ranger.core.model
Methods in io.appform.ranger.core.model with parameters of type ServiceModifier and TypeMethodDescriptiondefault longNodeDataSource.healthcheckZombieCheckThresholdTime(Service service) Constructors in io.appform.ranger.core.model with parameters of type Service -
Uses of Service in io.appform.ranger.core.serviceprovider
Methods in io.appform.ranger.core.serviceprovider with parameters of type ServiceConstructors in io.appform.ranger.core.serviceprovider with parameters of type ServiceModifierConstructorDescriptionServiceProvider(Service service, ServiceNode<T> serviceNode, S serializer, NodeDataSink<T, S> dataSink, List<Signal<HealthcheckResult>> signalGenerators) -
Uses of Service in io.appform.ranger.core.signals
Constructors in io.appform.ranger.core.signals with parameters of type Service -
Uses of Service in io.appform.ranger.core.util
Methods in io.appform.ranger.core.util with parameters of type ServiceModifier and TypeMethodDescriptionstatic <T> List<ServiceNode<T>>FinderUtils.filterValidNodes(Service service, Collection<ServiceNode<T>> serviceNodes, long healthcheckZombieCheckThresholdTime) static <T> booleanFinderUtils.isValidNode(Service service, long healthcheckZombieCheckThresholdTime, ServiceNode<T> serviceNode)