@Generated(value="by gRPC proto compiler (version 1.2.0)",
comments="Source: dstore/engine/engine_service.proto")
public final class EngineGrpc
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EngineGrpc.EngineBlockingStub |
static class |
EngineGrpc.EngineFutureStub |
static class |
EngineGrpc.EngineImplBase |
static class |
EngineGrpc.EngineStub |
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<StringValue,StringValue> |
METHOD_CREATE_UNIQUE_ID |
static io.grpc.MethodDescriptor<Procedure.Call,Procedure.Response> |
METHOD_EXEC_BATCH |
static io.grpc.MethodDescriptor<Procedure.Call,Procedure.Response> |
METHOD_EXEC_PROCEDURE |
static io.grpc.MethodDescriptor<StringValue,BooleanValue> |
METHOD_IS_VALID_UNIQUE_ID |
static java.lang.String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static EngineGrpc.EngineBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static EngineGrpc.EngineFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static EngineGrpc.EngineStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Procedure.Call,Procedure.Response> METHOD_EXEC_PROCEDURE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<Procedure.Call,Procedure.Response> METHOD_EXEC_BATCH
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<StringValue,StringValue> METHOD_CREATE_UNIQUE_ID
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<StringValue,BooleanValue> METHOD_IS_VALID_UNIQUE_ID
public static EngineGrpc.EngineStub newStub(io.grpc.Channel channel)
public static EngineGrpc.EngineBlockingStub newBlockingStub(io.grpc.Channel channel)
public static EngineGrpc.EngineFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()