| org.iq80.leveldb.DB |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Force a compaction of the specified key range.
| |||||||||||
Resumes the background compaction threads.
| |||||||||||
Suspends any background compaction threads.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.io.Closeable
| |||||||||||
From interface
java.lang.AutoCloseable
| |||||||||||
From interface
java.lang.Iterable
| |||||||||||
Force a compaction of the specified key range.
| begin | if null then compaction start from the first key |
|---|---|
| end | if null then compaction ends at the last key |
| DBException |
|---|
| DBException |
|---|
| DBException |
|---|
Resumes the background compaction threads.
Suspends any background compaction threads. This methods returns once the background compactions are suspended.
| InterruptedException |
|---|
| DBException |
|---|