Package | Description |
---|---|
alluxio.hub.agent.process | |
alluxio.hub.agent.util.conf | |
alluxio.hub.manager.process | |
alluxio.hub.proto |
Modifier and Type | Method and Description |
---|---|
AlluxioConfigurationSet |
AgentProcessContext.getConf()
Gets the configuration for the current node.
|
Modifier and Type | Method and Description |
---|---|
void |
AgentProcessContext.writeConf(AlluxioConfigurationSet conf)
Writes the configuration for the current node.
|
Modifier and Type | Method and Description |
---|---|
AlluxioConfigurationSet |
ConfigurationEditor.readConf()
Reads the Alluxio configuration given the reader's configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationEditor.writeConf(AlluxioConfigurationSet conf)
Writes out the given configuration to disk.
|
Modifier and Type | Method and Description |
---|---|
AlluxioConfigurationSet |
ManagerProcessContext.configurationSetFor(AlluxioNodeType type)
Gets the configuration for a given alluxio node type.
|
Modifier and Type | Method and Description |
---|---|
AlluxioConfiguration |
ManagerProcessContext.getUpdatedProps(AlluxioConfigurationSet configSet)
Get updated cluster configuration from the configuration set.
|
Set<HubNodeAddress> |
ManagerProcessContext.updateConfigurationFor(AlluxioNodeType type,
AlluxioConfigurationSet conf)
Updates the configuration for a set of Alluxio nodes.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<AlluxioConfigurationSet> |
AlluxioConfigurationSet.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AlluxioConfigurationSet |
AlluxioConfigurationSet.Builder.build() |
AlluxioConfigurationSet |
AlluxioConfigurationSet.Builder.buildPartial() |
AlluxioConfigurationSet |
WriteConfigurationSetRequest.PayloadOrBuilder.getConfSet()
optional .alluxio.hub.proto.AlluxioConfigurationSet conf_set = 1; |
AlluxioConfigurationSet |
WriteConfigurationSetRequest.Payload.getConfSet()
optional .alluxio.hub.proto.AlluxioConfigurationSet conf_set = 1; |
AlluxioConfigurationSet |
WriteConfigurationSetRequest.Payload.Builder.getConfSet()
optional .alluxio.hub.proto.AlluxioConfigurationSet conf_set = 1; |
AlluxioConfigurationSet |
GetConfigurationSetResponse.PayloadOrBuilder.getConfSet()
optional .alluxio.hub.proto.AlluxioConfigurationSet conf_set = 1; |
AlluxioConfigurationSet |
GetConfigurationSetResponse.Payload.getConfSet()
optional .alluxio.hub.proto.AlluxioConfigurationSet conf_set = 1; |
AlluxioConfigurationSet |
GetConfigurationSetResponse.Payload.Builder.getConfSet()
optional .alluxio.hub.proto.AlluxioConfigurationSet conf_set = 1; |
AlluxioConfigurationSet |
AgentWriteConfigurationSetRequestOrBuilder.getConfSet()
optional .alluxio.hub.proto.AlluxioConfigurationSet conf_set = 1; |
AlluxioConfigurationSet |
AgentWriteConfigurationSetRequest.getConfSet()
optional .alluxio.hub.proto.AlluxioConfigurationSet conf_set = 1; |
AlluxioConfigurationSet |
AgentWriteConfigurationSetRequest.Builder.getConfSet()
optional .alluxio.hub.proto.AlluxioConfigurationSet conf_set = 1; |
AlluxioConfigurationSet |
AgentGetConfigurationSetResponseOrBuilder.getConfSet()
optional .alluxio.hub.proto.AlluxioConfigurationSet conf_set = 1; |
AlluxioConfigurationSet |
AgentGetConfigurationSetResponse.getConfSet()
optional .alluxio.hub.proto.AlluxioConfigurationSet conf_set = 1; |
AlluxioConfigurationSet |
AgentGetConfigurationSetResponse.Builder.getConfSet()
optional .alluxio.hub.proto.AlluxioConfigurationSet conf_set = 1; |
static AlluxioConfigurationSet |
AlluxioConfigurationSet.getDefaultInstance() |
AlluxioConfigurationSet |
AlluxioConfigurationSet.getDefaultInstanceForType() |
AlluxioConfigurationSet |
AlluxioConfigurationSet.Builder.getDefaultInstanceForType() |
static AlluxioConfigurationSet |
AlluxioConfigurationSet.parseDelimitedFrom(InputStream input) |
static AlluxioConfigurationSet |
AlluxioConfigurationSet.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AlluxioConfigurationSet |
AlluxioConfigurationSet.parseFrom(byte[] data) |
static AlluxioConfigurationSet |
AlluxioConfigurationSet.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AlluxioConfigurationSet |
AlluxioConfigurationSet.parseFrom(ByteBuffer data) |
static AlluxioConfigurationSet |
AlluxioConfigurationSet.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AlluxioConfigurationSet |
AlluxioConfigurationSet.parseFrom(com.google.protobuf.ByteString data) |
static AlluxioConfigurationSet |
AlluxioConfigurationSet.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AlluxioConfigurationSet |
AlluxioConfigurationSet.parseFrom(com.google.protobuf.CodedInputStream input) |
static AlluxioConfigurationSet |
AlluxioConfigurationSet.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AlluxioConfigurationSet |
AlluxioConfigurationSet.parseFrom(InputStream input) |
static AlluxioConfigurationSet |
AlluxioConfigurationSet.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<AlluxioConfigurationSet> |
AlluxioConfigurationSet.getParserForType() |
static com.google.protobuf.Parser<AlluxioConfigurationSet> |
AlluxioConfigurationSet.parser() |
Modifier and Type | Method and Description |
---|---|
WriteConfigurationSetRequest.Payload.Builder |
WriteConfigurationSetRequest.Payload.Builder.mergeConfSet(AlluxioConfigurationSet value)
optional .alluxio.hub.proto.AlluxioConfigurationSet conf_set = 1; |
GetConfigurationSetResponse.Payload.Builder |
GetConfigurationSetResponse.Payload.Builder.mergeConfSet(AlluxioConfigurationSet value)
optional .alluxio.hub.proto.AlluxioConfigurationSet conf_set = 1; |
AgentWriteConfigurationSetRequest.Builder |
AgentWriteConfigurationSetRequest.Builder.mergeConfSet(AlluxioConfigurationSet value)
optional .alluxio.hub.proto.AlluxioConfigurationSet conf_set = 1; |
AgentGetConfigurationSetResponse.Builder |
AgentGetConfigurationSetResponse.Builder.mergeConfSet(AlluxioConfigurationSet value)
optional .alluxio.hub.proto.AlluxioConfigurationSet conf_set = 1; |
AlluxioConfigurationSet.Builder |
AlluxioConfigurationSet.Builder.mergeFrom(AlluxioConfigurationSet other) |
static AlluxioConfigurationSet.Builder |
AlluxioConfigurationSet.newBuilder(AlluxioConfigurationSet prototype) |
WriteConfigurationSetRequest.Payload.Builder |
WriteConfigurationSetRequest.Payload.Builder.setConfSet(AlluxioConfigurationSet value)
optional .alluxio.hub.proto.AlluxioConfigurationSet conf_set = 1; |
GetConfigurationSetResponse.Payload.Builder |
GetConfigurationSetResponse.Payload.Builder.setConfSet(AlluxioConfigurationSet value)
optional .alluxio.hub.proto.AlluxioConfigurationSet conf_set = 1; |
AgentWriteConfigurationSetRequest.Builder |
AgentWriteConfigurationSetRequest.Builder.setConfSet(AlluxioConfigurationSet value)
optional .alluxio.hub.proto.AlluxioConfigurationSet conf_set = 1; |
AgentGetConfigurationSetResponse.Builder |
AgentGetConfigurationSetResponse.Builder.setConfSet(AlluxioConfigurationSet value)
optional .alluxio.hub.proto.AlluxioConfigurationSet conf_set = 1; |
Copyright © 2023. All Rights Reserved.