Package io.dingodb.node
Class NodeServiceGrpc
java.lang.Object
io.dingodb.node.NodeServiceGrpc
@Generated(value="by gRPC proto compiler (version 1.69.0)",
comments="Source: node.proto")
public final class NodeServiceGrpc
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classA stub to allow clients to do synchronous rpc calls to service NodeService.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service NodeService.static classBase class for the server implementation of the service NodeService.static final classA stub to allow clients to do asynchronous rpc calls to service NodeService. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionbindService(NodeServiceGrpc.AsyncService service) static io.grpc.MethodDescriptor<Node.ChangeLogLevelRequest,Node.ChangeLogLevelResponse> static io.grpc.MethodDescriptor<Node.CheckVectorIndexRequest,Node.CheckVectorIndexResponse> static io.grpc.MethodDescriptor<Node.CommitMergeRequest,Node.CommitMergeResponse> static io.grpc.MethodDescriptor<Node.DeleteFailPointRequest,Node.DeleteFailPointResponse> static io.grpc.MethodDescriptor<Node.MetricsRequest,Node.MetricsResponse> static io.grpc.MethodDescriptor<Node.GetFailPointRequest,Node.GetFailPointResponse> static io.grpc.MethodDescriptor<Node.GetLogLevelRequest,Node.GetLogLevelResponse> static io.grpc.MethodDescriptor<Node.GetMemoryStatsRequest,Node.GetMemoryStatsResponse> static io.grpc.MethodDescriptor<Node.GetNodeInfoRequest,Node.GetNodeInfoResponse> static io.grpc.MethodDescriptor<Node.GetRaftStatusRequest,Node.GetRaftStatusResponse> static io.grpc.MethodDescriptor<Node.GetRegionInfoRequest,Node.GetRegionInfoResponse> static io.grpc.MethodDescriptor<Node.GetVectorIndexSnapshotRequest,Node.GetVectorIndexSnapshotResponse> static io.grpc.MethodDescriptor<Node.InstallVectorIndexSnapshotRequest,Node.InstallVectorIndexSnapshotResponse> static io.grpc.MethodDescriptor<Node.ReleaseFreeMemoryRequest,Node.ReleaseFreeMemoryResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<Node.SetFailPointRequest,Node.SetFailPointResponse> 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
-
getGetNodeInfoMethod
public static io.grpc.MethodDescriptor<Node.GetNodeInfoRequest,Node.GetNodeInfoResponse> getGetNodeInfoMethod() -
getGetRegionInfoMethod
public static io.grpc.MethodDescriptor<Node.GetRegionInfoRequest,Node.GetRegionInfoResponse> getGetRegionInfoMethod() -
getGetRaftStatusMethod
public static io.grpc.MethodDescriptor<Node.GetRaftStatusRequest,Node.GetRaftStatusResponse> getGetRaftStatusMethod() -
getGetLogLevelMethod
public static io.grpc.MethodDescriptor<Node.GetLogLevelRequest,Node.GetLogLevelResponse> getGetLogLevelMethod() -
getChangeLogLevelMethod
public static io.grpc.MethodDescriptor<Node.ChangeLogLevelRequest,Node.ChangeLogLevelResponse> getChangeLogLevelMethod() -
getDingoMetricsMethod
public static io.grpc.MethodDescriptor<Node.MetricsRequest,Node.MetricsResponse> getDingoMetricsMethod() -
getSetFailPointMethod
public static io.grpc.MethodDescriptor<Node.SetFailPointRequest,Node.SetFailPointResponse> getSetFailPointMethod() -
getGetFailPointsMethod
public static io.grpc.MethodDescriptor<Node.GetFailPointRequest,Node.GetFailPointResponse> getGetFailPointsMethod() -
getDeleteFailPointsMethod
public static io.grpc.MethodDescriptor<Node.DeleteFailPointRequest,Node.DeleteFailPointResponse> getDeleteFailPointsMethod() -
getInstallVectorIndexSnapshotMethod
public static io.grpc.MethodDescriptor<Node.InstallVectorIndexSnapshotRequest,Node.InstallVectorIndexSnapshotResponse> getInstallVectorIndexSnapshotMethod() -
getGetVectorIndexSnapshotMethod
public static io.grpc.MethodDescriptor<Node.GetVectorIndexSnapshotRequest,Node.GetVectorIndexSnapshotResponse> getGetVectorIndexSnapshotMethod() -
getCheckVectorIndexMethod
public static io.grpc.MethodDescriptor<Node.CheckVectorIndexRequest,Node.CheckVectorIndexResponse> getCheckVectorIndexMethod() -
getCommitMergeMethod
public static io.grpc.MethodDescriptor<Node.CommitMergeRequest,Node.CommitMergeResponse> getCommitMergeMethod() -
getGetMemoryStatsMethod
public static io.grpc.MethodDescriptor<Node.GetMemoryStatsRequest,Node.GetMemoryStatsResponse> getGetMemoryStatsMethod() -
getReleaseFreeMemoryMethod
public static io.grpc.MethodDescriptor<Node.ReleaseFreeMemoryRequest,Node.ReleaseFreeMemoryResponse> getReleaseFreeMemoryMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
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(NodeServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-