Status |
MilvusServiceGrpc.MilvusServiceBlockingStub.compact(TableName request) |
@brief This method is used to compact table
@param TableName, target table name.
|
com.google.common.util.concurrent.ListenableFuture<Status> |
MilvusServiceGrpc.MilvusServiceFutureStub.compact(TableName request) |
@brief This method is used to compact table
@param TableName, target table name.
|
void |
MilvusServiceGrpc.MilvusServiceImplBase.compact(TableName request,
io.grpc.stub.StreamObserver<Status> responseObserver) |
@brief This method is used to compact table
@param TableName, target table name.
|
void |
MilvusServiceGrpc.MilvusServiceStub.compact(TableName request,
io.grpc.stub.StreamObserver<Status> responseObserver) |
@brief This method is used to compact table
@param TableName, target table name.
|
TableRowCount |
MilvusServiceGrpc.MilvusServiceBlockingStub.countTable(TableName request) |
@brief This method is used to get table schema.
|
com.google.common.util.concurrent.ListenableFuture<TableRowCount> |
MilvusServiceGrpc.MilvusServiceFutureStub.countTable(TableName request) |
@brief This method is used to get table schema.
|
void |
MilvusServiceGrpc.MilvusServiceImplBase.countTable(TableName request,
io.grpc.stub.StreamObserver<TableRowCount> responseObserver) |
@brief This method is used to get table schema.
|
void |
MilvusServiceGrpc.MilvusServiceStub.countTable(TableName request,
io.grpc.stub.StreamObserver<TableRowCount> responseObserver) |
@brief This method is used to get table schema.
|
IndexParam |
MilvusServiceGrpc.MilvusServiceBlockingStub.describeIndex(TableName request) |
@brief This method is used to describe index
@param TableName, target table name.
|
com.google.common.util.concurrent.ListenableFuture<IndexParam> |
MilvusServiceGrpc.MilvusServiceFutureStub.describeIndex(TableName request) |
@brief This method is used to describe index
@param TableName, target table name.
|
void |
MilvusServiceGrpc.MilvusServiceImplBase.describeIndex(TableName request,
io.grpc.stub.StreamObserver<IndexParam> responseObserver) |
@brief This method is used to describe index
@param TableName, target table name.
|
void |
MilvusServiceGrpc.MilvusServiceStub.describeIndex(TableName request,
io.grpc.stub.StreamObserver<IndexParam> responseObserver) |
@brief This method is used to describe index
@param TableName, target table name.
|
TableSchema |
MilvusServiceGrpc.MilvusServiceBlockingStub.describeTable(TableName request) |
@brief This method is used to get table schema.
|
com.google.common.util.concurrent.ListenableFuture<TableSchema> |
MilvusServiceGrpc.MilvusServiceFutureStub.describeTable(TableName request) |
@brief This method is used to get table schema.
|
void |
MilvusServiceGrpc.MilvusServiceImplBase.describeTable(TableName request,
io.grpc.stub.StreamObserver<TableSchema> responseObserver) |
@brief This method is used to get table schema.
|
void |
MilvusServiceGrpc.MilvusServiceStub.describeTable(TableName request,
io.grpc.stub.StreamObserver<TableSchema> responseObserver) |
@brief This method is used to get table schema.
|
Status |
MilvusServiceGrpc.MilvusServiceBlockingStub.dropIndex(TableName request) |
@brief This method is used to drop index
@param TableName, target table name.
|
com.google.common.util.concurrent.ListenableFuture<Status> |
MilvusServiceGrpc.MilvusServiceFutureStub.dropIndex(TableName request) |
@brief This method is used to drop index
@param TableName, target table name.
|
void |
MilvusServiceGrpc.MilvusServiceImplBase.dropIndex(TableName request,
io.grpc.stub.StreamObserver<Status> responseObserver) |
@brief This method is used to drop index
@param TableName, target table name.
|
void |
MilvusServiceGrpc.MilvusServiceStub.dropIndex(TableName request,
io.grpc.stub.StreamObserver<Status> responseObserver) |
@brief This method is used to drop index
@param TableName, target table name.
|
Status |
MilvusServiceGrpc.MilvusServiceBlockingStub.dropTable(TableName request) |
@brief This method is used to delete table.
|
com.google.common.util.concurrent.ListenableFuture<Status> |
MilvusServiceGrpc.MilvusServiceFutureStub.dropTable(TableName request) |
@brief This method is used to delete table.
|
void |
MilvusServiceGrpc.MilvusServiceImplBase.dropTable(TableName request,
io.grpc.stub.StreamObserver<Status> responseObserver) |
@brief This method is used to delete table.
|
void |
MilvusServiceGrpc.MilvusServiceStub.dropTable(TableName request,
io.grpc.stub.StreamObserver<Status> responseObserver) |
@brief This method is used to delete table.
|
BoolReply |
MilvusServiceGrpc.MilvusServiceBlockingStub.hasTable(TableName request) |
@brief This method is used to test table existence.
|
com.google.common.util.concurrent.ListenableFuture<BoolReply> |
MilvusServiceGrpc.MilvusServiceFutureStub.hasTable(TableName request) |
@brief This method is used to test table existence.
|
void |
MilvusServiceGrpc.MilvusServiceImplBase.hasTable(TableName request,
io.grpc.stub.StreamObserver<BoolReply> responseObserver) |
@brief This method is used to test table existence.
|
void |
MilvusServiceGrpc.MilvusServiceStub.hasTable(TableName request,
io.grpc.stub.StreamObserver<BoolReply> responseObserver) |
@brief This method is used to test table existence.
|
TableName.Builder |
TableName.Builder.mergeFrom(TableName other) |
|
static TableName.Builder |
TableName.newBuilder(TableName prototype) |
|
Status |
MilvusServiceGrpc.MilvusServiceBlockingStub.preloadTable(TableName request) |
@brief This method is used to preload table
@param TableName, target table name.
|
com.google.common.util.concurrent.ListenableFuture<Status> |
MilvusServiceGrpc.MilvusServiceFutureStub.preloadTable(TableName request) |
@brief This method is used to preload table
@param TableName, target table name.
|
void |
MilvusServiceGrpc.MilvusServiceImplBase.preloadTable(TableName request,
io.grpc.stub.StreamObserver<Status> responseObserver) |
@brief This method is used to preload table
@param TableName, target table name.
|
void |
MilvusServiceGrpc.MilvusServiceStub.preloadTable(TableName request,
io.grpc.stub.StreamObserver<Status> responseObserver) |
@brief This method is used to preload table
@param TableName, target table name.
|
PartitionList |
MilvusServiceGrpc.MilvusServiceBlockingStub.showPartitions(TableName request) |
@brief This method is used to show partition information
@param TableName, target table name.
|
com.google.common.util.concurrent.ListenableFuture<PartitionList> |
MilvusServiceGrpc.MilvusServiceFutureStub.showPartitions(TableName request) |
@brief This method is used to show partition information
@param TableName, target table name.
|
void |
MilvusServiceGrpc.MilvusServiceImplBase.showPartitions(TableName request,
io.grpc.stub.StreamObserver<PartitionList> responseObserver) |
@brief This method is used to show partition information
@param TableName, target table name.
|
void |
MilvusServiceGrpc.MilvusServiceStub.showPartitions(TableName request,
io.grpc.stub.StreamObserver<PartitionList> responseObserver) |
@brief This method is used to show partition information
@param TableName, target table name.
|
TableInfo |
MilvusServiceGrpc.MilvusServiceBlockingStub.showTableInfo(TableName request) |
@brief This method is used to get table detail information.
|
com.google.common.util.concurrent.ListenableFuture<TableInfo> |
MilvusServiceGrpc.MilvusServiceFutureStub.showTableInfo(TableName request) |
@brief This method is used to get table detail information.
|
void |
MilvusServiceGrpc.MilvusServiceImplBase.showTableInfo(TableName request,
io.grpc.stub.StreamObserver<TableInfo> responseObserver) |
@brief This method is used to get table detail information.
|
void |
MilvusServiceGrpc.MilvusServiceStub.showTableInfo(TableName request,
io.grpc.stub.StreamObserver<TableInfo> responseObserver) |
@brief This method is used to get table detail information.
|