Package io.milvus.grpc
Class MilvusServiceGrpc
- java.lang.Object
-
- io.milvus.grpc.MilvusServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.30.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<CollectionName,Status>getCompactMethod()static io.grpc.MethodDescriptor<CollectionName,CollectionRowCount>getCountCollectionMethod()static io.grpc.MethodDescriptor<CollectionSchema,Status>getCreateCollectionMethod()static io.grpc.MethodDescriptor<IndexParam,Status>getCreateIndexMethod()static io.grpc.MethodDescriptor<PartitionParam,Status>getCreatePartitionMethod()static io.grpc.MethodDescriptor<DeleteByIDParam,Status>getDeleteByIDMethod()static io.grpc.MethodDescriptor<CollectionName,CollectionSchema>getDescribeCollectionMethod()static io.grpc.MethodDescriptor<CollectionName,IndexParam>getDescribeIndexMethod()static io.grpc.MethodDescriptor<CollectionName,Status>getDropCollectionMethod()static io.grpc.MethodDescriptor<CollectionName,Status>getDropIndexMethod()static io.grpc.MethodDescriptor<PartitionParam,Status>getDropPartitionMethod()static io.grpc.MethodDescriptor<FlushParam,Status>getFlushMethod()static io.grpc.MethodDescriptor<GetVectorIDsParam,VectorIds>getGetVectorIDsMethod()static io.grpc.MethodDescriptor<VectorsIdentity,VectorsData>getGetVectorsByIDMethod()static io.grpc.MethodDescriptor<CollectionName,BoolReply>getHasCollectionMethod()static io.grpc.MethodDescriptor<PartitionParam,BoolReply>getHasPartitionMethod()static io.grpc.MethodDescriptor<InsertParam,VectorIds>getInsertMethod()static io.grpc.MethodDescriptor<CollectionName,Status>getPreloadCollectionMethod()static io.grpc.MethodDescriptor<SearchByIDParam,TopKQueryResult>getSearchByIDMethod()static io.grpc.MethodDescriptor<SearchInFilesParam,TopKQueryResult>getSearchInFilesMethod()static io.grpc.MethodDescriptor<SearchParam,TopKQueryResult>getSearchMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<CollectionName,CollectionInfo>getShowCollectionInfoMethod()static io.grpc.MethodDescriptor<Command,CollectionNameList>getShowCollectionsMethod()static io.grpc.MethodDescriptor<CollectionName,PartitionList>getShowPartitionsMethod()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
-
getCreateCollectionMethod
public static io.grpc.MethodDescriptor<CollectionSchema,Status> getCreateCollectionMethod()
-
getHasCollectionMethod
public static io.grpc.MethodDescriptor<CollectionName,BoolReply> getHasCollectionMethod()
-
getDescribeCollectionMethod
public static io.grpc.MethodDescriptor<CollectionName,CollectionSchema> getDescribeCollectionMethod()
-
getCountCollectionMethod
public static io.grpc.MethodDescriptor<CollectionName,CollectionRowCount> getCountCollectionMethod()
-
getShowCollectionsMethod
public static io.grpc.MethodDescriptor<Command,CollectionNameList> getShowCollectionsMethod()
-
getShowCollectionInfoMethod
public static io.grpc.MethodDescriptor<CollectionName,CollectionInfo> getShowCollectionInfoMethod()
-
getDropCollectionMethod
public static io.grpc.MethodDescriptor<CollectionName,Status> getDropCollectionMethod()
-
getCreateIndexMethod
public static io.grpc.MethodDescriptor<IndexParam,Status> getCreateIndexMethod()
-
getDescribeIndexMethod
public static io.grpc.MethodDescriptor<CollectionName,IndexParam> getDescribeIndexMethod()
-
getDropIndexMethod
public static io.grpc.MethodDescriptor<CollectionName,Status> getDropIndexMethod()
-
getCreatePartitionMethod
public static io.grpc.MethodDescriptor<PartitionParam,Status> getCreatePartitionMethod()
-
getHasPartitionMethod
public static io.grpc.MethodDescriptor<PartitionParam,BoolReply> getHasPartitionMethod()
-
getShowPartitionsMethod
public static io.grpc.MethodDescriptor<CollectionName,PartitionList> getShowPartitionsMethod()
-
getDropPartitionMethod
public static io.grpc.MethodDescriptor<PartitionParam,Status> getDropPartitionMethod()
-
getInsertMethod
public static io.grpc.MethodDescriptor<InsertParam,VectorIds> getInsertMethod()
-
getGetVectorsByIDMethod
public static io.grpc.MethodDescriptor<VectorsIdentity,VectorsData> getGetVectorsByIDMethod()
-
getGetVectorIDsMethod
public static io.grpc.MethodDescriptor<GetVectorIDsParam,VectorIds> getGetVectorIDsMethod()
-
getSearchMethod
public static io.grpc.MethodDescriptor<SearchParam,TopKQueryResult> getSearchMethod()
-
getSearchByIDMethod
public static io.grpc.MethodDescriptor<SearchByIDParam,TopKQueryResult> getSearchByIDMethod()
-
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()
-
getPreloadCollectionMethod
public static io.grpc.MethodDescriptor<CollectionName,Status> getPreloadCollectionMethod()
-
getFlushMethod
public static io.grpc.MethodDescriptor<FlushParam,Status> getFlushMethod()
-
getCompactMethod
public static io.grpc.MethodDescriptor<CollectionName,Status> getCompactMethod()
-
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()
-
-