Package io.kestra.core.services
Class WorkerInstanceService
java.lang.Object
io.kestra.core.services.WorkerInstanceService
Provides business logic to manipulate
WorkerInstance-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<WorkerInstance>removeEvictedPartitions(Stream<WorkerInstance> stream, WorkerInstance incoming)
-
Constructor Details
-
WorkerInstanceService
public WorkerInstanceService()
-
-
Method Details
-
removeEvictedPartitions
public static List<WorkerInstance> removeEvictedPartitions(Stream<WorkerInstance> stream, WorkerInstance incoming)
-