frostfs-node/pkg/local_object_storage/shard
Leonard Lyubich 3f293cb55e [#762] storage/shard: Try to read headers from write-cache
Shard should try to read object headers from write-cache if it is enabled.

Extend `writecache.Cache` interface with `Head` method. Call the method in
`Shard.Head` if `Shard.hasWriteCache` returns true.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-09-02 11:33:17 +03:00
..
container.go [#570] *: Remove usage of deprecated elements from API Go library 2021-05-31 20:45:15 +03:00
control.go [#745] gc: Stop GC work on `Shard`'s `Close` 2021-08-05 14:44:05 +03:00
delete.go
delete_test.go [#570] *: Use generator of test container IDs from API Go lib 2021-05-31 20:45:15 +03:00
exists.go
gc.go [#745] gc: Stop GC work on `Shard`'s `Close` 2021-08-05 14:44:05 +03:00
get.go
get_test.go [#570] *: Use generator of test container IDs from API Go lib 2021-05-31 20:45:15 +03:00
head.go [#762] storage/shard: Try to read headers from write-cache 2021-09-02 11:33:17 +03:00
head_test.go [#570] *: Use generator of test container IDs from API Go lib 2021-05-31 20:45:15 +03:00
id.go
info.go
inhume.go
inhume_test.go [#570] *: Use generator of test container IDs from API Go lib 2021-05-31 20:45:15 +03:00
list.go [#570] *: Remove usage of deprecated elements from API Go library 2021-05-31 20:45:15 +03:00
list_test.go [#570] *: Use generator of test container IDs from API Go lib 2021-05-31 20:45:15 +03:00
mode.go
move.go [#643] pkg: Sync method names and commentaries to them 2021-06-24 16:10:44 +03:00
put.go
range.go [#643] pkg: Sync method names and commentaries to them 2021-06-24 16:10:44 +03:00
select.go [#570] *: Remove usage of deprecated elements from API Go library 2021-05-31 20:45:15 +03:00
shard.go [#745] gc: Stop GC work on `Shard`'s `Close` 2021-08-05 14:44:05 +03:00
shard_test.go [#570] *: Use generator of test owner IDs from API Go lib 2021-05-31 20:45:15 +03:00
weight.go