Package | Description |
---|---|
org.basex.core |
Database core classes.
|
org.basex.gui |
GUI Package.
|
org.basex.gui.layout |
Project specific GUI components.
|
org.basex.io.serial | |
org.basex.query.func.xquery |
XQuery Functions.
|
org.basex.util.ft |
Full-text specific utility classes.
|
org.basex.util.options |
Modifier and Type | Field and Description |
---|---|
static NumberOption |
StaticOptions.EVENTPORT
Server: port, used for sending events.
|
static NumberOption |
MainOptions.FTINDEXSPLITSIZE
Maximum number of fulltext index entries to keep in memory during index creation.
|
static NumberOption |
MainOptions.INDEXSPLITSIZE
Maximum number of text/attribute index entries to keep in memory during index creation.
|
static NumberOption |
MainOptions.INLINELIMIT
Flag for the size limit on inlineable functions.
|
static NumberOption |
StaticOptions.KEEPALIVE
Keep alive time of clients; deactivated if set to 0.
|
static NumberOption |
StaticOptions.LOGMSGMAXLEN
Log message cut-off.
|
static NumberOption |
MainOptions.LSERROR
Levenshtein default error.
|
static NumberOption |
MainOptions.MAXCATS
Maximum number of name categories.
|
static NumberOption |
MainOptions.MAXHITS
Hidden: maximum number of hits to be displayed in the GUI (will be overwritten).
|
static NumberOption |
MainOptions.MAXLEN
Maximum length of index entries.
|
static NumberOption |
MainOptions.MAXSTAT
Maximum number of index occurrences to print.
|
static NumberOption |
StaticOptions.PARALLEL
Defines the number of parallel readers.
|
static NumberOption |
StaticOptions.PORT
Server: port, used for connecting new clients.
|
static NumberOption |
StaticOptions.PROXYPORT
Server: proxy port (default: ignored).
|
static NumberOption |
MainOptions.RUNS
Number of query executions.
|
static NumberOption |
StaticOptions.SERVERPORT
Server: port, used for binding the server.
|
static NumberOption |
StaticOptions.STOPPORT
Port for stopping the web server.
|
static NumberOption |
MainOptions.TAILCALLS
Flag for tail-call optimization.
|
static NumberOption |
StaticOptions.TIMEOUT
Timeout (seconds) for processing client requests; deactivated if set to 0.
|
Modifier and Type | Field and Description |
---|---|
static NumberOption |
GUIOptions.COLORBLUE
Blue GUI color factor.
|
static NumberOption |
GUIOptions.COLORGREEN
Green GUI color factor.
|
static NumberOption |
GUIOptions.COLORRED
Red GUI color factor.
|
static NumberOption |
GUIOptions.FONTSIZE
Font size.
|
static NumberOption |
GUIOptions.FONTTYPE
Font TYPE = plain, bold, italics).
|
static NumberOption |
GUIOptions.INDENT
Indentation.
|
static NumberOption |
GUIOptions.LASTINSERT
Last insertion type.
|
static NumberOption |
GUIOptions.MAPALGO
Map algorithm.
|
static NumberOption |
GUIOptions.MAPOFFSETS
Treemap Offsets.
|
static NumberOption |
GUIOptions.MAPWEIGHT
number of children <-> size weight in (0;100).
|
static NumberOption |
GUIOptions.MARGIN
Line margin.
|
static NumberOption |
GUIOptions.MAXHITS
Maximum number of hits to be displayed (-1: return all hits; default: 250K).
|
static NumberOption |
GUIOptions.MAXTEXT
Maximum text size to be displayed.
|
static NumberOption |
GUIOptions.PLOTDOTS
Dot sizes in plot.
|
static NumberOption |
GUIOptions.PREFTAB
Preferences tab.
|
static NumberOption |
GUIOptions.SEARCHMODE
Current input mode in global text field (Search, XQuery, Command).
|
Constructor and Description |
---|
BaseXCombo(Window win,
NumberOption opt,
Options opts,
String... ch)
Constructor.
|
BaseXSlider(int mn,
int mx,
NumberOption opt,
Options opts,
Window win)
Checkbox.
|
BaseXTextField(NumberOption opt,
Options opts,
BaseXDialog dialog)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
static NumberOption |
SerializerOptions.INDENTS
Specific serialization parameter: number of spaces to indent.
|
static NumberOption |
SerializerOptions.LIMIT
Specific serialization parameter: maximum number of bytes to serialize.
|
Modifier and Type | Field and Description |
---|---|
static NumberOption |
XQueryEval.XQueryOptions.MEMORY
Maximum amount of megabytes that may be allocated by the query.
|
static NumberOption |
XQueryEval.XQueryOptions.TIMEOUT
Timeout in seconds.
|
Modifier and Type | Field and Description |
---|---|
static NumberOption |
FTDistanceOptions.MAX
Option: max.
|
static NumberOption |
FTDistanceOptions.MIN
Option: min.
|
static NumberOption |
FTWindowOptions.SIZE
Option: size.
|
Modifier and Type | Method and Description |
---|---|
Integer |
Options.get(NumberOption option)
Returns the requested number.
|
void |
Options.set(NumberOption option,
int value)
Sets the integer value of an option.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.