Interface WorkerHeartbeatRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    WorkerHeartbeatRequest, WorkerHeartbeatRequest.Builder

    public interface WorkerHeartbeatRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getShutdownModeValue

        int getShutdownModeValue()
        .org.platanios.tensorflow.proto.WorkerShutdownMode shutdown_mode = 1;
        Returns:
        The enum numeric value on the wire for shutdownMode.
      • getShutdownMode

        WorkerShutdownMode getShutdownMode()
        .org.platanios.tensorflow.proto.WorkerShutdownMode shutdown_mode = 1;
        Returns:
        The shutdownMode.
      • hasWatchdogConfig

        boolean hasWatchdogConfig()
        .org.platanios.tensorflow.proto.WatchdogConfig watchdog_config = 2;
        Returns:
        Whether the watchdogConfig field is set.
      • getWatchdogConfig

        WatchdogConfig getWatchdogConfig()
        .org.platanios.tensorflow.proto.WatchdogConfig watchdog_config = 2;
        Returns:
        The watchdogConfig.
      • getWatchdogConfigOrBuilder

        WatchdogConfigOrBuilder getWatchdogConfigOrBuilder()
        .org.platanios.tensorflow.proto.WatchdogConfig watchdog_config = 2;
      • hasExitCode

        boolean hasExitCode()
        .org.platanios.tensorflow.proto.RequestedExitCode exit_code = 3;
        Returns:
        Whether the exitCode field is set.
      • getExitCode

        RequestedExitCode getExitCode()
        .org.platanios.tensorflow.proto.RequestedExitCode exit_code = 3;
        Returns:
        The exitCode.
      • getExitCodeOrBuilder

        RequestedExitCodeOrBuilder getExitCodeOrBuilder()
        .org.platanios.tensorflow.proto.RequestedExitCode exit_code = 3;