| Modifier and Type | Method and Description |
|---|---|
ConnectionInfoLookupResponse |
ExecutionGraph.lookupConnectionInfoAndDeployReceivers(InstanceConnectionInfo caller,
ChannelID sourceChannelID) |
| Modifier and Type | Method and Description |
|---|---|
InstanceConnectionInfo |
Instance.getInstanceConnectionInfo()
Returns the instance's connection information object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
InstanceConnectionInfo.compareTo(InstanceConnectionInfo o) |
InstanceID |
InstanceManager.registerTaskManager(InstanceConnectionInfo instanceConnectionInfo,
HardwareDescription resources,
int numberOfSlots) |
| Constructor and Description |
|---|
Instance(InstanceConnectionInfo instanceConnectionInfo,
InstanceID id,
HardwareDescription resources,
int numberOfSlots)
Constructs an abstract instance object.
|
| Constructor and Description |
|---|
ChannelManager(ChannelLookupProtocol channelLookupService,
InstanceConnectionInfo connectionInfo,
int numNetworkBuffers,
int networkBufferSize,
NetworkConnectionManager networkConnectionManager) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionInfoLookupResponse |
JobManager.lookupConnectionInfo(InstanceConnectionInfo caller,
JobID jobID,
ChannelID sourceChannelID) |
InstanceID |
JobManager.registerTaskManager(InstanceConnectionInfo instanceConnectionInfo,
HardwareDescription hardwareDescription,
int numberOfSlots) |
| Modifier and Type | Method and Description |
|---|---|
static TaskManagerProfiler |
ProfilingUtils.loadTaskManagerProfiler(String profilerClassName,
InetAddress jobManagerAddress,
InstanceConnectionInfo instanceConnectionInfo)
Creates an instance of the task manager's profiling component.
|
| Constructor and Description |
|---|
InstanceProfiler(InstanceConnectionInfo instanceConnectionInfo) |
TaskManagerProfilerImpl(InetAddress jobManagerAddress,
InstanceConnectionInfo instanceConnectionInfo) |
| Modifier and Type | Method and Description |
|---|---|
InstanceConnectionInfo |
InternalInstanceProfilingData.getInstanceConnectionInfo() |
| Constructor and Description |
|---|
InternalInstanceProfilingData(InstanceConnectionInfo instanceConnectionInfo,
int profilingInterval) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionInfoLookupResponse |
ChannelLookupProtocol.lookupConnectionInfo(InstanceConnectionInfo caller,
JobID jobID,
ChannelID sourceChannelID)
Retrieves all recipients of a data for the given
sourceChannelID. |
InstanceID |
JobManagerProtocol.registerTaskManager(InstanceConnectionInfo instanceConnectionInfo,
HardwareDescription hardwareDescription,
int numberOfSlots)
Registers a task manager at the JobManager.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceConnectionInfo |
TaskManager.getConnectionInfo() |
Copyright © 2015 The Apache Software Foundation. All rights reserved.