class DiskStorageFactory.IndexWriteTask
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Void>
Modifier and Type | Field and Description |
---|---|
private boolean |
clearOnFlush |
private java.io.File |
index |
Constructor and Description |
---|
IndexWriteTask(java.io.File index,
boolean clear)
Create a disk flush task that writes to the given file.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Void |
call() |