| Package | Description |
|---|---|
| alluxio.master |
| Modifier and Type | Method and Description |
|---|---|
static MasterHealthCheckClient.MasterType |
MasterHealthCheckClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
MasterHealthCheckClient.Builder |
MasterHealthCheckClient.Builder.withAlluxioMasterType(MasterHealthCheckClient.MasterType masterType) |
| Constructor and Description |
|---|
MasterHealthCheckClient(MasterHealthCheckClient.MasterType alluxioMasterType,
boolean processCheck,
java.util.function.Supplier<RetryPolicy> retryPolicySupplier,
AlluxioConfiguration alluxioConf)
Creates a new instance of MasterHealthCheckClient.
|
Copyright © 2022. All Rights Reserved.