frostfs-node/cmd/frostfs-cli/modules
Ekaterina Lebedeva df05057ed4 [#1452] container: Add ListStream method
* Added new method for listing containers to container service.
  It opens stream and sends containers in batches.

* Added TransportSplitter wrapper around ExecutionService to
  split container ID list read from contract in parts that are
  smaller than grpc max message size. Batch size can be changed
  in node configuration file (as in example config file).

* Changed `container list` implementaion in cli: now ListStream
  is called by default. Old List is called only if ListStream
  is not implemented.

* Changed `internalclient.ListContainersPrm`.`Account` to
  `OwnerID` since `client.PrmContainerList`.`Account` was
  renamed to `OwnerID` in sdk.

Signed-off-by: Ekaterina Lebedeva <ekaterina.lebedeva@yadro.com>
2024-12-17 16:22:43 +03:00
..
accounting [#973] node: Resolve revive: unused-parameter linter 2024-03-11 17:11:49 +03:00
acl [#772] node: Apply gofumpt 2023-10-31 17:03:03 +03:00
ape_manager [#1501] cli: Refactor ape-manager subcommands 2024-11-20 07:58:32 +00:00
bearer [#1501] cli: Refactor bearer subcommand 2024-11-20 07:58:32 +00:00
container [#1452] container: Add ListStream method 2024-12-17 16:22:43 +03:00
control [#1549] controlSvc: Drop deprecated EvacuateShard rpc 2024-12-10 16:59:52 +03:00
netmap [#1382] cli: Replace deprecated methods 2024-09-18 14:35:48 +03:00
object [#1528] cli: Keep order for required nodes in the result of object nodes 2024-12-02 13:58:24 +03:00
session [#973] node: Resolve revive: unused-parameter linter 2024-03-11 17:11:49 +03:00
tree [#1442] cli/tree: Enchance error message if rpc-endpoint isn't defined 2024-10-23 13:05:17 +00:00
util [#1501] cli: Move APE-chain parser methods to pkg/util 2024-11-20 07:58:32 +00:00
completion.go Rename package name 2023-03-07 16:38:26 +03:00
root.go [#532] cli: Respect XDG base directory spec 2024-11-05 16:27:18 +03:00