|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.core.Progress
org.basex.index.IndexBuilder
org.basex.index.ValueBuilder
public final class ValueBuilder
This main-memory based class builds an index for attribute values and text contents in a tree structure and stores the result to disk.
Constructor Summary | |
---|---|
ValueBuilder(Data d,
boolean txt)
Constructor. |
Method Summary | |
---|---|
void |
abort()
Aborts a failed or interrupted progress. |
Values |
build()
Builds the index structure and returns an index instance. |
String |
det()
Returns short information on this process. |
Methods inherited from class org.basex.index.IndexBuilder |
---|
prog, tit |
Methods inherited from class org.basex.core.Progress |
---|
checkStop, detail, progress, progress, stop, title |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValueBuilder(Data d, boolean txt)
d
- data referencetxt
- value type (text/attribute)Method Detail |
---|
public Values build() throws IOException
IndexBuilder
build
in class IndexBuilder
IOException
- IO Exceptionpublic void abort()
Progress
abort
in class Progress
public String det()
Progress
det
in class Progress
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |