Package api
Class QueueServiceGrpc.QueueServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<QueueServiceGrpc.QueueServiceBlockingStub>
-
- api.QueueServiceGrpc.QueueServiceBlockingStub
-
- Enclosing class:
- QueueServiceGrpc
public static final class QueueServiceGrpc.QueueServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<QueueServiceGrpc.QueueServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service QueueService.
-
-
Method Summary
-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected QueueServiceGrpc.QueueServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<QueueServiceGrpc.QueueServiceBlockingStub>
-
createQueue
public com.google.protobuf.Empty createQueue(SubmitOuterClass.Queue request)
-
createQueues
public SubmitOuterClass.BatchQueueCreateResponse createQueues(SubmitOuterClass.QueueList request)
-
updateQueue
public com.google.protobuf.Empty updateQueue(SubmitOuterClass.Queue request)
-
updateQueues
public SubmitOuterClass.BatchQueueUpdateResponse updateQueues(SubmitOuterClass.QueueList request)
-
deleteQueue
public com.google.protobuf.Empty deleteQueue(SubmitOuterClass.QueueDeleteRequest request)
-
getQueue
public SubmitOuterClass.Queue getQueue(SubmitOuterClass.QueueGetRequest request)
-
getQueues
public Iterator<SubmitOuterClass.StreamingQueueMessage> getQueues(SubmitOuterClass.StreamingQueueGetRequest request)
-
cordonQueue
public com.google.protobuf.Empty cordonQueue(SubmitOuterClass.QueueCordonRequest request)
-
uncordonQueue
public com.google.protobuf.Empty uncordonQueue(SubmitOuterClass.QueueUncordonRequest request)
-
preemptOnQueue
public com.google.protobuf.Empty preemptOnQueue(SubmitOuterClass.QueuePreemptRequest request)
-
cancelOnQueue
public com.google.protobuf.Empty cancelOnQueue(SubmitOuterClass.QueueCancelRequest request)
-
-