Uses of Class
services.moleculer.strategy.Strategy
Packages that use Strategy
Package
Description
-
Uses of Strategy in services.moleculer.eventbus
Fields in services.moleculer.eventbus with type parameters of type Strategy -
Uses of Strategy in services.moleculer.service
Fields in services.moleculer.service with type parameters of type StrategyModifier and TypeFieldDescriptionprotected final HashMap<String, Strategy<ActionEndpoint>> DefaultServiceRegistry.strategies -
Uses of Strategy in services.moleculer.strategy
Subclasses of Strategy in services.moleculer.strategyModifier and TypeClassDescriptionclassArrayBasedStrategy<T extends Endpoint>Abstract class for Round-Robin and Random invocation strategies.classCpuUsageStrategy<T extends Endpoint>Lowest CPU usage invocation strategy.classNanoSecRandomStrategy<T extends Endpoint>Nanosec-based pseudorandom invocation strategy.classNetworkLatencyStrategy<T extends Endpoint>Lowest network latency strategy.classRoundRobinStrategy<T extends Endpoint>Round-Robin invocation strategy.classSecureRandomStrategy<T extends Endpoint>Java Random/SecureRandom-based invocation strategy.classShardStrategy<T extends Endpoint>Sharding invocation strategy.classXorShiftRandomStrategy<T extends Endpoint>Fast XORSHIFT-based pseudorandom invocation strategy.Methods in services.moleculer.strategy that return StrategyModifier and TypeMethodDescriptionCpuUsageStrategyFactory.create()NanoSecRandomStrategyFactory.create()NetworkLatencyStrategyFactory.create()RoundRobinStrategyFactory.create()SecureRandomStrategyFactory.create()ShardStrategyFactory.create()StrategyFactory.create()XorShiftRandomStrategyFactory.create()