milvus/internal/mocks
yihao.dai a434d33e75
feat: Add import scheduler and manager (#29367)
This PR introduces novel managerial roles for importv2:
1. ImportMeta: To manage all the import tasks;
2. ImportScheduler: To process tasks and modify their states;
3. ImportChecker: To ascertain the completion of all tasks and instigate
relevant operations.

issue: https://github.com/milvus-io/milvus/issues/28521

---------

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2024-03-01 18:31:02 +08:00
..
mock_chunk_manager.go enhance: Support importing data with parquet file (#28608) 2023-11-29 20:52:27 +08:00
mock_datacoord_client.go feat: Add import scheduler and manager (#29367) 2024-03-01 18:31:02 +08:00
mock_datacoord.go feat: Add import scheduler and manager (#29367) 2024-03-01 18:31:02 +08:00
mock_datanode_client.go feat: integrate storagev2 into index build process (#28995) 2023-12-13 17:24:38 +08:00
mock_datanode.go test: support multiple data/querynodes in integration test (#30618) 2024-02-21 11:54:53 +08:00
mock_grpc_client.go enhance: Use mockery to replace manual mock code (#29074) 2023-12-13 10:46:44 +08:00
mock_indexnode_client.go Decoupling client and server API in types interface (#27186) 2023-09-26 09:57:25 +08:00
mock_indexnode.go Decoupling client and server API in types interface (#27186) 2023-09-26 09:57:25 +08:00
mock_proxy_client.go feat: Add import scheduler and manager (#29367) 2024-03-01 18:31:02 +08:00
mock_proxy.go feat: Add import scheduler and manager (#29367) 2024-03-01 18:31:02 +08:00
mock_querycoord_client.go feat: Add checker activation service interfaces (#28850) 2023-12-04 17:38:37 +08:00
mock_querycoord.go feat: Add checker activation service interfaces (#28850) 2023-12-04 17:38:37 +08:00
mock_querynode_client.go fix: Support mvcc with hybrid serach (#30114) 2024-02-01 16:03:03 +08:00
mock_querynode.go test: support multiple data/querynodes in integration test (#30618) 2024-02-21 11:54:53 +08:00
mock_rootcoord_client.go feat: Implement DescribeAlias and ListAliases interfaces (#29641) 2024-01-11 19:12:51 +08:00
mock_rootcoord.go enhance: use latest milvus proto, add unimplemented server (#30889) 2024-02-29 10:13:00 +08:00