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 Modifier and Type Field Description protected DurationbatchSlotTimeoutprotected org.apache.flink.util.clock.Clockclockprotected DurationrpcTimeoutprotected booleanslotBatchAllocatableprotected DurationslotIdleTimeoutprotected DurationslotRequestMaxInterval
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractSlotPoolServiceFactory(org.apache.flink.util.clock.Clock clock, Duration rpcTimeout, Duration slotIdleTimeout, Duration batchSlotTimeout, Duration slotRequestMaxInterval, boolean slotBatchAllocatable)
-
-
-
Field Detail
-
clock
@Nonnull protected final org.apache.flink.util.clock.Clock clock
-
rpcTimeout
@Nonnull protected final Duration rpcTimeout
-
slotIdleTimeout
@Nonnull protected final Duration slotIdleTimeout
-
batchSlotTimeout
@Nonnull protected final Duration batchSlotTimeout
-
slotRequestMaxInterval
@Nonnull protected final Duration slotRequestMaxInterval
-
slotBatchAllocatable
protected final boolean slotBatchAllocatable
-
-