| Package | Description |
|---|---|
| org.apache.flink.runtime.jobmaster.slotpool | |
| org.apache.flink.runtime.util.clock |
| Constructor and Description |
|---|
DefaultSlotPoolFactory(RpcService rpcService,
SchedulingStrategy schedulingStrategy,
Clock clock,
org.apache.flink.api.common.time.Time rpcTimeout,
org.apache.flink.api.common.time.Time slotIdleTimeout) |
SlotPool(RpcService rpcService,
org.apache.flink.api.common.JobID jobId,
SchedulingStrategy schedulingStrategy,
Clock clock,
org.apache.flink.api.common.time.Time rpcTimeout,
org.apache.flink.api.common.time.Time idleSlotTimeout) |
| Modifier and Type | Class and Description |
|---|---|
class |
SystemClock
A clock that returns the time of the system / process.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.