Package io.dingodb.version
Class VersionServiceGrpc
java.lang.Object
io.dingodb.version.VersionServiceGrpc
@Generated(value="by gRPC proto compiler (version 1.69.0)",
comments="Source: version.proto")
public final class VersionServiceGrpc
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classA stub to allow clients to do synchronous rpc calls to service VersionService.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service VersionService.static classBase class for the server implementation of the service VersionService.static final classA stub to allow clients to do asynchronous rpc calls to service VersionService. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionstatic io.grpc.MethodDescriptor<Version.GetCurrVersionRequest,Version.GetCurrVersionResponse> static io.grpc.MethodDescriptor<Version.HelloRequest,Version.HelloResponse> static io.grpc.MethodDescriptor<Version.GetNewVersionRequest,Version.GetNewVersionResponse> static io.grpc.MethodDescriptor<Version.GetRawKvIndexRequest,Version.GetRawKvIndexResponse> static io.grpc.MethodDescriptor<Version.GetRawKvRevRequest,Version.GetRawKvRevResponse> static io.grpc.MethodDescriptor<Version.HelloRequest,Version.HelloResponse> static io.grpc.MethodDescriptor<Version.CompactionRequest,Version.CompactionResponse> static io.grpc.MethodDescriptor<Version.DeleteRangeRequest,Version.DeleteRangeResponse> static io.grpc.MethodDescriptor<Version.PutRequest,Version.PutResponse> static io.grpc.MethodDescriptor<Version.RangeRequest,Version.RangeResponse> static io.grpc.MethodDescriptor<Version.LeaseGrantRequest,Version.LeaseGrantResponse> static io.grpc.MethodDescriptor<Version.LeaseQueryRequest,Version.LeaseQueryResponse> static io.grpc.MethodDescriptor<Version.LeaseRenewRequest,Version.LeaseRenewResponse> static io.grpc.MethodDescriptor<Version.LeaseRevokeRequest,Version.LeaseRevokeResponse> static io.grpc.MethodDescriptor<Version.ListLeasesRequest,Version.ListLeasesResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<Version.WatchRequest,Version.WatchResponse> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(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
-
getHelloMethod
-
getGetMemoryInfoMethod
public static io.grpc.MethodDescriptor<Version.HelloRequest,Version.HelloResponse> getGetMemoryInfoMethod() -
getGetCurrVersionMethod
public static io.grpc.MethodDescriptor<Version.GetCurrVersionRequest,Version.GetCurrVersionResponse> getGetCurrVersionMethod() -
getGetNewVersionMethod
public static io.grpc.MethodDescriptor<Version.GetNewVersionRequest,Version.GetNewVersionResponse> getGetNewVersionMethod() -
getKvRangeMethod
public static io.grpc.MethodDescriptor<Version.RangeRequest,Version.RangeResponse> getKvRangeMethod() -
getKvPutMethod
-
getKvDeleteRangeMethod
public static io.grpc.MethodDescriptor<Version.DeleteRangeRequest,Version.DeleteRangeResponse> getKvDeleteRangeMethod() -
getKvCompactionMethod
public static io.grpc.MethodDescriptor<Version.CompactionRequest,Version.CompactionResponse> getKvCompactionMethod() -
getLeaseGrantMethod
public static io.grpc.MethodDescriptor<Version.LeaseGrantRequest,Version.LeaseGrantResponse> getLeaseGrantMethod() -
getLeaseRevokeMethod
public static io.grpc.MethodDescriptor<Version.LeaseRevokeRequest,Version.LeaseRevokeResponse> getLeaseRevokeMethod() -
getLeaseRenewMethod
public static io.grpc.MethodDescriptor<Version.LeaseRenewRequest,Version.LeaseRenewResponse> getLeaseRenewMethod() -
getLeaseQueryMethod
public static io.grpc.MethodDescriptor<Version.LeaseQueryRequest,Version.LeaseQueryResponse> getLeaseQueryMethod() -
getListLeasesMethod
public static io.grpc.MethodDescriptor<Version.ListLeasesRequest,Version.ListLeasesResponse> getListLeasesMethod() -
getWatchMethod
-
getGetRawKvIndexMethod
public static io.grpc.MethodDescriptor<Version.GetRawKvIndexRequest,Version.GetRawKvIndexResponse> getGetRawKvIndexMethod() -
getGetRawKvRevMethod
public static io.grpc.MethodDescriptor<Version.GetRawKvRevRequest,Version.GetRawKvRevResponse> getGetRawKvRevMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static VersionServiceGrpc.VersionServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(VersionServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-