Sets the number of background worker threads of the flush pool for this environment. Default number: 1 @param num the number of threads @return current RocksEnv instance.
(final int num)
| 37 | * @return current {@link RocksEnv} instance. |
| 38 | */ |
| 39 | public Env setBackgroundThreads(final int num) { |
| 40 | return setBackgroundThreads(num, FLUSH_POOL); |
| 41 | } |
| 42 | |
| 43 | /** |
| 44 | * <p>Sets the number of background worker threads of the specified thread |
no outgoing calls