diff --git a/include/rocksdb/io_dispatcher.h b/include/rocksdb/io_dispatcher.h index 6354d72ad36d..cd0f7efa1b9b 100644 --- a/include/rocksdb/io_dispatcher.h +++ b/include/rocksdb/io_dispatcher.h @@ -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.