public final class CreateIndex extends ACreate
| Constructor and Description |
|---|
CreateIndex(java.lang.Object type)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
build(CommandBuilder cb)
Builds a string representation from the command.
|
protected boolean |
run()
Executes the command and serializes the result (internal call).
|
build, cache, create, drop, newData, pinned, startUpdate, stoppable, stopUpdate, supportsProgclose, error, execute, execute, getOption, getOption, info, info, pinned, result, run, setInput, setInput, toString, updated, updatingpublic CreateIndex(java.lang.Object type)
type - index type, defined in Commands.CmdIndexprotected boolean run()
Commandpublic void build(CommandBuilder cb)
Command