frostfs-node/pkg/local_object_storage/blobstor
Leonard Lyubich cfc770c3fe [] blobstor: Add SmallSizeLimit parameter
Add numeric parameter of maximum size of the "small" objects.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2020-12-11 17:19:37 +03:00
..
blobstor.go [] blobstor: Add SmallSizeLimit parameter 2020-12-11 17:19:37 +03:00
compress.go [] blobstor: Handle error of zstd (de)compressor creation 2020-12-11 17:19:37 +03:00
delete_big.go [] blobstor: Remove global lock 2020-12-11 17:19:37 +03:00
delete_small.go [] blobstor: Define DeleteSmall operation 2020-12-11 17:19:37 +03:00
exists.go [] blobstor: Implement Exists method 2020-12-11 17:19:37 +03:00
fstree.go [] blobstor: Implement DumpInfo method 2020-12-11 17:19:37 +03:00
get_big.go [] blobstor: Remove global lock 2020-12-11 17:19:37 +03:00
get_range_big.go [] blobstor: Remove global lock 2020-12-11 17:19:37 +03:00
get_range_small.go [] blobstor: Define GetRangeSmall operation interface 2020-12-11 17:19:37 +03:00
get_small.go [] blobstor: Implement no-op GetSmall operation 2020-12-11 17:19:37 +03:00
info.go [] blobstor: Implement DumpInfo method 2020-12-11 17:19:37 +03:00
iterate.go [] blobstor: Define Iterate operation 2020-12-11 17:19:37 +03:00
put.go [] blobstor: Remove global lock 2020-12-11 17:19:37 +03:00
util.go [] blobstor: Rename GetRange to GetRangeBig 2020-12-11 17:19:37 +03:00