Package com.netflix.genie.web.agent.apis.rpc.v4.endpoints
@ParametersAreNonnullByDefault
package com.netflix.genie.web.agent.apis.rpc.v4.endpoints
Implementations of V4 gRPC service interfaces.
- Since:
- 4.0.0
-
ClassDescription
AgentFileStreamService
gRPC implementation.An edge gRPC service that uses bi-directional streaming.Implementation ofJobKillService
which uses parked gRPC requests to tell the agent to shutdown via a user kill request if the job is in an active state.Extension ofJobServiceGrpc.JobServiceImplBase
to provide functionality for resolving and fetching specifications for jobs to be run by the Genie Agent.Implementation of the Ping service definition.Utility/helper to map exceptions into protocol responses.