Uses of Class
io.appform.ranger.core.finder.serviceregistry.MapBasedServiceRegistry
Packages that use MapBasedServiceRegistry
-
Uses of MapBasedServiceRegistry in io.appform.ranger.core.finder
Method parameters in io.appform.ranger.core.finder with type arguments of type MapBasedServiceRegistryModifier and TypeMethodDescriptionprotected SimpleShardedServiceFinder<T>SimpleShardedServiceFinderBuilder.buildFinder(Service service, ShardSelector<T, MapBasedServiceRegistry<T>> shardSelector, ServiceNodeSelector<T> nodeSelector) Constructors in io.appform.ranger.core.finder with parameters of type MapBasedServiceRegistryModifierConstructorDescriptionSimpleShardedServiceFinder(MapBasedServiceRegistry<T> serviceRegistry, ShardSelector<T, MapBasedServiceRegistry<T>> shardSelector, ServiceNodeSelector<T> nodeSelector) Constructor parameters in io.appform.ranger.core.finder with type arguments of type MapBasedServiceRegistryModifierConstructorDescriptionSimpleShardedServiceFinder(MapBasedServiceRegistry<T> serviceRegistry, ShardSelector<T, MapBasedServiceRegistry<T>> shardSelector, ServiceNodeSelector<T> nodeSelector) -
Uses of MapBasedServiceRegistry in io.appform.ranger.core.finder.shardselector
Methods in io.appform.ranger.core.finder.shardselector with parameters of type MapBasedServiceRegistryModifier and TypeMethodDescriptionList<ServiceNode<T>>MatchingShardSelector.nodes(Predicate<T> criteria, MapBasedServiceRegistry<T> serviceRegistry)