Uses of Class
org.apache.flink.runtime.taskexecutor.TaskExecutorHeartbeatPayload
-
Packages that use TaskExecutorHeartbeatPayload Package Description org.apache.flink.runtime.resourcemanager -
-
Uses of TaskExecutorHeartbeatPayload in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager with parameters of type TaskExecutorHeartbeatPayload Modifier and Type Method Description CompletableFuture<Void>
ResourceManager. heartbeatFromTaskManager(ResourceID resourceID, TaskExecutorHeartbeatPayload heartbeatPayload)
CompletableFuture<Void>
ResourceManagerGateway. heartbeatFromTaskManager(ResourceID heartbeatOrigin, TaskExecutorHeartbeatPayload heartbeatPayload)
Sends the heartbeat to resource manager from task manager.
-