public static final class MetaMasterConfigurationServiceGrpc.MetaMasterConfigurationServiceStub extends io.grpc.stub.AbstractAsyncStub<MetaMasterConfigurationServiceGrpc.MetaMasterConfigurationServiceStub>
This interface contains meta master service endpoints for Alluxio clients to query cluster configuration.
Modifier and Type | Method and Description |
---|---|
protected MetaMasterConfigurationServiceGrpc.MetaMasterConfigurationServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
getConfigHash(GetConfigHashPOptions request,
io.grpc.stub.StreamObserver<GetConfigHashPResponse> responseObserver)
Returns the hashes of cluster and path level configurations.
|
void |
getConfiguration(GetConfigurationPOptions request,
io.grpc.stub.StreamObserver<GetConfigurationPResponse> responseObserver)
Returns a list of Alluxio runtime configuration information.
|
void |
removePathConfiguration(RemovePathConfigurationPRequest request,
io.grpc.stub.StreamObserver<RemovePathConfigurationPResponse> responseObserver)
Removes properties for a path, if the keys are empty, it means remove all properties.
|
void |
setPathConfiguration(SetPathConfigurationPRequest request,
io.grpc.stub.StreamObserver<SetPathConfigurationPResponse> responseObserver)
Sets a property for a path.
|
protected MetaMasterConfigurationServiceGrpc.MetaMasterConfigurationServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<MetaMasterConfigurationServiceGrpc.MetaMasterConfigurationServiceStub>
public void getConfiguration(GetConfigurationPOptions request, io.grpc.stub.StreamObserver<GetConfigurationPResponse> responseObserver)
Returns a list of Alluxio runtime configuration information.
public void setPathConfiguration(SetPathConfigurationPRequest request, io.grpc.stub.StreamObserver<SetPathConfigurationPResponse> responseObserver)
Sets a property for a path.
public void removePathConfiguration(RemovePathConfigurationPRequest request, io.grpc.stub.StreamObserver<RemovePathConfigurationPResponse> responseObserver)
Removes properties for a path, if the keys are empty, it means remove all properties.
public void getConfigHash(GetConfigHashPOptions request, io.grpc.stub.StreamObserver<GetConfigHashPResponse> responseObserver)
Returns the hashes of cluster and path level configurations.
Copyright © 2023. All Rights Reserved.