Uses of Interface
org.apache.flink.runtime.heartbeat.HeartbeatMonitor
-
Packages that use HeartbeatMonitor Package Description org.apache.flink.runtime.heartbeat -
-
Uses of HeartbeatMonitor in org.apache.flink.runtime.heartbeat
Classes in org.apache.flink.runtime.heartbeat that implement HeartbeatMonitor Modifier and Type Class Description classDefaultHeartbeatMonitor<O>The default implementation ofHeartbeatMonitor.Methods in org.apache.flink.runtime.heartbeat that return HeartbeatMonitor Modifier and Type Method Description HeartbeatMonitor<O>HeartbeatMonitor.Factory. createHeartbeatMonitor(ResourceID resourceID, HeartbeatTarget<O> heartbeatTarget, org.apache.flink.util.concurrent.ScheduledExecutor mainThreadExecutor, HeartbeatListener<?,O> heartbeatListener, long heartbeatTimeoutIntervalMs, int failedRpcRequestsUntilUnreachable)Create heartbeat monitor heartbeat monitor.
-