Uses of Interface
io.ray.api.concurrencygroup.ConcurrencyGroup
Packages that use ConcurrencyGroup
Package
Description
-
Uses of ConcurrencyGroup in io.ray.api.call
Methods in io.ray.api.call with parameters of type ConcurrencyGroupModifier and TypeMethodDescriptionActorCreator.setConcurrencyGroups(ConcurrencyGroup... groups)Set the concurrency groups for this actor to declare how to perform tasks concurrently. -
Uses of ConcurrencyGroup in io.ray.api.concurrencygroup
Methods in io.ray.api.concurrencygroup that return ConcurrencyGroup -
Uses of ConcurrencyGroup in io.ray.api.options
Fields in io.ray.api.options with type parameters of type ConcurrencyGroupMethod parameters in io.ray.api.options with type arguments of type ConcurrencyGroupModifier and TypeMethodDescriptionActorCreationOptions.Builder.setConcurrencyGroups(List<ConcurrencyGroup> concurrencyGroups)Set the concurrency groups for this actor. -
Uses of ConcurrencyGroup in io.ray.api.runtime
Methods in io.ray.api.runtime that return ConcurrencyGroupModifier and TypeMethodDescriptionRayRuntime.createConcurrencyGroup(String name, int maxConcurrency, List<RayFunc> funcs)Create concurrency group instance at runtime.Methods in io.ray.api.runtime that return types with arguments of type ConcurrencyGroupModifier and TypeMethodDescriptionRayRuntime.extractConcurrencyGroups(RayFuncR<?> actorConstructorLambda)