| Package | Description |
|---|---|
| org.apache.flink.runtime.instance | |
| org.apache.flink.runtime.jobmanager.scheduler |
| Modifier and Type | Method and Description |
|---|---|
Instance |
InstanceDiedException.getInstance() |
Instance |
InstanceManager.getRegisteredInstance(ResourceID ref) |
Instance |
InstanceManager.getRegisteredInstanceById(InstanceID instanceID) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Instance> |
InstanceManager.getAllRegisteredInstances() |
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceListener.instanceDied(Instance instance)
Called when an instance died.
|
void |
InstanceListener.newInstanceAvailable(Instance instance)
Called when a new instance becomes available.
|
| Constructor and Description |
|---|
InstanceDiedException(Instance instance) |
| Modifier and Type | Method and Description |
|---|---|
Instance |
Scheduler.getInstance(ResourceID resourceId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<Instance>> |
Scheduler.getInstancesByHost() |
| Modifier and Type | Method and Description |
|---|---|
void |
Scheduler.instanceDied(Instance instance) |
void |
Scheduler.newInstanceAvailable(Instance instance) |
void |
Scheduler.newSlotAvailable(Instance instance) |
void |
SlotAvailabilityListener.newSlotAvailable(Instance instance) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.