public class DefaultSlotPoolServiceFactory extends AbstractSlotPoolServiceFactory
batchSlotTimeout, clock, rpcTimeout, slotIdleTimeout| Constructor and Description |
|---|
DefaultSlotPoolServiceFactory(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) |
| Modifier and Type | Method and Description |
|---|---|
SlotPoolService |
createSlotPoolService(org.apache.flink.api.common.JobID jobId) |
public DefaultSlotPoolServiceFactory(@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 public SlotPoolService createSlotPoolService(@Nonnull org.apache.flink.api.common.JobID jobId)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.