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