Uses of Class
services.moleculer.service.Endpoint
Packages that use Endpoint
Package
Description
-
Uses of Endpoint in services.moleculer.eventbus
Subclasses of Endpoint in services.moleculer.eventbusModifier and TypeClassDescriptionclassclassclass -
Uses of Endpoint in services.moleculer.service
Subclasses of Endpoint in services.moleculer.serviceModifier and TypeClassDescriptionclassclassclass -
Uses of Endpoint in services.moleculer.strategy
Classes in services.moleculer.strategy with type parameters of type EndpointModifier 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.classBase superclass of all Strategy implementations.classXorShiftRandomStrategy<T extends Endpoint>Fast XORSHIFT-based pseudorandom invocation strategy.Fields in services.moleculer.strategy declared as EndpointFields in services.moleculer.strategy with type parameters of type EndpointModifier and TypeFieldDescriptionShardStrategy.Ring.cacheAccelerator cacheShardStrategy.Ring.limitMapThe "hash ring" (https://www.toptal.com/big-data/consistent-hashing)Methods in services.moleculer.strategy with type parameters of type EndpointModifier and TypeMethodDescriptionCpuUsageStrategyFactory.create()NanoSecRandomStrategyFactory.create()NetworkLatencyStrategyFactory.create()RoundRobinStrategyFactory.create()SecureRandomStrategyFactory.create()ShardStrategyFactory.create()StrategyFactory.create()XorShiftRandomStrategyFactory.create()Methods in services.moleculer.strategy that return EndpointModifier and TypeMethodDescriptionprotected Endpoint[]ArrayBasedStrategy.getEndpointsByNodeID(String nodeID) abstract EndpointMethods in services.moleculer.strategy with parameters of type Endpoint