@Generated(value="by gRPC proto compiler", comments="Source: grpc/testing/services.proto") public final class WorkerServiceGrpc extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
WorkerServiceGrpc.AsyncService |
static class |
WorkerServiceGrpc.WorkerServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service WorkerService.
|
static class |
WorkerServiceGrpc.WorkerServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service WorkerService.
|
static class |
WorkerServiceGrpc.WorkerServiceImplBase
Base class for the server implementation of the service WorkerService.
|
static class |
WorkerServiceGrpc.WorkerServiceStub
A stub to allow clients to do asynchronous rpc calls to service WorkerService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(WorkerServiceGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<Control.CoreRequest,Control.CoreResponse> |
getCoreCountMethod() |
static io.grpc.MethodDescriptor<Control.Void,Control.Void> |
getQuitWorkerMethod() |
static io.grpc.MethodDescriptor<Control.ClientArgs,Control.ClientStatus> |
getRunClientMethod() |
static io.grpc.MethodDescriptor<Control.ServerArgs,Control.ServerStatus> |
getRunServerMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static WorkerServiceGrpc.WorkerServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static WorkerServiceGrpc.WorkerServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static WorkerServiceGrpc.WorkerServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<Control.ServerArgs,Control.ServerStatus> getRunServerMethod()
public static io.grpc.MethodDescriptor<Control.ClientArgs,Control.ClientStatus> getRunClientMethod()
public static io.grpc.MethodDescriptor<Control.CoreRequest,Control.CoreResponse> getCoreCountMethod()
public static io.grpc.MethodDescriptor<Control.Void,Control.Void> getQuitWorkerMethod()
public static WorkerServiceGrpc.WorkerServiceStub newStub(io.grpc.Channel channel)
public static WorkerServiceGrpc.WorkerServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static WorkerServiceGrpc.WorkerServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(WorkerServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()