Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions include/rocksdb/io_dispatcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ class Statistics;
struct IODispatcherImplData;
struct PendingPrefetchRequest;

// EXPERIMENTAL
// The interface defined in this file is experimental and the behavior and
// interface are subject to change without notice.

// Options for configuring IODispatcher behavior
struct IODispatcherOptions {
// Maximum memory (in bytes) for prefetching across all ReadSets.
Expand Down
Loading