Uses of Class
alluxio.master.MasterHealthCheckClient.MasterType
-
Packages that use MasterHealthCheckClient.MasterType Package Description alluxio.master -
-
Uses of MasterHealthCheckClient.MasterType in alluxio.master
Methods in alluxio.master that return MasterHealthCheckClient.MasterType Modifier and Type Method Description static MasterHealthCheckClient.MasterTypeMasterHealthCheckClient.MasterType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MasterHealthCheckClient.MasterType[]MasterHealthCheckClient.MasterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in alluxio.master with parameters of type MasterHealthCheckClient.MasterType Modifier and Type Method Description MasterHealthCheckClient.BuilderMasterHealthCheckClient.Builder. withAlluxioMasterType(MasterHealthCheckClient.MasterType masterType)Constructors in alluxio.master with parameters of type MasterHealthCheckClient.MasterType Constructor Description MasterHealthCheckClient(MasterHealthCheckClient.MasterType alluxioMasterType, boolean processCheck, java.util.function.Supplier<alluxio.retry.RetryPolicy> retryPolicySupplier, alluxio.conf.AlluxioConfiguration alluxioConf)Creates a new instance of MasterHealthCheckClient.
-