|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.core.Proc
org.basex.index.IndexBuilder
org.basex.index.ft.FTBuilder
public final class FTBuilder
This class contains common methods for full-text index builders.
Field Summary |
---|
Fields inherited from class org.basex.index.IndexBuilder |
---|
count, data, pre, size, splits, splitSize |
Fields inherited from class org.basex.core.Proc |
---|
listen, updating |
Constructor Summary | |
---|---|
FTBuilder(Data d)
Constructor. |
Method Summary | |
---|---|
void |
abort()
Aborts a failed or interrupted process. |
FTIndex |
build()
Builds the index structure and returns an index instance. |
protected java.lang.String |
det()
Returns short information on this process. |
Methods inherited from class org.basex.index.IndexBuilder |
---|
check, finishIndex, finishSplit, prog, split, tit |
Methods inherited from class org.basex.core.Proc |
---|
checkStop, databases, detail, listen, proc, progress, registered, registered, startTimeout, stop, stopTimeout, title |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FTBuilder(Data d) throws java.io.IOException
d
- data reference
java.io.IOException
- IOExceptionMethod Detail |
---|
public FTIndex build() throws java.io.IOException
IndexBuilder
build
in class IndexBuilder
java.io.IOException
- I/O Exceptionpublic void abort()
Proc
abort
in class Proc
protected java.lang.String det()
Proc
det
in class Proc
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |