Class MilvusServiceGrpc


  • @Generated(value="by gRPC proto compiler (version 1.24.0)",
               comments="Source: milvus.proto")
    public final class MilvusServiceGrpc
    extends Object
    • Method Detail

      • getCreateTableMethod

        public static io.grpc.MethodDescriptor<TableSchema,​Status> getCreateTableMethod()
      • getHasTableMethod

        public static io.grpc.MethodDescriptor<TableName,​BoolReply> getHasTableMethod()
      • getDropTableMethod

        public static io.grpc.MethodDescriptor<TableName,​Status> getDropTableMethod()
      • getCreateIndexMethod

        public static io.grpc.MethodDescriptor<IndexParam,​Status> getCreateIndexMethod()
      • getInsertMethod

        public static io.grpc.MethodDescriptor<InsertParam,​VectorIds> getInsertMethod()
      • getDescribeTableMethod

        public static io.grpc.MethodDescriptor<TableName,​TableSchema> getDescribeTableMethod()
      • getCountTableMethod

        public static io.grpc.MethodDescriptor<TableName,​TableRowCount> getCountTableMethod()
      • getShowTablesMethod

        public static io.grpc.MethodDescriptor<Command,​TableNameList> getShowTablesMethod()
      • getCmdMethod

        public static io.grpc.MethodDescriptor<Command,​StringReply> getCmdMethod()
      • getDeleteByRangeMethod

        public static io.grpc.MethodDescriptor<DeleteByRangeParam,​Status> getDeleteByRangeMethod()
      • getPreloadTableMethod

        public static io.grpc.MethodDescriptor<TableName,​Status> getPreloadTableMethod()
      • getDescribeIndexMethod

        public static io.grpc.MethodDescriptor<TableName,​IndexParam> getDescribeIndexMethod()
      • getDropIndexMethod

        public static io.grpc.MethodDescriptor<TableName,​Status> getDropIndexMethod()
      • 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
      • getServiceDescriptor

        public static io.grpc.ServiceDescriptor getServiceDescriptor()