commit | fa1a372f6ba5ccd66d083ac4389c3e64e8d59387 | [log] [tgz] |
---|---|---|
author | Antonio Barone <syntonyze@gmail.com> | Thu Feb 04 19:45:47 2021 +0100 |
committer | Antonio Barone <syntonyze@gmail.com> | Wed Feb 10 20:36:37 2021 +0100 |
tree | 79effbafecef04de7d6e5bc7e5a775cf9755781d | |
parent | 5e41e7bce449dc301facebbdcd7af4d2c7d24dbb [diff] |
Introduce base command class Introduce a base class for all commands dealing with H2 caches. This is useful to better structure the existing AnalyzeH2Caches command and to set the ground for more commands, so that they can leverage common functionalities by extending the same base class. Feature: Issue 13989 Change-Id: I8254fda4bd85f50bb765c56bfd42ef17d29dba94
Non-blocking and super-fast on-disk cache libModule for Gerrit Code Review based on ChronicleMap on-disk implementation.
This libModule is built like a Gerrit in-tree plugin, using Bazelisk. See the build instructions for more details.
Install the chronicle-map module into the $GERRIT_SITE/lib
directory.
Add the cache-chroniclemap module to $GERRIT_SITE/etc/gerrit.config
as follows:
[gerrit] installModule = com.googlesource.gerrit.modules.cache.chroniclemap.ChronicleMapCacheModule
For further information and supported options, refer to config documentation.