Class JobMasterRpcHealthCheckClient

  • All Implemented Interfaces:
    alluxio.HealthCheckClient

    public class JobMasterRpcHealthCheckClient
    extends RpcPortHealthCheckClient
    JobMasterHealthCheckClient check if job_master is serving RPC.
    • Constructor Summary

      Constructors 
      Constructor Description
      JobMasterRpcHealthCheckClient​(java.net.InetSocketAddress jobMasterAddress, java.util.function.Supplier<alluxio.retry.RetryPolicy> retryPolicySupplier, alluxio.conf.AlluxioConfiguration alluxioConf)
      Creates a job_master health check client.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JobMasterRpcHealthCheckClient

        public JobMasterRpcHealthCheckClient​(java.net.InetSocketAddress jobMasterAddress,
                                             java.util.function.Supplier<alluxio.retry.RetryPolicy> retryPolicySupplier,
                                             alluxio.conf.AlluxioConfiguration alluxioConf)
        Creates a job_master health check client.
        Parameters:
        jobMasterAddress - The potential job_master address
        retryPolicySupplier - the retry policy supplier
        alluxioConf - Alluxio configuration