public class WorkerHealthCheckClient extends RpcPortHealthCheckClient
| Constructor and Description |
|---|
WorkerHealthCheckClient(java.net.InetSocketAddress workerAddress,
java.util.function.Supplier<RetryPolicy> retryPolicySupplier,
AlluxioConfiguration alluxioConf)
Creates a worker health check client.
|
isServingpublic WorkerHealthCheckClient(java.net.InetSocketAddress workerAddress,
java.util.function.Supplier<RetryPolicy> retryPolicySupplier,
AlluxioConfiguration alluxioConf)
workerAddress - The potential job_worker addressretryPolicySupplier - the retry policy supplieralluxioConf - Alluxio configurationCopyright © 2022. All Rights Reserved.