Package io.dingodb.sdk.service.desc.node
Interface NodeServiceDescriptors
public interface NodeServiceDescriptors
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.grpc.MethodDescriptor<ChangeLogLevelRequest,ChangeLogLevelResponse> static final ServiceCallCycles<ChangeLogLevelRequest,ChangeLogLevelResponse> static final io.grpc.MethodDescriptor<CheckVectorIndexRequest,CheckVectorIndexResponse> static final ServiceCallCycles<CheckVectorIndexRequest,CheckVectorIndexResponse> static final io.grpc.MethodDescriptor<CommitMergeRequest,CommitMergeResponse> static final ServiceCallCycles<CommitMergeRequest,CommitMergeResponse> static final io.grpc.MethodDescriptor<DeleteFailPointRequest,DeleteFailPointResponse> static final ServiceCallCycles<DeleteFailPointRequest,DeleteFailPointResponse> static final io.grpc.MethodDescriptor<MetricsRequest,MetricsResponse> static final ServiceCallCycles<MetricsRequest,MetricsResponse> static final io.grpc.MethodDescriptor<GetFailPointRequest,GetFailPointResponse> static final ServiceCallCycles<GetFailPointRequest,GetFailPointResponse> static final io.grpc.MethodDescriptor<GetLogLevelRequest,GetLogLevelResponse> static final ServiceCallCycles<GetLogLevelRequest,GetLogLevelResponse> static final io.grpc.MethodDescriptor<GetMemoryStatsRequest,GetMemoryStatsResponse> static final ServiceCallCycles<GetMemoryStatsRequest,GetMemoryStatsResponse> static final io.grpc.MethodDescriptor<GetNodeInfoRequest,GetNodeInfoResponse> static final ServiceCallCycles<GetNodeInfoRequest,GetNodeInfoResponse> static final io.grpc.MethodDescriptor<GetRaftStatusRequest,GetRaftStatusResponse> static final ServiceCallCycles<GetRaftStatusRequest,GetRaftStatusResponse> static final io.grpc.MethodDescriptor<GetRegionInfoRequest,GetRegionInfoResponse> static final ServiceCallCycles<GetRegionInfoRequest,GetRegionInfoResponse> static final io.grpc.MethodDescriptor<GetVectorIndexSnapshotRequest,GetVectorIndexSnapshotResponse> static final io.grpc.MethodDescriptor<InstallVectorIndexSnapshotRequest,InstallVectorIndexSnapshotResponse> static final ServiceCallCycles<InstallVectorIndexSnapshotRequest,InstallVectorIndexSnapshotResponse> static final io.grpc.MethodDescriptor<ReleaseFreeMemoryRequest,ReleaseFreeMemoryResponse> static final io.grpc.MethodDescriptor<SetFailPointRequest,SetFailPointResponse> static final ServiceCallCycles<SetFailPointRequest,SetFailPointResponse>
-
Field Details
-
getNodeInfo
-
getNodeInfoHandlers
-
getRegionInfo
-
getRegionInfoHandlers
-
getRaftStatus
-
getRaftStatusHandlers
-
getLogLevel
-
getLogLevelHandlers
-
changeLogLevel
-
changeLogLevelHandlers
-
dingoMetrics
-
dingoMetricsHandlers
-
setFailPoint
-
setFailPointHandlers
-
getFailPoints
-
getFailPointsHandlers
-
deleteFailPoints
static final io.grpc.MethodDescriptor<DeleteFailPointRequest,DeleteFailPointResponse> deleteFailPoints -
deleteFailPointsHandlers
static final ServiceCallCycles<DeleteFailPointRequest,DeleteFailPointResponse> deleteFailPointsHandlers -
installVectorIndexSnapshot
static final io.grpc.MethodDescriptor<InstallVectorIndexSnapshotRequest,InstallVectorIndexSnapshotResponse> installVectorIndexSnapshot -
installVectorIndexSnapshotHandlers
static final ServiceCallCycles<InstallVectorIndexSnapshotRequest,InstallVectorIndexSnapshotResponse> installVectorIndexSnapshotHandlers -
getVectorIndexSnapshot
static final io.grpc.MethodDescriptor<GetVectorIndexSnapshotRequest,GetVectorIndexSnapshotResponse> getVectorIndexSnapshot -
getVectorIndexSnapshotHandlers
static final ServiceCallCycles<GetVectorIndexSnapshotRequest,GetVectorIndexSnapshotResponse> getVectorIndexSnapshotHandlers -
checkVectorIndex
static final io.grpc.MethodDescriptor<CheckVectorIndexRequest,CheckVectorIndexResponse> checkVectorIndex -
checkVectorIndexHandlers
static final ServiceCallCycles<CheckVectorIndexRequest,CheckVectorIndexResponse> checkVectorIndexHandlers -
commitMerge
-
commitMergeHandlers
-
getMemoryStats
-
getMemoryStatsHandlers
-
releaseFreeMemory
static final io.grpc.MethodDescriptor<ReleaseFreeMemoryRequest,ReleaseFreeMemoryResponse> releaseFreeMemory -
releaseFreeMemoryHandlers
static final ServiceCallCycles<ReleaseFreeMemoryRequest,ReleaseFreeMemoryResponse> releaseFreeMemoryHandlers
-