Class ControllerApiGrpc
java.lang.Object
io.deephaven.proto.controller.grpc.ControllerApiGrpc
@Generated(value="by gRPC proto compiler (version 1.46.0)",
comments="Source: deephaven_enterprise/proto/controller_service.proto")
public final class ControllerApiGrpc
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classstatic classstatic final class -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic 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.ServiceDescriptorstatic 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<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() -
getDetermineDispatcherMethod
public static io.deephaven.shadow.core.io.grpc.MethodDescriptor<DetermineDispatcherRequest,DetermineDispatcherResponse> getDetermineDispatcherMethod() -
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 -
getServiceDescriptor
public static io.deephaven.shadow.core.io.grpc.ServiceDescriptor getServiceDescriptor()
-