| Package | Description |
|---|---|
| org.apache.flink.runtime.instance | |
| org.apache.flink.runtime.jobmanager |
| Modifier and Type | Class and Description |
|---|---|
class |
DummyInstance
A DummyInstance is a stub implementation of the
Instance interface. |
| Modifier and Type | Method and Description |
|---|---|
Instance |
AllocatedResource.getInstance()
Returns the instance a task is scheduled to run on.
|
Instance |
InstanceManager.getInstanceByName(String name) |
Instance |
DefaultInstanceManager.getInstanceByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<InstanceConnectionInfo,Instance> |
InstanceManager.getInstances() |
Map<InstanceConnectionInfo,Instance> |
DefaultInstanceManager.getInstances() |
| Constructor and Description |
|---|
AllocatedResource(Instance instance,
AllocationID allocationID)
Constructs a new allocated resource object.
|
| Modifier and Type | Method and Description |
|---|---|
Map<InstanceConnectionInfo,Instance> |
JobManager.getInstances() |
| Modifier and Type | Method and Description |
|---|---|
void |
JobManager.deploy(JobID jobID,
Instance instance,
List<ExecutionVertex> verticesToBeDeployed) |
void |
DeploymentManager.deploy(JobID jobID,
Instance instance,
List<ExecutionVertex> verticesToBeDeployed)
Deploys the list of vertices on the given
Instance. |
Copyright © 2014 The Apache Software Foundation. All rights reserved.