public abstract static class MetaMasterConfigurationServiceGrpc.MetaMasterConfigurationServiceImplBase extends Object implements io.grpc.BindableService
This interface contains meta master service endpoints for Alluxio clients to query cluster configuration.
Constructor and Description |
---|
MetaMasterConfigurationServiceImplBase() |
Modifier and Type | Method and Description |
---|---|
io.grpc.ServerServiceDefinition |
bindService() |
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.
|
public MetaMasterConfigurationServiceImplBase()
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.
public final io.grpc.ServerServiceDefinition bindService()
bindService
in interface io.grpc.BindableService
Copyright © 2023. All Rights Reserved.