public final class MetaMasterConfigurationServiceHandler extends MetaMasterConfigurationServiceGrpc.MetaMasterConfigurationServiceImplBase
| Constructor and Description |
|---|
MetaMasterConfigurationServiceHandler(MetaMaster metaMaster) |
| Modifier and Type | Method and Description |
|---|---|
void |
getConfigHash(GetConfigHashPOptions request,
io.grpc.stub.StreamObserver<GetConfigHashPResponse> responseObserver) |
void |
getConfiguration(GetConfigurationPOptions options,
io.grpc.stub.StreamObserver<GetConfigurationPResponse> responseObserver) |
void |
removePathConfiguration(RemovePathConfigurationPRequest request,
io.grpc.stub.StreamObserver<RemovePathConfigurationPResponse> responseObserver) |
void |
setPathConfiguration(SetPathConfigurationPRequest request,
io.grpc.stub.StreamObserver<SetPathConfigurationPResponse> responseObserver) |
bindServicepublic MetaMasterConfigurationServiceHandler(MetaMaster metaMaster)
metaMaster - the Alluxio meta masterpublic void getConfiguration(GetConfigurationPOptions options, io.grpc.stub.StreamObserver<GetConfigurationPResponse> responseObserver)
public void getConfigHash(GetConfigHashPOptions request, io.grpc.stub.StreamObserver<GetConfigHashPResponse> responseObserver)
public void setPathConfiguration(SetPathConfigurationPRequest request, io.grpc.stub.StreamObserver<SetPathConfigurationPResponse> responseObserver)
public void removePathConfiguration(RemovePathConfigurationPRequest request, io.grpc.stub.StreamObserver<RemovePathConfigurationPResponse> responseObserver)
Copyright © 2019. All Rights Reserved.