frostfs-node/cmd/frostfs-cli/internal/client
Ekaterina Lebedeva 7ffc82a066 [#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.

Signed-off-by: Ekaterina Lebedeva <ekaterina.lebedeva@yadro.com>
2024-12-13 16:08:48 +03:00
..
client.go [#1452] container: Add ListStream method 2024-12-13 16:08:48 +03:00
doc.go [#1] Fix project name in comments here and there 2023-02-06 17:41:14 +03:00
prm.go Rename package name 2023-03-07 16:38:26 +03:00
sdk.go [#1441] cli: Use grpc.WaitForReady while initializing SDK client 2024-10-23 11:45:44 +00:00