@NotThreadSafe public final class MetaMasterProxyServiceHandler extends MetaMasterProxyServiceGrpc.MetaMasterProxyServiceImplBase
Constructor and Description |
---|
MetaMasterProxyServiceHandler(MetaMaster metaMaster)
Creates a new instance of
MetaMasterProxyServiceHandler . |
Modifier and Type | Method and Description |
---|---|
void |
proxyHeartbeat(ProxyHeartbeatPRequest request,
io.grpc.stub.StreamObserver<ProxyHeartbeatPResponse> responseObserver)
Stateless heartbeat from proxy instances to report the current status.
|
bindService
public MetaMasterProxyServiceHandler(MetaMaster metaMaster)
MetaMasterProxyServiceHandler
.metaMaster
- the Alluxio meta masterpublic void proxyHeartbeat(ProxyHeartbeatPRequest request, io.grpc.stub.StreamObserver<ProxyHeartbeatPResponse> responseObserver)
MetaMasterProxyServiceGrpc.AsyncService
Stateless heartbeat from proxy instances to report the current status.
Copyright © 2023. All Rights Reserved.