frostfs-node/pkg/local_object_storage/blobstor
Leonard Lyubich 3c0ef270f4 [] blobstor: Define Exists operation
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2020-12-11 17:19:37 +03:00
..
blobstor.go [] blobstor: Implement DumpInfo method 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: Rename Delete to DeleteBig 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: Define Exists operation 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: Refactor GetBig parameters and result 2020-12-11 17:19:37 +03:00
get_range_big.go [] blobstor: Rename GetRange to GetRangeBig 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
put.go [] blobstor: Refactor Put operation 2020-12-11 17:19:37 +03:00
util.go [] blobstor: Rename GetRange to GetRangeBig 2020-12-11 17:19:37 +03:00