Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.meta | |
alluxio.util | |
alluxio.wire |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<GetConfigurationPResponse> |
GetConfigurationPResponse.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GetConfigurationPResponse |
GetConfigurationPResponse.Builder.build() |
GetConfigurationPResponse |
GetConfigurationPResponse.Builder.buildPartial() |
GetConfigurationPResponse |
MetaMasterConfigurationServiceGrpc.MetaMasterConfigurationServiceBlockingStub.getConfiguration(GetConfigurationPOptions request)
Returns a list of Alluxio runtime configuration information.
|
static GetConfigurationPResponse |
GetConfigurationPResponse.getDefaultInstance() |
GetConfigurationPResponse |
GetConfigurationPResponse.getDefaultInstanceForType() |
GetConfigurationPResponse |
GetConfigurationPResponse.Builder.getDefaultInstanceForType() |
static GetConfigurationPResponse |
GetConfigurationPResponse.parseDelimitedFrom(InputStream input) |
static GetConfigurationPResponse |
GetConfigurationPResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetConfigurationPResponse |
GetConfigurationPResponse.parseFrom(byte[] data) |
static GetConfigurationPResponse |
GetConfigurationPResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetConfigurationPResponse |
GetConfigurationPResponse.parseFrom(ByteBuffer data) |
static GetConfigurationPResponse |
GetConfigurationPResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetConfigurationPResponse |
GetConfigurationPResponse.parseFrom(com.google.protobuf.ByteString data) |
static GetConfigurationPResponse |
GetConfigurationPResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetConfigurationPResponse |
GetConfigurationPResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetConfigurationPResponse |
GetConfigurationPResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetConfigurationPResponse |
GetConfigurationPResponse.parseFrom(InputStream input) |
static GetConfigurationPResponse |
GetConfigurationPResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<GetConfigurationPResponse> |
MetaMasterConfigurationServiceGrpc.MetaMasterConfigurationServiceFutureStub.getConfiguration(GetConfigurationPOptions request)
Returns a list of Alluxio runtime configuration information.
|
static io.grpc.MethodDescriptor<GetConfigurationPOptions,GetConfigurationPResponse> |
MetaMasterConfigurationServiceGrpc.getGetConfigurationMethod() |
com.google.protobuf.Parser<GetConfigurationPResponse> |
GetConfigurationPResponse.getParserForType() |
static com.google.protobuf.Parser<GetConfigurationPResponse> |
GetConfigurationPResponse.parser() |
Modifier and Type | Method and Description |
---|---|
GetConfigurationPResponse.Builder |
GetConfigurationPResponse.Builder.mergeFrom(GetConfigurationPResponse other) |
static GetConfigurationPResponse.Builder |
GetConfigurationPResponse.newBuilder(GetConfigurationPResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
MetaMasterConfigurationServiceGrpc.MetaMasterConfigurationServiceImplBase.getConfiguration(GetConfigurationPOptions request,
io.grpc.stub.StreamObserver<GetConfigurationPResponse> responseObserver)
Returns a list of Alluxio runtime configuration information.
|
void |
MetaMasterConfigurationServiceGrpc.MetaMasterConfigurationServiceStub.getConfiguration(GetConfigurationPOptions request,
io.grpc.stub.StreamObserver<GetConfigurationPResponse> responseObserver)
Returns a list of Alluxio runtime configuration information.
|
Modifier and Type | Method and Description |
---|---|
void |
MetaMasterConfigurationServiceHandler.getConfiguration(GetConfigurationPOptions options,
io.grpc.stub.StreamObserver<GetConfigurationPResponse> responseObserver) |
Modifier and Type | Method and Description |
---|---|
static GetConfigurationPResponse |
ConfigurationUtils.loadConfiguration(InetSocketAddress address,
AlluxioConfiguration conf,
boolean ignoreClusterConf,
boolean ignorePathConf)
Loads configuration from meta master in one RPC.
|
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 PathConfiguration |
ConfigurationUtils.getPathConf(GetConfigurationPResponse response,
AlluxioConfiguration clusterConf)
Loads the path level configuration from the get configuration response.
|
Modifier and Type | Method and Description |
---|---|
GetConfigurationPResponse |
Configuration.toProto() |
Modifier and Type | Method and Description |
---|---|
static Configuration |
Configuration.fromProto(GetConfigurationPResponse conf) |
Copyright © 2023. All Rights Reserved.