Uses of Class
io.milvus.grpc.TableRowCount
-
Packages that use TableRowCount Package Description io.milvus.grpc -
-
Uses of TableRowCount in io.milvus.grpc
Methods in io.milvus.grpc that return TableRowCount Modifier and Type Method Description TableRowCountTableRowCount.Builder. build()TableRowCountTableRowCount.Builder. buildPartial()TableRowCountMilvusServiceGrpc.MilvusServiceBlockingStub. countTable(TableName request)static TableRowCountTableRowCount. getDefaultInstance()TableRowCountTableRowCount.Builder. getDefaultInstanceForType()TableRowCountTableRowCount. getDefaultInstanceForType()static TableRowCountTableRowCount. parseDelimitedFrom(InputStream input)static TableRowCountTableRowCount. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableRowCountTableRowCount. parseFrom(byte[] data)static TableRowCountTableRowCount. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableRowCountTableRowCount. parseFrom(com.google.protobuf.ByteString data)static TableRowCountTableRowCount. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableRowCountTableRowCount. parseFrom(com.google.protobuf.CodedInputStream input)static TableRowCountTableRowCount. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableRowCountTableRowCount. parseFrom(InputStream input)static TableRowCountTableRowCount. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TableRowCountTableRowCount. parseFrom(ByteBuffer data)static TableRowCountTableRowCount. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.milvus.grpc that return types with arguments of type TableRowCount Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<TableRowCount>MilvusServiceGrpc.MilvusServiceFutureStub. countTable(TableName request)static io.grpc.MethodDescriptor<TableName,TableRowCount>MilvusServiceGrpc. getCountTableMethod()com.google.protobuf.Parser<TableRowCount>TableRowCount. getParserForType()static com.google.protobuf.Parser<TableRowCount>TableRowCount. parser()Methods in io.milvus.grpc with parameters of type TableRowCount Modifier and Type Method Description TableRowCount.BuilderTableRowCount.Builder. mergeFrom(TableRowCount other)static TableRowCount.BuilderTableRowCount. newBuilder(TableRowCount prototype)Method parameters in io.milvus.grpc with type arguments of type TableRowCount Modifier and Type Method Description voidMilvusServiceGrpc.MilvusServiceImplBase. countTable(TableName request, io.grpc.stub.StreamObserver<TableRowCount> responseObserver)voidMilvusServiceGrpc.MilvusServiceStub. countTable(TableName request, io.grpc.stub.StreamObserver<TableRowCount> responseObserver)
-