Package | Description |
---|---|
alluxio.client | |
alluxio.master.block | |
alluxio.master.meta | |
alluxio.master.meta.checkconf | |
alluxio.util | |
alluxio.wire | |
alluxio.worker.block |
Modifier and Type | Method and Description |
---|---|
List<ConfigProperty> |
MetaMasterClient.getConfiguration()
Gets the runtime configuration information.
|
List<ConfigProperty> |
RetryHandlingMetaMasterClient.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultBlockMaster.registerNewWorkerConfListener(java.util.function.BiConsumer<Address,List<ConfigProperty>> function) |
void |
BlockMaster.registerNewWorkerConfListener(java.util.function.BiConsumer<Address,List<ConfigProperty>> function)
Registers callback functions to use when workers register with configuration.
|
Modifier and Type | Method and Description |
---|---|
List<ConfigProperty> |
DefaultMetaMaster.getConfiguration(GetConfigurationOptions options) |
List<ConfigProperty> |
MetaMaster.getConfiguration(GetConfigurationOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
RetryHandlingMetaMasterMasterClient.register(long masterId,
List<ConfigProperty> configList)
Registers with the leader master.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerConfigurationStore.registerNewConf(Address address,
List<ConfigProperty> configList)
Registers new configuration information.
|
Modifier and Type | Method and Description |
---|---|
static List<ConfigProperty> |
ConfigurationUtils.getConfiguration(Scope scope)
Gets all global configuration properties filtered by the specified scope.
|
Modifier and Type | Method and Description |
---|---|
static ConfigProperty |
ConfigProperty.fromThrift(ConfigProperty configProperty)
Converts a thrift type to a wire type.
|
ConfigProperty |
ConfigProperty.setName(String name) |
ConfigProperty |
ConfigProperty.setSource(String source) |
ConfigProperty |
ConfigProperty.setValue(String value) |
Modifier and Type | Method and Description |
---|---|
void |
BlockMasterClient.register(long workerId,
List<String> storageTierAliases,
Map<String,Long> totalBytesOnTiers,
Map<String,Long> usedBytesOnTiers,
Map<String,List<Long>> currentBlocksOnTiers,
List<ConfigProperty> configList)
The method the worker should execute to register with the block master.
|
Copyright © 2023. All Rights Reserved.