Class ControllerApiGrpc
java.lang.Object
io.deephaven.proto.controller.grpc.ControllerApiGrpc
@Generated(value="by gRPC proto compiler (version 1.61.0)",
comments="Source: deephaven_enterprise/proto/controller_service.proto")
public final class ControllerApiGrpc
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static final class
A stub to allow clients to do synchronous rpc calls to service ControllerApi.static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service ControllerApi.static class
Base class for the server implementation of the service ControllerApi.static final class
A stub to allow clients to do asynchronous rpc calls to service ControllerApi. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.deephaven.shadow.core.io.grpc.ServerServiceDefinition
static io.deephaven.shadow.core.io.grpc.MethodDescriptor<AddQueryRequest,
AddQueryResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<AuthenticationRequest,
AuthenticationResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<DetermineDispatcherRequest,
DetermineDispatcherResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<GetConfigurationRequest,
GetConfigurationResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<GetScriptRequest,
GetScriptResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<GetScriptPathsRequest,
GetScriptPathsResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<InvalidateCookieRequest,
InvalidateCookieResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<ModifyQueryRequest,
ModifyQueryResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<PingRequest,
PingResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<ReloadConfigRequest,
ReloadConfigResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<RemoveQueryRequest,
RemoveQueryResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<RestartQueryRequest,
RestartQueryResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<RestartReplicaRequest,
RestartReplicaResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<ServerSelectionAdminRequest,
ServerSelectionAdminResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<ServerSelectionStatusRequest,
ServerSelectionStatusResponse> static io.deephaven.shadow.core.io.grpc.ServiceDescriptor
static io.deephaven.shadow.core.io.grpc.MethodDescriptor<StatusUpdateRequest,
StatusUpdateResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<StopQueryRequest,
StopQueryResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<StopReplicaRequest,
StopReplicaResponse> static io.deephaven.shadow.core.io.grpc.MethodDescriptor<SubscribeRequest,
SubscribeResponse> newBlockingStub
(io.deephaven.shadow.core.io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub
(io.deephaven.shadow.core.io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub
(io.deephaven.shadow.core.io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getAuthenticateMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<AuthenticationRequest,AuthenticationResponse> getAuthenticateMethod() -
getAddQueryMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<AddQueryRequest,AddQueryResponse> getAddQueryMethod() -
getRemoveQueryMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<RemoveQueryRequest,RemoveQueryResponse> getRemoveQueryMethod() -
getModifyQueryMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<ModifyQueryRequest,ModifyQueryResponse> getModifyQueryMethod() -
getRestartQueryMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<RestartQueryRequest,RestartQueryResponse> getRestartQueryMethod() -
getStopQueryMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<StopQueryRequest,StopQueryResponse> getStopQueryMethod() -
getRestartReplicaMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<RestartReplicaRequest,RestartReplicaResponse> getRestartReplicaMethod() -
getStopReplicaMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<StopReplicaRequest,StopReplicaResponse> getStopReplicaMethod() -
getDetermineDispatcherMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<DetermineDispatcherRequest,DetermineDispatcherResponse> getDetermineDispatcherMethod() -
getSelectionProviderStatusMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<ServerSelectionStatusRequest,ServerSelectionStatusResponse> getSelectionProviderStatusMethod() -
getSelectionProviderAdminMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<ServerSelectionAdminRequest,ServerSelectionAdminResponse> getSelectionProviderAdminMethod() -
getGetConfigurationMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<GetConfigurationRequest,GetConfigurationResponse> getGetConfigurationMethod() -
getGetScriptPathsMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<GetScriptPathsRequest,GetScriptPathsResponse> getGetScriptPathsMethod() -
getGetScriptMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<GetScriptRequest,GetScriptResponse> getGetScriptMethod() -
getStatusUpdateMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<StatusUpdateRequest,StatusUpdateResponse> getStatusUpdateMethod() -
getReloadConfigMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<ReloadConfigRequest,ReloadConfigResponse> getReloadConfigMethod() -
getPingMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<PingRequest,PingResponse> getPingMethod() -
getSubscribeMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<SubscribeRequest,SubscribeResponse> getSubscribeMethod() -
getInvalidateCookieMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<InvalidateCookieRequest,InvalidateCookieResponse> getInvalidateCookieMethod() -
newStub
public static ControllerApiGrpc.ControllerApiStub newStub(io.deephaven.shadow.core.io.grpc.Channel channel) Creates a new async stub that supports all call types for the service -
newBlockingStub
public static ControllerApiGrpc.ControllerApiBlockingStub newBlockingStub(io.deephaven.shadow.core.io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static ControllerApiGrpc.ControllerApiFutureStub newFutureStub(io.deephaven.shadow.core.io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.deephaven.shadow.core.io.grpc.ServerServiceDefinition bindService(ControllerApiGrpc.AsyncService service) -
getServiceDescriptor
public static io.deephaven.shadow.core.io.grpc.ServiceDescriptor getServiceDescriptor()
-