Package io.milvus.grpc
Class MilvusServiceGrpc
- java.lang.Object
-
- io.milvus.grpc.MilvusServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.24.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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<Command,StringReply>getCmdMethod()static io.grpc.MethodDescriptor<TableName,TableRowCount>getCountTableMethod()static io.grpc.MethodDescriptor<IndexParam,Status>getCreateIndexMethod()static io.grpc.MethodDescriptor<TableSchema,Status>getCreateTableMethod()static io.grpc.MethodDescriptor<DeleteByRangeParam,Status>getDeleteByRangeMethod()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<TableName,Status>getDropTableMethod()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<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()
-
getCreateIndexMethod
public static io.grpc.MethodDescriptor<IndexParam,Status> getCreateIndexMethod()
-
getInsertMethod
public static io.grpc.MethodDescriptor<InsertParam,VectorIds> getInsertMethod()
-
getSearchMethod
public static io.grpc.MethodDescriptor<SearchParam,TopKQueryResult> getSearchMethod()
-
getSearchInFilesMethod
public static io.grpc.MethodDescriptor<SearchInFilesParam,TopKQueryResult> getSearchInFilesMethod()
-
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()
-
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()
-
-