Revision 3d07b815f6b22e43873196156d276887bff2044b authored by Alexey Maykov on 15 September 2015, 16:03:08 UTC, committed by Alexey Maykov on 10 October 2015, 01:10:55 UTC
Summary: It would be nice to have and access to table properties in compaction callbacks. In MyRocks project, it will make possible to update optimizer statistics online.

Test Plan: ran the unit test. Ran myrocks with the new way of collecting stats.

Reviewers: igor, rven, yhchiang

Reviewed By: yhchiang

Subscribers: dhruba

Differential Revision: https://reviews.facebook.net/D48267
1 parent 64546af
Raw File
__phutil_library_map__.php
<?php

/**
 * This file is automatically generated. Use 'arc liberate' to rebuild it.
 * @generated
 * @phutil-library-version 2
 */

phutil_register_library_map(array(
  '__library_version__' => 2,
  'class' =>
  array(
    'ArcanistCpplintLinter' => 'cpp_linter/ArcanistCpplintLinter.php',
    'BaseDirectoryScopedFormatLinter' => 'cpp_linter/BaseDirectoryScopedFormatLinter.php',
    'FacebookArcanistConfiguration' => 'config/FacebookArcanistConfiguration.php',
    'FacebookFbcodeLintEngine' => 'lint_engine/FacebookFbcodeLintEngine.php',
    'FacebookFbcodeUnitTestEngine' => 'unit_engine/FacebookFbcodeUnitTestEngine.php',
    'FacebookHowtoevenLintEngine' => 'lint_engine/FacebookHowtoevenLintEngine.php',
    'FacebookHowtoevenLinter' => 'cpp_linter/FacebookHowtoevenLinter.php',
    'FbcodeClangFormatLinter' => 'cpp_linter/FbcodeClangFormatLinter.php',
    'FbcodeCppLinter' => 'cpp_linter/FbcodeCppLinter.php',
  ),
  'function' =>
  array(
  ),
  'xmap' =>
  array(
    'ArcanistCpplintLinter' => 'ArcanistLinter',
    'BaseDirectoryScopedFormatLinter' => 'ArcanistLinter',
    'FacebookArcanistConfiguration' => 'ArcanistConfiguration',
    'FacebookFbcodeLintEngine' => 'ArcanistLintEngine',
    'FacebookFbcodeUnitTestEngine' => 'ArcanistBaseUnitTestEngine',
    'FacebookHowtoevenLintEngine' => 'ArcanistLintEngine',
    'FacebookHowtoevenLinter' => 'ArcanistLinter',
    'FbcodeClangFormatLinter' => 'BaseDirectoryScopedFormatLinter',
    'FbcodeCppLinter' => 'ArcanistLinter',
  ),
));
back to top