public final class OptimizeAll extends ACreate
| Constructor and Description |
|---|
OptimizeAll()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
build(CommandBuilder cb)
Builds a string representation from the command.
|
java.lang.String |
det()
Returns short information on this process.
|
static void |
optimizeAll(Data data,
Context ctx,
OptimizeAll cmd)
Optimizes all data structures.
|
double |
prog()
Returns a progress value (0 - 1).
|
protected boolean |
run()
Executes the command and serializes the result (internal call).
|
boolean |
stoppable()
Returns true if this command can be stopped.
|
build, cache, create, drop, newData, pinned, startUpdate, stopUpdate, supportsProgclose, error, execute, execute, getOption, getOption, info, info, pinned, result, run, setInput, setInput, toString, updated, updatingprotected boolean run()
Commandpublic double prog()
Progresspublic boolean stoppable()
Commandpublic java.lang.String det()
Progresspublic void build(CommandBuilder cb)
Commandpublic static void optimizeAll(Data data, Context ctx, OptimizeAll cmd) throws java.io.IOException
data - disk datactx - database contextcmd - command reference, or nulljava.io.IOException - I/O Exception during index rebuildBaseXException - database exception