Package api
Class ExecutorGrpc.ExecutorBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<ExecutorGrpc.ExecutorBlockingStub>
-
- api.ExecutorGrpc.ExecutorBlockingStub
-
- Enclosing class:
- ExecutorGrpc
public static final class ExecutorGrpc.ExecutorBlockingStub extends io.grpc.stub.AbstractBlockingStub<ExecutorGrpc.ExecutorBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Executor.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ExecutorGrpc.ExecutorBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.protobuf.EmptycancelOnExecutor(ExecutorOuterClass.ExecutorCancelRequest request)com.google.protobuf.EmptydeleteExecutorSettings(ExecutorOuterClass.ExecutorSettingsDeleteRequest request)com.google.protobuf.EmptypreemptOnExecutor(ExecutorOuterClass.ExecutorPreemptRequest request)com.google.protobuf.EmptyupsertExecutorSettings(ExecutorOuterClass.ExecutorSettingsUpsertRequest request)-
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 ExecutorGrpc.ExecutorBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ExecutorGrpc.ExecutorBlockingStub>
-
upsertExecutorSettings
public com.google.protobuf.Empty upsertExecutorSettings(ExecutorOuterClass.ExecutorSettingsUpsertRequest request)
-
deleteExecutorSettings
public com.google.protobuf.Empty deleteExecutorSettings(ExecutorOuterClass.ExecutorSettingsDeleteRequest request)
-
preemptOnExecutor
public com.google.protobuf.Empty preemptOnExecutor(ExecutorOuterClass.ExecutorPreemptRequest request)
-
cancelOnExecutor
public com.google.protobuf.Empty cancelOnExecutor(ExecutorOuterClass.ExecutorCancelRequest request)
-
-