接口的使用
org.apache.seatunnel.engine.server.resourcemanager.allocation.strategy.SlotAllocationStrategy
使用SlotAllocationStrategy的程序包
程序包
说明
-
org.apache.seatunnel.engine.server.resourcemanager中SlotAllocationStrategy的使用
限定符构造器说明ResourceRequestHandler(long jobId, List<ResourceProfile> resourceProfile, ConcurrentMap<com.hazelcast.cluster.Address, WorkerProfile> registerWorker, AbstractResourceManager resourceManager, SlotAllocationStrategy slotAllocationStrategy) -
org.apache.seatunnel.engine.server.resourcemanager.allocation.strategy中SlotAllocationStrategy的使用
修饰符和类型类说明classRandomStrategy is a strategy that selects the worker randomly.classSlotRatioStrategy is a strategy that selects the worker with the lowest slot usage rate.classSystemLoadStrategy is a strategy that selects the worker with the lowest system load.