| Package | Description |
|---|---|
| org.apache.flink.runtime.instance | |
| org.apache.flink.runtime.jobmanager | |
| org.apache.flink.runtime.jobmanager.scheduler |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInstanceManager
In Nephele an instance manager maintains the set of available compute resources.
|
class |
LocalInstanceManager |
| Modifier and Type | Method and Description |
|---|---|
InstanceManager |
JobManager.getInstanceManager() |
| Modifier and Type | Method and Description |
|---|---|
InstanceManager |
DefaultScheduler.getInstanceManager()
Returns the
InstanceManager object which is used by the current scheduler. |
| Constructor and Description |
|---|
DefaultScheduler(DeploymentManager deploymentManager,
InstanceManager instanceManager)
Constructs a new abstract scheduler.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.