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
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    ping(com.netflix.genie.proto.PingRequest request, io.grpc.stub.StreamObserver<com.netflix.genie.proto.PongResponse> responseObserver)

    Methods inherited from class com.netflix.genie.proto.PingServiceGrpc.PingServiceImplBase

    bindService

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GRpcPingServiceImpl

      public GRpcPingServiceImpl(GenieHostInfo genieHostInfo)
      Constructor.
      Parameters:
      genieHostInfo - The information about the host that this Genie instance is running on
  • Method Details

    • ping

      public void ping(com.netflix.genie.proto.PingRequest request, io.grpc.stub.StreamObserver<com.netflix.genie.proto.PongResponse> responseObserver)
      Overrides:
      ping in class com.netflix.genie.proto.PingServiceGrpc.PingServiceImplBase