Class GRpcPingServiceImpl
- java.lang.Object
-
- com.netflix.genie.proto.PingServiceGrpc.PingServiceImplBase
-
- com.netflix.genie.web.agent.apis.rpc.v4.endpoints.GRpcPingServiceImpl
-
- All Implemented Interfaces:
io.grpc.BindableService
public class GRpcPingServiceImpl extends com.netflix.genie.proto.PingServiceGrpc.PingServiceImplBase
Implementation of the Ping service definition.- Since:
- 4.0.0
-
-
Constructor Summary
Constructors Constructor Description GRpcPingServiceImpl(GenieHostInfo genieHostInfo)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
ping(com.netflix.genie.proto.PingRequest request, io.grpc.stub.StreamObserver<com.netflix.genie.proto.PongResponse> responseObserver)
-
-
-
Constructor Detail
-
GRpcPingServiceImpl
public GRpcPingServiceImpl(GenieHostInfo genieHostInfo)
Constructor.- Parameters:
genieHostInfo
- The information about the host that this Genie instance is running on
-
-