Class DeclarativeSlotPoolBridgeServiceFactory
- java.lang.Object
-
- org.apache.flink.runtime.jobmaster.slotpool.AbstractSlotPoolServiceFactory
-
- org.apache.flink.runtime.jobmaster.slotpool.DeclarativeSlotPoolBridgeServiceFactory
-
- All Implemented Interfaces:
SlotPoolServiceFactory
public class DeclarativeSlotPoolBridgeServiceFactory extends AbstractSlotPoolServiceFactory
Factory forDeclarativeSlotPoolBridge.
-
-
Field Summary
-
Fields inherited from class org.apache.flink.runtime.jobmaster.slotpool.AbstractSlotPoolServiceFactory
batchSlotTimeout, clock, rpcTimeout, slotIdleTimeout
-
-
Constructor Summary
Constructors Constructor Description DeclarativeSlotPoolBridgeServiceFactory(org.apache.flink.util.clock.Clock clock, org.apache.flink.api.common.time.Time rpcTimeout, org.apache.flink.api.common.time.Time slotIdleTimeout, org.apache.flink.api.common.time.Time batchSlotTimeout, RequestSlotMatchingStrategy requestSlotMatchingStrategy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SlotPoolServicecreateSlotPoolService(org.apache.flink.api.common.JobID jobId, DeclarativeSlotPoolFactory declarativeSlotPoolFactory)
-
-
-
Constructor Detail
-
DeclarativeSlotPoolBridgeServiceFactory
public DeclarativeSlotPoolBridgeServiceFactory(@Nonnull org.apache.flink.util.clock.Clock clock, @Nonnull org.apache.flink.api.common.time.Time rpcTimeout, @Nonnull org.apache.flink.api.common.time.Time slotIdleTimeout, @Nonnull org.apache.flink.api.common.time.Time batchSlotTimeout, @Nonnull RequestSlotMatchingStrategy requestSlotMatchingStrategy)
-
-
Method Detail
-
createSlotPoolService
@Nonnull public SlotPoolService createSlotPoolService(@Nonnull org.apache.flink.api.common.JobID jobId, DeclarativeSlotPoolFactory declarativeSlotPoolFactory)
-
-