Package api
Class SubmitGrpc.SubmitImplBase
- java.lang.Object
-
- api.SubmitGrpc.SubmitImplBase
-
- All Implemented Interfaces:
SubmitGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- SubmitGrpc
public abstract static class SubmitGrpc.SubmitImplBase extends Object implements io.grpc.BindableService, SubmitGrpc.AsyncService
Base class for the server implementation of the service Submit.
-
-
Constructor Summary
Constructors Constructor Description SubmitImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface api.SubmitGrpc.AsyncService
cancelJobs, cancelJobSet, createQueue, createQueues, deleteQueue, getQueue, getQueues, health, preemptJobs, reprioritizeJobs, submitJobs, updateQueue, updateQueues
-
-