|
||||||||||
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.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(boolean txt)
Constructor. |
Method Summary | |
---|---|
Values |
build(Data data)
Builds the index structure and returns an index instance. |
java.lang.String |
det()
Returns short information on this process. |
double |
prog()
Returns progress information. |
java.lang.String |
tit()
Returns short information on this process. |
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(boolean txt)
txt
- value type (text/attribute)Method Detail |
---|
public Values build(Data data) throws java.io.IOException
build
in interface IndexBuilder
data
- data reference
java.io.IOException
- IO Exceptionpublic java.lang.String tit()
Progress
public java.lang.String det()
Progress
det
in class Progress
public double prog()
Progress
prog
in class Progress
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |