Home
last modified time | relevance | path

Searched refs:event (Results 1 – 8 of 8) sorted by relevance

/rocksdb-6.9/java/src/test/java/org/rocksdb/util/
DCapturingWriteBatchHandler.java148 final Event event = (Event) o; in equals() local
149 return columnFamilyId == event.columnFamilyId && in equals()
150 action == event.action && in equals()
151 ((key == null && event.key == null) in equals()
152 || Arrays.equals(key, event.key)) && in equals()
153 ((value == null && event.value == null) in equals()
154 || Arrays.equals(value, event.value)); in equals()
/rocksdb-6.9/tools/advisor/test/input_files/
DLOG-14 …38 7f82ba72e700 EVENT_LOG_v1 {"time_micros": 1527283807626732, "job": 3, "event": "flush_started",…
10 …LOG_v1 {"time_micros": 1527283809398276, "cf_name": "default", "job": 3, "event": "table_file_crea…
15 …OG_v1 {"time_micros": 1527283827288158, "cf_name": "default", "job": 10, "event": "table_file_crea…
20 …OG_v1 {"time_micros": 1527284061047181, "cf_name": "default", "job": 44, "event": "table_file_crea…
22 …:34:21.048005) EVENT_LOG_v1 {"time_micros": 1527284061047997, "job": 44, "event": "flush_finished"…
24 …3 7f82bd676200 EVENT_LOG_v1 {"time_micros": 1527284061048600, "job": 45, "event": "table_file_dele…
DLOG-04 …38 7f82ba72e700 EVENT_LOG_v1 {"time_micros": 1527283807626732, "job": 3, "event": "flush_started",…
10 …LOG_v1 {"time_micros": 1527283809398276, "cf_name": "default", "job": 3, "event": "table_file_crea…
15 …OG_v1 {"time_micros": 1527283827288158, "cf_name": "default", "job": 10, "event": "table_file_crea…
20 …OG_v1 {"time_micros": 1527284061047181, "cf_name": "default", "job": 44, "event": "table_file_crea…
22 …:34:21.048005) EVENT_LOG_v1 {"time_micros": 1527284061047997, "job": 44, "event": "flush_finished"…
24 …3 7f82bd676200 EVENT_LOG_v1 {"time_micros": 1527284061048600, "job": 45, "event": "table_file_dele…
/rocksdb-6.9/docs/_posts/
D2017-05-14-core-local-stats.markdown20 Perf snippet for "cycles" event:
28 Perf snippet for "cache-misses" event:
48 Perf snippet for "cycles" event:
56 Perf snippet for "cache-misses" event:
83 Perf snippet for "cycles" event:
91 Perf snippet for "cache-misses" event:
D2014-06-27-avoid-expensive-locks-in-get.markdown32 …p://en.wikipedia.org/wiki/Thread-local_storage). Version change is a rare event comparable to mill…
/rocksdb-6.9/
DCODE_OF_CONDUCT.md52 as an appointed representative at an online or offline event. Representation of
DLICENSE.Apache154 8. Limitation of Liability. In no event and under no legal theory,
DHISTORY.md343 * Fix a deadlock caused by compaction and file ingestion waiting for each other in the event of wri…