Class ServiceRegistryApiGrpc.ServiceRegistryApiBlockingV2Stub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<ServiceRegistryApiGrpc.ServiceRegistryApiBlockingV2Stub>
io.deephaven.proto.serviceregistry.grpc.ServiceRegistryApiGrpc.ServiceRegistryApiBlockingV2Stub
- Enclosing class:
- ServiceRegistryApiGrpc
public static final class ServiceRegistryApiGrpc.ServiceRegistryApiBlockingV2Stub
extends io.grpc.stub.AbstractBlockingStub<ServiceRegistryApiGrpc.ServiceRegistryApiBlockingV2Stub>
A stub to allow clients to do synchronous rpc calls to service ServiceRegistryApi.
Remoting for the ServiceRegistry interface.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionabout(AboutRequest request) build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) getEndpointConfigs(GetConfigsRequest request) renewLease(RenewLeaseRequest request) revokeLease(RevokeLeaseRequest request) Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected ServiceRegistryApiGrpc.ServiceRegistryApiBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<ServiceRegistryApiGrpc.ServiceRegistryApiBlockingV2Stub>
-
about
- Throws:
io.grpc.StatusException
-
registerEndpointConfig
public RegisterRoutingEndpointConfigResponse registerEndpointConfig(RegisterRoutingEndpointConfigRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
revokeLease
- Throws:
io.grpc.StatusException
-
renewLease
- Throws:
io.grpc.StatusException
-
getEndpointConfig
public RoutingEndpointConfigResponse getEndpointConfig(RoutingEndpointConfigRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
getEndpointConfigs
public GetConfigsResponse getEndpointConfigs(GetConfigsRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
getAllEndpointConfigs
public GetAllConfigsResponse getAllEndpointConfigs(GetAllConfigsRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-