| /rocksdb-6.9/tools/advisor/advisor/ |
| D | rules.ini | 63 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 …]
|
| D | db_config_optimizer.py | 18 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
|
| D | rule_parser.py | 230 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/ |
| D | triggered_rules.ini | 35 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
|
| D | rules_err1.ini | 11 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
|
| D | rules_err3.ini | 2 suggestions=missing-action:inc-write-buffer 9 [Suggestion "missing-action"] 11 action= key 15 action=increase key
|
| D | rules_err4.ini | 11 action=increase key 15 action=increase key
|
| D | rules_err2.ini | 11 action=increase key 15 action=increase key
|
| D | test_rules.ini | 40 action=increase key 44 action=increase key
|
| /rocksdb-6.9/java/src/test/java/org/rocksdb/util/ |
| D | CapturingWriteBatchHandler.java | 123 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/ |
| D | amalgamate.py | 93 …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")
|
| D | precommit_checker.py | 193 parser.add_argument('--ignore_failure', action='store_true', default=False,
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2018-08-01-rocksdb-tuning-advisor.markdown | 32 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
|
| D | 2015-10-27-getthreadlist.markdown | 174 // 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/ |
| D | db_crashtest.py | 482 parser.add_argument("--simple", action="store_true") 483 parser.add_argument("--cf_consistency", action='store_true') 484 parser.add_argument("--txn", action='store_true')
|
| D | pflag | 90 -a: action. Currently {warn|die|kill} are supported. 91 The default action is to 'warn'. Here is the behavior:
|
| /rocksdb-6.9/tools/advisor/ |
| D | README.md | 29 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/ |
| D | WriteBatchHandlerTest.java | 41 switch (testEvent.action) { in writeBatchHandler()
|
| /rocksdb-6.9/tools/block_cache_analyzer/ |
| D | block_cache_pysim_test.py | 52 action = random.randint(0, 10) 56 if action <= 8:
|
| /rocksdb-6.9/ |
| D | CODE_OF_CONDUCT.md | 37 behavior and are expected to take appropriate and fair corrective action in
|
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest-all.cc | 8431 add_handle_action.action = FDIO_SPAWN_ACTION_ADD_HANDLE; in AssumeRole()
|