rocksdb/port/win
Andrew Kryczka 59b3ee658f Env function for bulk metadata retrieval
Summary:
Added this new function, which returns filename, size, and modified
timestamp for each file in the provided directory. The default implementation
retrieves the metadata sequentially using existing functions. In the next diff
I'll make HdfsEnv override this function to use libhdfs's bulk get function.

This won't work on windows due to the path separator.

Test Plan:
new unit test

  $ ./env_test --gtest_filter=EnvPosixTest.ConsistentChildrenMetadata

Reviewers: yhchiang, sdong

Reviewed By: sdong

Subscribers: IslamAbdelRahman, dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D53781
2016-02-09 14:54:32 -08:00
..
env_win.cc Env function for bulk metadata retrieval 2016-02-09 14:54:32 -08:00
port_win.cc support for concurrent adds to memtable 2015-12-25 11:03:40 -08:00
port_win.h Align statistics 2016-01-13 14:53:23 -08:00
win_logger.cc Fix failing assertion in logger on Windows when the disk is full. 2016-01-05 13:35:14 +01:00
win_logger.h Add necessary headers after cpplint rearranged includes 2015-11-16 14:41:11 -08:00