Class AbstractSlotPoolServiceFactory
java.lang.Object
org.apache.flink.runtime.jobmaster.slotpool.AbstractSlotPoolServiceFactory
- All Implemented Interfaces:
SlotPoolServiceFactory
- Direct Known Subclasses:
DeclarativeSlotPoolBridgeServiceFactory
public abstract class AbstractSlotPoolServiceFactory
extends Object
implements SlotPoolServiceFactory
Abstract SlotPoolServiceFactory.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractSlotPoolServiceFactory(org.apache.flink.util.clock.Clock clock, Duration rpcTimeout, Duration slotIdleTimeout, Duration batchSlotTimeout, Duration slotRequestMaxInterval, boolean slotBatchAllocatable) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.runtime.jobmaster.slotpool.SlotPoolServiceFactory
createSlotPoolService
-
Field Details
-
clock
@Nonnull protected final org.apache.flink.util.clock.Clock clock -
rpcTimeout
-
slotIdleTimeout
-
batchSlotTimeout
-
slotRequestMaxInterval
-
slotBatchAllocatable
protected final boolean slotBatchAllocatable
-
-
Constructor Details
-
AbstractSlotPoolServiceFactory
-