Package io.dingodb.node
Class NodeServiceGrpc.NodeServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<NodeServiceGrpc.NodeServiceFutureStub>
io.dingodb.node.NodeServiceGrpc.NodeServiceFutureStub
- Enclosing class:
- NodeServiceGrpc
public static final class NodeServiceGrpc.NodeServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<NodeServiceGrpc.NodeServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service NodeService.
-
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 TypeMethodDescriptionprotected NodeServiceGrpc.NodeServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<Node.ChangeLogLevelResponse>changeLogLevel(Node.ChangeLogLevelRequest request) Change the LogLevelcom.google.common.util.concurrent.ListenableFuture<Node.CheckVectorIndexResponse>Check region is hold vector indexcom.google.common.util.concurrent.ListenableFuture<Node.CommitMergeResponse>commitMerge(Node.CommitMergeRequest request) Launch CommitMerge commandcom.google.common.util.concurrent.ListenableFuture<Node.DeleteFailPointResponse>Delete failpointcom.google.common.util.concurrent.ListenableFuture<Node.MetricsResponse>dingoMetrics(Node.MetricsRequest request) Metrics for prometheuscom.google.common.util.concurrent.ListenableFuture<Node.GetFailPointResponse>getFailPoints(Node.GetFailPointRequest request) Get failpointcom.google.common.util.concurrent.ListenableFuture<Node.GetLogLevelResponse>getLogLevel(Node.GetLogLevelRequest request) Get current log level informationcom.google.common.util.concurrent.ListenableFuture<Node.GetMemoryStatsResponse>getMemoryStats(Node.GetMemoryStatsRequest request) tcmalloccom.google.common.util.concurrent.ListenableFuture<Node.GetNodeInfoResponse>getNodeInfo(Node.GetNodeInfoRequest request) GetNodeInfo in: cluster_id out: List<Node>com.google.common.util.concurrent.ListenableFuture<Node.GetRaftStatusResponse>getRaftStatus(Node.GetRaftStatusRequest request) com.google.common.util.concurrent.ListenableFuture<Node.GetRegionInfoResponse>getRegionInfo(Node.GetRegionInfoRequest request) com.google.common.util.concurrent.ListenableFuture<Node.GetVectorIndexSnapshotResponse>Get vector index snapshotcom.google.common.util.concurrent.ListenableFuture<Node.InstallVectorIndexSnapshotResponse>Install vector index snapshotcom.google.common.util.concurrent.ListenableFuture<Node.ReleaseFreeMemoryResponse>com.google.common.util.concurrent.ListenableFuture<Node.SetFailPointResponse>setFailPoint(Node.SetFailPointRequest request) Set failpointMethods inherited from class io.grpc.stub.AbstractFutureStub
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 NodeServiceGrpc.NodeServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<NodeServiceGrpc.NodeServiceFutureStub>
-
getNodeInfo
public com.google.common.util.concurrent.ListenableFuture<Node.GetNodeInfoResponse> getNodeInfo(Node.GetNodeInfoRequest request) GetNodeInfo in: cluster_id out: List<Node>
-
getRegionInfo
public com.google.common.util.concurrent.ListenableFuture<Node.GetRegionInfoResponse> getRegionInfo(Node.GetRegionInfoRequest request) -
getRaftStatus
public com.google.common.util.concurrent.ListenableFuture<Node.GetRaftStatusResponse> getRaftStatus(Node.GetRaftStatusRequest request) -
getLogLevel
public com.google.common.util.concurrent.ListenableFuture<Node.GetLogLevelResponse> getLogLevel(Node.GetLogLevelRequest request) Get current log level information
-
changeLogLevel
public com.google.common.util.concurrent.ListenableFuture<Node.ChangeLogLevelResponse> changeLogLevel(Node.ChangeLogLevelRequest request) Change the LogLevel
-
dingoMetrics
public com.google.common.util.concurrent.ListenableFuture<Node.MetricsResponse> dingoMetrics(Node.MetricsRequest request) Metrics for prometheus
-
setFailPoint
public com.google.common.util.concurrent.ListenableFuture<Node.SetFailPointResponse> setFailPoint(Node.SetFailPointRequest request) Set failpoint
-
getFailPoints
public com.google.common.util.concurrent.ListenableFuture<Node.GetFailPointResponse> getFailPoints(Node.GetFailPointRequest request) Get failpoint
-
deleteFailPoints
public com.google.common.util.concurrent.ListenableFuture<Node.DeleteFailPointResponse> deleteFailPoints(Node.DeleteFailPointRequest request) Delete failpoint
-
installVectorIndexSnapshot
public com.google.common.util.concurrent.ListenableFuture<Node.InstallVectorIndexSnapshotResponse> installVectorIndexSnapshot(Node.InstallVectorIndexSnapshotRequest request) Install vector index snapshot
-
getVectorIndexSnapshot
public com.google.common.util.concurrent.ListenableFuture<Node.GetVectorIndexSnapshotResponse> getVectorIndexSnapshot(Node.GetVectorIndexSnapshotRequest request) Get vector index snapshot
-
checkVectorIndex
public com.google.common.util.concurrent.ListenableFuture<Node.CheckVectorIndexResponse> checkVectorIndex(Node.CheckVectorIndexRequest request) Check region is hold vector index
-
commitMerge
public com.google.common.util.concurrent.ListenableFuture<Node.CommitMergeResponse> commitMerge(Node.CommitMergeRequest request) Launch CommitMerge command
-
getMemoryStats
public com.google.common.util.concurrent.ListenableFuture<Node.GetMemoryStatsResponse> getMemoryStats(Node.GetMemoryStatsRequest request) tcmalloc
-
releaseFreeMemory
public com.google.common.util.concurrent.ListenableFuture<Node.ReleaseFreeMemoryResponse> releaseFreeMemory(Node.ReleaseFreeMemoryRequest request)
-