]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tools: use bufferlist to implement ObjectCacheFile
authorshangdehao1 <dehao.shang@intel.com>
Tue, 25 Dec 2018 22:53:35 +0000 (06:53 +0800)
committerYuan Zhou <yuan.zhou@intel.com>
Thu, 21 Mar 2019 16:16:26 +0000 (00:16 +0800)
commit47c895c53f71f7002b4d3d41e9b7be7e613b7f4f
treef64619b890c1bb9c6f1b0884571c5cf21b577414
parent53b00ac1824d73008d62f4c223e19d1228755632
tools: use bufferlist to implement ObjectCacheFile

1) : modify unite testing of object cache file
2) : remove open and create internface
3) : use bufferlist interface to read/write file

Signed-off-by: Dehao Shang <dehao.shang@intel.com>
src/test/immutable_object_cache/test_sync_file.cc
src/tools/immutable_object_cache/ObjectCacheFile.cc
src/tools/immutable_object_cache/ObjectCacheFile.h
src/tools/immutable_object_cache/ObjectCacheStore.cc