Package api
Class SubmitGrpc
- java.lang.Object
-
- api.SubmitGrpc
-
public final class SubmitGrpc extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSubmitGrpc.AsyncServicestatic classSubmitGrpc.SubmitBlockingStubA stub to allow clients to do synchronous rpc calls to service Submit.static classSubmitGrpc.SubmitFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Submit.static classSubmitGrpc.SubmitImplBaseBase class for the server implementation of the service Submit.static classSubmitGrpc.SubmitStubA stub to allow clients to do asynchronous rpc calls to service Submit.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(SubmitGrpc.AsyncService service)static io.grpc.MethodDescriptor<SubmitOuterClass.JobSetCancelRequest,com.google.protobuf.Empty>getCancelJobSetMethod()static io.grpc.MethodDescriptor<SubmitOuterClass.JobCancelRequest,SubmitOuterClass.CancellationResult>getCancelJobsMethod()static io.grpc.MethodDescriptor<SubmitOuterClass.Queue,com.google.protobuf.Empty>getCreateQueueMethod()static io.grpc.MethodDescriptor<SubmitOuterClass.QueueList,SubmitOuterClass.BatchQueueCreateResponse>getCreateQueuesMethod()static io.grpc.MethodDescriptor<SubmitOuterClass.QueueDeleteRequest,com.google.protobuf.Empty>getDeleteQueueMethod()static io.grpc.MethodDescriptor<SubmitOuterClass.QueueGetRequest,SubmitOuterClass.Queue>getGetQueueMethod()static io.grpc.MethodDescriptor<SubmitOuterClass.StreamingQueueGetRequest,SubmitOuterClass.StreamingQueueMessage>getGetQueuesMethod()static io.grpc.MethodDescriptor<com.google.protobuf.Empty,Health.HealthCheckResponse>getHealthMethod()static io.grpc.MethodDescriptor<SubmitOuterClass.JobPreemptRequest,com.google.protobuf.Empty>getPreemptJobsMethod()static io.grpc.MethodDescriptor<SubmitOuterClass.JobReprioritizeRequest,SubmitOuterClass.JobReprioritizeResponse>getReprioritizeJobsMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<SubmitOuterClass.JobSubmitRequest,SubmitOuterClass.JobSubmitResponse>getSubmitJobsMethod()static io.grpc.MethodDescriptor<SubmitOuterClass.Queue,com.google.protobuf.Empty>getUpdateQueueMethod()static io.grpc.MethodDescriptor<SubmitOuterClass.QueueList,SubmitOuterClass.BatchQueueUpdateResponse>getUpdateQueuesMethod()static SubmitGrpc.SubmitBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic SubmitGrpc.SubmitFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic SubmitGrpc.SubmitStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSubmitJobsMethod
public static io.grpc.MethodDescriptor<SubmitOuterClass.JobSubmitRequest,SubmitOuterClass.JobSubmitResponse> getSubmitJobsMethod()
-
getCancelJobsMethod
public static io.grpc.MethodDescriptor<SubmitOuterClass.JobCancelRequest,SubmitOuterClass.CancellationResult> getCancelJobsMethod()
-
getCancelJobSetMethod
public static io.grpc.MethodDescriptor<SubmitOuterClass.JobSetCancelRequest,com.google.protobuf.Empty> getCancelJobSetMethod()
-
getReprioritizeJobsMethod
public static io.grpc.MethodDescriptor<SubmitOuterClass.JobReprioritizeRequest,SubmitOuterClass.JobReprioritizeResponse> getReprioritizeJobsMethod()
-
getPreemptJobsMethod
public static io.grpc.MethodDescriptor<SubmitOuterClass.JobPreemptRequest,com.google.protobuf.Empty> getPreemptJobsMethod()
-
getCreateQueueMethod
public static io.grpc.MethodDescriptor<SubmitOuterClass.Queue,com.google.protobuf.Empty> getCreateQueueMethod()
-
getCreateQueuesMethod
public static io.grpc.MethodDescriptor<SubmitOuterClass.QueueList,SubmitOuterClass.BatchQueueCreateResponse> getCreateQueuesMethod()
-
getUpdateQueueMethod
public static io.grpc.MethodDescriptor<SubmitOuterClass.Queue,com.google.protobuf.Empty> getUpdateQueueMethod()
-
getUpdateQueuesMethod
public static io.grpc.MethodDescriptor<SubmitOuterClass.QueueList,SubmitOuterClass.BatchQueueUpdateResponse> getUpdateQueuesMethod()
-
getDeleteQueueMethod
public static io.grpc.MethodDescriptor<SubmitOuterClass.QueueDeleteRequest,com.google.protobuf.Empty> getDeleteQueueMethod()
-
getGetQueueMethod
public static io.grpc.MethodDescriptor<SubmitOuterClass.QueueGetRequest,SubmitOuterClass.Queue> getGetQueueMethod()
-
getGetQueuesMethod
public static io.grpc.MethodDescriptor<SubmitOuterClass.StreamingQueueGetRequest,SubmitOuterClass.StreamingQueueMessage> getGetQueuesMethod()
-
getHealthMethod
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,Health.HealthCheckResponse> getHealthMethod()
-
newStub
public static SubmitGrpc.SubmitStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static SubmitGrpc.SubmitBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static SubmitGrpc.SubmitFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(SubmitGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-