Class RpcPortHealthCheckClient

    • Constructor Summary

      Constructors 
      Constructor Description
      RpcPortHealthCheckClient​(java.net.InetSocketAddress nodeAddress, alluxio.grpc.ServiceType serviceType, java.util.function.Supplier<alluxio.retry.RetryPolicy> retryPolicySupplier, alluxio.conf.AlluxioConfiguration alluxioConf)
      Creates a worker health check client.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isServing()  
      • Methods inherited from class java.lang.Object

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

      • RpcPortHealthCheckClient

        public RpcPortHealthCheckClient​(java.net.InetSocketAddress nodeAddress,
                                        alluxio.grpc.ServiceType serviceType,
                                        java.util.function.Supplier<alluxio.retry.RetryPolicy> retryPolicySupplier,
                                        alluxio.conf.AlluxioConfiguration alluxioConf)
        Creates a worker health check client.
        Parameters:
        nodeAddress - The potential node address
        serviceType - The type of service
        retryPolicySupplier - the retry policy supplier
        alluxioConf - Alluxio configuration
    • Method Detail

      • isServing

        public boolean isServing()
        Specified by:
        isServing in interface alluxio.HealthCheckClient