Searched refs:Rule (Results 1 – 25 of 74) sorted by relevance
123
11 # Rule, Suggestion, Condition. Each section must have a name specified in ""18 # conditions are triggered. The order in which a Rule's conditions and29 [Rule "stall-too-many-memtables"]37 [Rule "stall-too-many-L0"]45 [Rule "stop-too-many-L0"]53 [Rule "stall-too-many-compaction-bytes"]103 [Rule "level0-level1-ratio"]156 [Rule "bloom-filter-percent-useful"]167 [Rule "bloom-not-enabled"]183 [Rule "small-l0-files"][all …]
1 [Rule "missing-suggestions"]17 [Rule "missing-conditions"]26 [Rule "missing-expression"]38 [Rule "stop-too-many-L0"]
1 [Rule "stall-too-many-memtables"]9 [Rule "stall-too-many-L0"]17 [Rule "stop-too-many-L0"]25 [Rule "stall-too-many-compaction-bytes"]73 [Rule "level0-level1-ratio"]
1 [Rule "single-condition-false"]5 [Rule "multiple-conds-true"]9 [Rule "multiple-conds-one-false"]13 [Rule "multiple-conds-all-false"]
6 import org.junit.Rule;18 @Rule21 @Rule
9 import org.junit.Rule;21 @Rule
9 import org.junit.Rule;31 @Rule public TemporaryFolder dbFolder1 = new TemporaryFolder();32 @Rule public TemporaryFolder dbFolder2 = new TemporaryFolder();
11 import org.junit.Rule;23 @Rule
7 import org.junit.Rule;20 @Rule
8 import org.junit.Rule;20 @Rule
8 import org.junit.Rule;21 @Rule
8 import org.junit.Rule;19 @Rule
9 import org.junit.Rule;24 @Rule27 @Rule
9 import org.junit.Rule;32 @Rule
5 import org.junit.Rule;22 @Rule
4 import org.junit.Rule;17 @Rule
9 import org.junit.Rule;24 @Rule
5 import org.junit.Rule;16 @Rule
9 import org.junit.Rule;26 @Rule
9 import org.junit.Rule;28 @Rule
9 import org.junit.Rule;21 @Rule public TemporaryFolder dbFolder = new TemporaryFolder();
55 In brief, a Rule is made of conditions and is triggered when all its56 constituent conditions are triggered. When triggered, a Rule suggests changes79 Rule: stall-too-many-memtables