Package | Description |
---|---|
alluxio.conf | |
alluxio.grpc | |
alluxio.util | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
Scope |
PropertyKey.getScope() |
Modifier and Type | Method and Description |
---|---|
PropertyKey.Builder |
PropertyKey.Builder.setScope(Scope scope) |
Modifier and Type | Method and Description |
---|---|
static Scope |
GrpcUtils.combine(Scope scope1,
Scope scope2) |
static Scope |
Scope.forNumber(int value) |
static Scope |
Scope.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Scope |
Scope.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<Scope> |
Scope.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
static Scope |
GrpcUtils.combine(Scope scope1,
Scope scope2) |
static boolean |
GrpcUtils.contains(Scope source,
Scope target) |
Modifier and Type | Method and Description |
---|---|
static AlluxioConfiguration |
ConfigurationUtils.getClusterConf(GetConfigurationPResponse response,
AlluxioConfiguration conf,
Scope scope)
Loads the cluster level configuration from the get configuration response,
filters out the configuration for certain scope, and merges it with the existing configuration.
|
static List<ConfigProperty> |
ConfigurationUtils.getConfiguration(AlluxioConfiguration conf,
Scope scope)
Gets all configuration properties filtered by the specified scope.
|
Modifier and Type | Method and Description |
---|---|
Map<Scope,List<InconsistentProperty>> |
MasterWebUIOverview.getConfigCheckErrors()
Gets config check errors.
|
Map<Scope,List<InconsistentProperty>> |
MasterWebUIOverview.getConfigCheckWarns()
Gets config check warns.
|
Map<Scope,List<InconsistentProperty>> |
ConfigCheckReport.getConfigErrors() |
Map<Scope,List<InconsistentProperty>> |
ConfigCheckReport.getConfigWarns() |
Modifier and Type | Method and Description |
---|---|
MasterWebUIOverview |
MasterWebUIOverview.setConfigCheckErrors(Map<Scope,List<InconsistentProperty>> configCheckErrors)
Sets config check errors.
|
MasterWebUIOverview |
MasterWebUIOverview.setConfigCheckWarns(Map<Scope,List<InconsistentProperty>> configCheckWarns)
Sets config check warns.
|
Constructor and Description |
---|
ConfigCheckReport(Map<Scope,List<InconsistentProperty>> errors,
Map<Scope,List<InconsistentProperty>> warns,
ConfigStatus status)
Creates a new instance of
ConfigCheckReport . |
ConfigCheckReport(Map<Scope,List<InconsistentProperty>> errors,
Map<Scope,List<InconsistentProperty>> warns,
ConfigStatus status)
Creates a new instance of
ConfigCheckReport . |
Copyright © 2023. All Rights Reserved.