Go to the source code of this file.
Enumerations | |
enum | WriteLatency { WRITE_LAZY, WRITE_EAGER_ASYNC, WRITE_EAGER_SYNC } |
Options controlling when to flush dirty data. More... |
enum WriteLatency |
Options controlling when to flush dirty data.
Definition at line 32 of file WriteLatency.h.
00033 { 00034 WRITE_LAZY, 00035 WRITE_EAGER_ASYNC, 00036 WRITE_EAGER_SYNC 00037 };