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 Duration
batchSlotTimeout
protected Clock
clock
protected Duration
rpcTimeout
protected boolean
slotBatchAllocatable
protected Duration
slotIdleTimeout
protected Duration
slotRequestMaxInterval
-
-
-
Field Detail
-
clock
@Nonnull protected final 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
-
-