protected class CompactTask.CopyIndexTask extends Object implements Callable<Void>
Modifier and Type | Field and Description |
---|---|
protected Journal |
newJournal
The new journal.
|
Constructor and Description |
---|
CompactTask.CopyIndexTask(Journal newJournal,
String name) |
Modifier and Type | Method and Description |
---|---|
Void |
call()
Creates and index on the
newJournal , copies the data from
the index on the old journal, and then registers the new index on the
newJournal . |
protected final Journal newJournal
public Void call() throws Exception
newJournal
, copies the data from
the index on the old journal, and then registers the new index on the
newJournal
.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.