Package io.milvus.grpc
Class MilvusServiceGrpc
- java.lang.Object
-
- io.milvus.grpc.MilvusServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.46.0)", comments="Source: milvus.proto") public final class MilvusServiceGrpc extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMilvusServiceGrpc.MilvusServiceBlockingStubstatic classMilvusServiceGrpc.MilvusServiceFutureStubstatic classMilvusServiceGrpc.MilvusServiceImplBasestatic classMilvusServiceGrpc.MilvusServiceStub
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateCollectionMethod
public static io.grpc.MethodDescriptor<CreateCollectionRequest,Status> getCreateCollectionMethod()
-
getDropCollectionMethod
public static io.grpc.MethodDescriptor<DropCollectionRequest,Status> getDropCollectionMethod()
-
getHasCollectionMethod
public static io.grpc.MethodDescriptor<HasCollectionRequest,BoolResponse> getHasCollectionMethod()
-
getLoadCollectionMethod
public static io.grpc.MethodDescriptor<LoadCollectionRequest,Status> getLoadCollectionMethod()
-
getReleaseCollectionMethod
public static io.grpc.MethodDescriptor<ReleaseCollectionRequest,Status> getReleaseCollectionMethod()
-
getDescribeCollectionMethod
public static io.grpc.MethodDescriptor<DescribeCollectionRequest,DescribeCollectionResponse> getDescribeCollectionMethod()
-
getGetCollectionStatisticsMethod
public static io.grpc.MethodDescriptor<GetCollectionStatisticsRequest,GetCollectionStatisticsResponse> getGetCollectionStatisticsMethod()
-
getShowCollectionsMethod
public static io.grpc.MethodDescriptor<ShowCollectionsRequest,ShowCollectionsResponse> getShowCollectionsMethod()
-
getAlterCollectionMethod
public static io.grpc.MethodDescriptor<AlterCollectionRequest,Status> getAlterCollectionMethod()
-
getCreatePartitionMethod
public static io.grpc.MethodDescriptor<CreatePartitionRequest,Status> getCreatePartitionMethod()
-
getDropPartitionMethod
public static io.grpc.MethodDescriptor<DropPartitionRequest,Status> getDropPartitionMethod()
-
getHasPartitionMethod
public static io.grpc.MethodDescriptor<HasPartitionRequest,BoolResponse> getHasPartitionMethod()
-
getLoadPartitionsMethod
public static io.grpc.MethodDescriptor<LoadPartitionsRequest,Status> getLoadPartitionsMethod()
-
getReleasePartitionsMethod
public static io.grpc.MethodDescriptor<ReleasePartitionsRequest,Status> getReleasePartitionsMethod()
-
getGetPartitionStatisticsMethod
public static io.grpc.MethodDescriptor<GetPartitionStatisticsRequest,GetPartitionStatisticsResponse> getGetPartitionStatisticsMethod()
-
getShowPartitionsMethod
public static io.grpc.MethodDescriptor<ShowPartitionsRequest,ShowPartitionsResponse> getShowPartitionsMethod()
-
getGetLoadingProgressMethod
public static io.grpc.MethodDescriptor<GetLoadingProgressRequest,GetLoadingProgressResponse> getGetLoadingProgressMethod()
-
getGetLoadStateMethod
public static io.grpc.MethodDescriptor<GetLoadStateRequest,GetLoadStateResponse> getGetLoadStateMethod()
-
getCreateAliasMethod
public static io.grpc.MethodDescriptor<CreateAliasRequest,Status> getCreateAliasMethod()
-
getDropAliasMethod
public static io.grpc.MethodDescriptor<DropAliasRequest,Status> getDropAliasMethod()
-
getAlterAliasMethod
public static io.grpc.MethodDescriptor<AlterAliasRequest,Status> getAlterAliasMethod()
-
getCreateIndexMethod
public static io.grpc.MethodDescriptor<CreateIndexRequest,Status> getCreateIndexMethod()
-
getDescribeIndexMethod
public static io.grpc.MethodDescriptor<DescribeIndexRequest,DescribeIndexResponse> getDescribeIndexMethod()
-
getGetIndexStatisticsMethod
public static io.grpc.MethodDescriptor<GetIndexStatisticsRequest,GetIndexStatisticsResponse> getGetIndexStatisticsMethod()
-
getGetIndexStateMethod
public static io.grpc.MethodDescriptor<GetIndexStateRequest,GetIndexStateResponse> getGetIndexStateMethod()
-
getGetIndexBuildProgressMethod
public static io.grpc.MethodDescriptor<GetIndexBuildProgressRequest,GetIndexBuildProgressResponse> getGetIndexBuildProgressMethod()
-
getDropIndexMethod
public static io.grpc.MethodDescriptor<DropIndexRequest,Status> getDropIndexMethod()
-
getInsertMethod
public static io.grpc.MethodDescriptor<InsertRequest,MutationResult> getInsertMethod()
-
getDeleteMethod
public static io.grpc.MethodDescriptor<DeleteRequest,MutationResult> getDeleteMethod()
-
getSearchMethod
public static io.grpc.MethodDescriptor<SearchRequest,SearchResults> getSearchMethod()
-
getFlushMethod
public static io.grpc.MethodDescriptor<FlushRequest,FlushResponse> getFlushMethod()
-
getQueryMethod
public static io.grpc.MethodDescriptor<QueryRequest,QueryResults> getQueryMethod()
-
getCalcDistanceMethod
public static io.grpc.MethodDescriptor<CalcDistanceRequest,CalcDistanceResults> getCalcDistanceMethod()
-
getFlushAllMethod
public static io.grpc.MethodDescriptor<FlushAllRequest,FlushAllResponse> getFlushAllMethod()
-
getGetFlushStateMethod
public static io.grpc.MethodDescriptor<GetFlushStateRequest,GetFlushStateResponse> getGetFlushStateMethod()
-
getGetFlushAllStateMethod
public static io.grpc.MethodDescriptor<GetFlushAllStateRequest,GetFlushAllStateResponse> getGetFlushAllStateMethod()
-
getGetPersistentSegmentInfoMethod
public static io.grpc.MethodDescriptor<GetPersistentSegmentInfoRequest,GetPersistentSegmentInfoResponse> getGetPersistentSegmentInfoMethod()
-
getGetQuerySegmentInfoMethod
public static io.grpc.MethodDescriptor<GetQuerySegmentInfoRequest,GetQuerySegmentInfoResponse> getGetQuerySegmentInfoMethod()
-
getGetReplicasMethod
public static io.grpc.MethodDescriptor<GetReplicasRequest,GetReplicasResponse> getGetReplicasMethod()
-
getDummyMethod
public static io.grpc.MethodDescriptor<DummyRequest,DummyResponse> getDummyMethod()
-
getRegisterLinkMethod
public static io.grpc.MethodDescriptor<RegisterLinkRequest,RegisterLinkResponse> getRegisterLinkMethod()
-
getGetMetricsMethod
public static io.grpc.MethodDescriptor<GetMetricsRequest,GetMetricsResponse> getGetMetricsMethod()
-
getGetComponentStatesMethod
public static io.grpc.MethodDescriptor<GetComponentStatesRequest,ComponentStates> getGetComponentStatesMethod()
-
getLoadBalanceMethod
public static io.grpc.MethodDescriptor<LoadBalanceRequest,Status> getLoadBalanceMethod()
-
getGetCompactionStateMethod
public static io.grpc.MethodDescriptor<GetCompactionStateRequest,GetCompactionStateResponse> getGetCompactionStateMethod()
-
getManualCompactionMethod
public static io.grpc.MethodDescriptor<ManualCompactionRequest,ManualCompactionResponse> getManualCompactionMethod()
-
getGetCompactionStateWithPlansMethod
public static io.grpc.MethodDescriptor<GetCompactionPlansRequest,GetCompactionPlansResponse> getGetCompactionStateWithPlansMethod()
-
getImportMethod
public static io.grpc.MethodDescriptor<ImportRequest,ImportResponse> getImportMethod()
-
getGetImportStateMethod
public static io.grpc.MethodDescriptor<GetImportStateRequest,GetImportStateResponse> getGetImportStateMethod()
-
getListImportTasksMethod
public static io.grpc.MethodDescriptor<ListImportTasksRequest,ListImportTasksResponse> getListImportTasksMethod()
-
getCreateCredentialMethod
public static io.grpc.MethodDescriptor<CreateCredentialRequest,Status> getCreateCredentialMethod()
-
getUpdateCredentialMethod
public static io.grpc.MethodDescriptor<UpdateCredentialRequest,Status> getUpdateCredentialMethod()
-
getDeleteCredentialMethod
public static io.grpc.MethodDescriptor<DeleteCredentialRequest,Status> getDeleteCredentialMethod()
-
getListCredUsersMethod
public static io.grpc.MethodDescriptor<ListCredUsersRequest,ListCredUsersResponse> getListCredUsersMethod()
-
getCreateRoleMethod
public static io.grpc.MethodDescriptor<CreateRoleRequest,Status> getCreateRoleMethod()
-
getDropRoleMethod
public static io.grpc.MethodDescriptor<DropRoleRequest,Status> getDropRoleMethod()
-
getOperateUserRoleMethod
public static io.grpc.MethodDescriptor<OperateUserRoleRequest,Status> getOperateUserRoleMethod()
-
getSelectRoleMethod
public static io.grpc.MethodDescriptor<SelectRoleRequest,SelectRoleResponse> getSelectRoleMethod()
-
getSelectUserMethod
public static io.grpc.MethodDescriptor<SelectUserRequest,SelectUserResponse> getSelectUserMethod()
-
getOperatePrivilegeMethod
public static io.grpc.MethodDescriptor<OperatePrivilegeRequest,Status> getOperatePrivilegeMethod()
-
getSelectGrantMethod
public static io.grpc.MethodDescriptor<SelectGrantRequest,SelectGrantResponse> getSelectGrantMethod()
-
getGetVersionMethod
public static io.grpc.MethodDescriptor<GetVersionRequest,GetVersionResponse> getGetVersionMethod()
-
getCheckHealthMethod
public static io.grpc.MethodDescriptor<CheckHealthRequest,CheckHealthResponse> getCheckHealthMethod()
-
getCreateResourceGroupMethod
public static io.grpc.MethodDescriptor<CreateResourceGroupRequest,Status> getCreateResourceGroupMethod()
-
getDropResourceGroupMethod
public static io.grpc.MethodDescriptor<DropResourceGroupRequest,Status> getDropResourceGroupMethod()
-
getTransferNodeMethod
public static io.grpc.MethodDescriptor<TransferNodeRequest,Status> getTransferNodeMethod()
-
getTransferReplicaMethod
public static io.grpc.MethodDescriptor<TransferReplicaRequest,Status> getTransferReplicaMethod()
-
getListResourceGroupsMethod
public static io.grpc.MethodDescriptor<ListResourceGroupsRequest,ListResourceGroupsResponse> getListResourceGroupsMethod()
-
getDescribeResourceGroupMethod
public static io.grpc.MethodDescriptor<DescribeResourceGroupRequest,DescribeResourceGroupResponse> getDescribeResourceGroupMethod()
-
getRenameCollectionMethod
public static io.grpc.MethodDescriptor<RenameCollectionRequest,Status> getRenameCollectionMethod()
-
getCreateDatabaseMethod
public static io.grpc.MethodDescriptor<CreateDatabaseRequest,Status> getCreateDatabaseMethod()
-
getDropDatabaseMethod
public static io.grpc.MethodDescriptor<DropDatabaseRequest,Status> getDropDatabaseMethod()
-
getListDatabasesMethod
public static io.grpc.MethodDescriptor<ListDatabasesRequest,ListDatabasesResponse> getListDatabasesMethod()
-
getConnectMethod
public static io.grpc.MethodDescriptor<ConnectRequest,ConnectResponse> getConnectMethod()
-
getAllocTimestampMethod
public static io.grpc.MethodDescriptor<AllocTimestampRequest,AllocTimestampResponse> getAllocTimestampMethod()
-
newStub
public static MilvusServiceGrpc.MilvusServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static MilvusServiceGrpc.MilvusServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static MilvusServiceGrpc.MilvusServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-