| Package | Description |
|---|---|
| org.apache.flink.runtime.jobmanager | |
| org.apache.flink.runtime.protocols |
| Modifier and Type | Method and Description |
|---|---|
IntegerRecord |
JobManager.getRecommendedPollingInterval() |
| Modifier and Type | Method and Description |
|---|---|
RegisterTaskManagerResult |
JobManager.registerTaskManager(InstanceConnectionInfo instanceConnectionInfo,
HardwareDescription hardwareDescription,
IntegerRecord numberOfSlots) |
InputSplitWrapper |
JobManager.requestNextInputSplit(JobID jobID,
ExecutionVertexID vertexID,
IntegerRecord sequenceNumber) |
| Modifier and Type | Method and Description |
|---|---|
IntegerRecord |
JobManagementProtocol.getRecommendedPollingInterval()
Returns the recommended interval in seconds in which a client
is supposed to poll for progress information.
|
| Modifier and Type | Method and Description |
|---|---|
RegisterTaskManagerResult |
JobManagerProtocol.registerTaskManager(InstanceConnectionInfo instanceConnectionInfo,
HardwareDescription hardwareDescription,
IntegerRecord numberOfSlots)
Registers a task manager at the JobManager.
|
InputSplitWrapper |
InputSplitProviderProtocol.requestNextInputSplit(JobID jobID,
ExecutionVertexID vertexID,
IntegerRecord sequenceNumber)
Requests the next split to be consumed by the task with the given execution vertex ID.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.