Class MilvusServiceGrpc


  • @Generated(value="by gRPC proto compiler (version 1.27.2)",
               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()
      • 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()
      • getShowTableInfoMethod

        public static io.grpc.MethodDescriptor<TableName,​TableInfo> getShowTableInfoMethod()
      • getDropTableMethod

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

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

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

        public static io.grpc.MethodDescriptor<TableName,​Status> getDropIndexMethod()
      • getCreatePartitionMethod

        public static io.grpc.MethodDescriptor<PartitionParam,​Status> getCreatePartitionMethod()
      • getShowPartitionsMethod

        public static io.grpc.MethodDescriptor<TableName,​PartitionList> getShowPartitionsMethod()
      • getDropPartitionMethod

        public static io.grpc.MethodDescriptor<PartitionParam,​Status> getDropPartitionMethod()
      • getInsertMethod

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

        public static io.grpc.MethodDescriptor<VectorIdentity,​VectorData> getGetVectorByIDMethod()
      • getCmdMethod

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

        public static io.grpc.MethodDescriptor<DeleteByIDParam,​Status> getDeleteByIDMethod()
      • getPreloadTableMethod

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

        public static io.grpc.MethodDescriptor<FlushParam,​Status> getFlushMethod()
      • getCompactMethod

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