Class WorkerHealthCheckClient

  • All Implemented Interfaces:
    alluxio.HealthCheckClient

    public class WorkerHealthCheckClient
    extends RpcPortHealthCheckClient
    WorkerHealthCheckClient check if worker is serving RPC.
    • Constructor Summary

      Constructors 
      Constructor Description
      WorkerHealthCheckClient​(java.net.InetSocketAddress workerAddress, java.util.function.Supplier<alluxio.retry.RetryPolicy> retryPolicySupplier, alluxio.conf.AlluxioConfiguration alluxioConf)
      Creates a worker 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

      • WorkerHealthCheckClient

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