Package io.milvus.grpc
Class MilvusServiceGrpc
- java.lang.Object
-
- io.milvus.grpc.MilvusServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.27.2)", 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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<Command,StringReply>getCmdMethod()static io.grpc.MethodDescriptor<TableName,Status>getCompactMethod()static io.grpc.MethodDescriptor<TableName,TableRowCount>getCountTableMethod()static io.grpc.MethodDescriptor<IndexParam,Status>getCreateIndexMethod()static io.grpc.MethodDescriptor<PartitionParam,Status>getCreatePartitionMethod()static io.grpc.MethodDescriptor<TableSchema,Status>getCreateTableMethod()static io.grpc.MethodDescriptor<DeleteByIDParam,Status>getDeleteByIDMethod()static io.grpc.MethodDescriptor<TableName,IndexParam>getDescribeIndexMethod()static io.grpc.MethodDescriptor<TableName,TableSchema>getDescribeTableMethod()static io.grpc.MethodDescriptor<TableName,Status>getDropIndexMethod()static io.grpc.MethodDescriptor<PartitionParam,Status>getDropPartitionMethod()static io.grpc.MethodDescriptor<TableName,Status>getDropTableMethod()static io.grpc.MethodDescriptor<FlushParam,Status>getFlushMethod()static io.grpc.MethodDescriptor<VectorIdentity,VectorData>getGetVectorByIDMethod()static io.grpc.MethodDescriptor<GetVectorIDsParam,VectorIds>getGetVectorIDsMethod()static io.grpc.MethodDescriptor<TableName,BoolReply>getHasTableMethod()static io.grpc.MethodDescriptor<InsertParam,VectorIds>getInsertMethod()static io.grpc.MethodDescriptor<TableName,Status>getPreloadTableMethod()static io.grpc.MethodDescriptor<SearchInFilesParam,TopKQueryResult>getSearchInFilesMethod()static io.grpc.MethodDescriptor<SearchParam,TopKQueryResult>getSearchMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<TableName,PartitionList>getShowPartitionsMethod()static io.grpc.MethodDescriptor<TableName,TableInfo>getShowTableInfoMethod()static io.grpc.MethodDescriptor<Command,TableNameList>getShowTablesMethod()static MilvusServiceGrpc.MilvusServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic MilvusServiceGrpc.MilvusServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic MilvusServiceGrpc.MilvusServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateTableMethod
public static io.grpc.MethodDescriptor<TableSchema,Status> getCreateTableMethod()
-
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()
-
getCreateIndexMethod
public static io.grpc.MethodDescriptor<IndexParam,Status> getCreateIndexMethod()
-
getDescribeIndexMethod
public static io.grpc.MethodDescriptor<TableName,IndexParam> getDescribeIndexMethod()
-
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()
-
getGetVectorIDsMethod
public static io.grpc.MethodDescriptor<GetVectorIDsParam,VectorIds> getGetVectorIDsMethod()
-
getSearchMethod
public static io.grpc.MethodDescriptor<SearchParam,TopKQueryResult> getSearchMethod()
-
getSearchInFilesMethod
public static io.grpc.MethodDescriptor<SearchInFilesParam,TopKQueryResult> getSearchInFilesMethod()
-
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()
-
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()
-
-