Package alluxio.worker
Class WorkerHealthCheckClient
- java.lang.Object
-
- alluxio.common.RpcPortHealthCheckClient
-
- alluxio.worker.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 alluxio.common.RpcPortHealthCheckClient
isServing
-
-
-
-
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 addressretryPolicySupplier- the retry policy supplieralluxioConf- Alluxio configuration
-
-