Home
last modified time | relevance | path

Searched refs:action (Results 1 – 21 of 21) sorted by relevance

/rocksdb-6.9/tools/advisor/advisor/
Drules.ini63 action=increase key
68 action=increase key
72 action=increase key
76 action=increase key
81 action=increase key
85 action=decrease key
89 action=increase key
143 action=set key
148 action=set key
153 action=set key
[all …]
Ddb_config_optimizer.py18 def apply_action_on_value(old_value, action, suggested_values): argument
23 if action is Suggestion.Action.set or not old_value:
35 if action is Suggestion.Action.increase:
42 elif action is Suggestion.Action.decrease:
60 action = suggestions_dict[sugg_name].action
65 assert(action)
76 None, sugg.action, sugg.suggested_values
99 old_value, sugg.action, sugg.suggested_values
116 old_value, sugg.action, sugg.suggested_values
Drule_parser.py230 self.action = None
246 self.action = self.Action[value]
259 if not self.action:
261 if self.action is self.Action.set and not self.suggested_values:
272 ' option : ' + self.option + ' action : ' + self.action.name
/rocksdb-6.9/tools/advisor/test/input_files/
Dtriggered_rules.ini35 action=increase key
39 action=increase key
43 action=increase key
47 action=increase key
51 action=increase key
55 action=decrease key
59 action=increase key
63 action=increase key
67 action=increase key
71 action=increase key
Drules_err1.ini11 action=increase key
15 action=increase key
39 suggestions=inc-max-bg-compactions:missing-action:inc-l0-stop-writes-trigger
48 action=increase key
52 action=increase key
56 action=increase key
Drules_err3.ini2 suggestions=missing-action:inc-write-buffer
9 [Suggestion "missing-action"]
11 action= key
15 action=increase key
Drules_err4.ini11 action=increase key
15 action=increase key
Drules_err2.ini11 action=increase key
15 action=increase key
Dtest_rules.ini40 action=increase key
44 action=increase key
/rocksdb-6.9/java/src/test/java/org/rocksdb/util/
DCapturingWriteBatchHandler.java123 public final Action action; field in CapturingWriteBatchHandler.Event
128 public Event(final Action action, final byte[] key, final byte[] value) { in Event() argument
129 this(action, 0, key, value); in Event()
132 public Event(final Action action, final int columnFamilyId, final byte[] key, in Event() argument
134 this.action = action; in Event()
150 action == event.action && in equals()
160 return Objects.hash(action, columnFamilyId, key, value); in hashCode()
/rocksdb-6.9/build_tools/
Damalgamate.py93 …parser.add_argument("-I", action="append", dest="include_paths", help="include paths for private h…
94 …parser.add_argument("-i", action="append", dest="public_include_paths", help="include paths for pu…
95 parser.add_argument("-x", action="append", dest="excluded", help="excluded header files")
Dprecommit_checker.py193 parser.add_argument('--ignore_failure', action='store_true', default=False,
/rocksdb-6.9/docs/_posts/
D2018-08-01-rocksdb-tuning-advisor.markdown32 provided by a triggered rule advises some action on a Rocksdb
50 Suggestion: inc-bg-flush option : DBOptions.max_background_flushes action : increase suggested_valu…
51 Suggestion: inc-write-buffer option : CFOptions.max_write_buffer_number action : increase
D2015-10-27-getthreadlist.markdown174 // The operation (high-level action) that the current thread is involved.
189 // The state (lower-level action) that the current thread is involved.
/rocksdb-6.9/tools/
Ddb_crashtest.py482 parser.add_argument("--simple", action="store_true")
483 parser.add_argument("--cf_consistency", action='store_true')
484 parser.add_argument("--txn", action='store_true')
Dpflag90 -a: action. Currently {warn|die|kill} are supported.
91 The default action is to 'warn'. Here is the behavior:
/rocksdb-6.9/tools/advisor/
DREADME.md29 provided by a triggered rule advises some action on a Rocksdb
81 Suggestion: inc-bg-flush option : DBOptions.max_background_flushes action : increase suggested_valu…
82 Suggestion: inc-write-buffer option : CFOptions.max_write_buffer_number action : increase
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DWriteBatchHandlerTest.java41 switch (testEvent.action) { in writeBatchHandler()
/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_pysim_test.py52 action = random.randint(0, 10)
56 if action <= 8:
/rocksdb-6.9/
DCODE_OF_CONDUCT.md37 behavior and are expected to take appropriate and fair corrective action in
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc8431 add_handle_action.action = FDIO_SPAWN_ACTION_ADD_HANDLE; in AssumeRole()