public class NetricsEmbeddedSettings
extends java.lang.Object
An object of this class represents a set of command line arguments for the embedded TIBCO Patterns server. Each of the public values corresponds to one of the command line arguments. The argument is given at the start of the summary comment for the value. Not all options are relevant to the embedded server.
For more details on these arguments, see "Running the TIBCO Patterns Server" in the TIBCO Patterns Installation Guide.
NetricsEmbedded| Modifier and Type | Field and Description |
|---|---|
java.lang.Boolean |
autoRestore
-A: Set true to automatically restore tables from the persistence directory upon initialization.
|
java.lang.String |
commonRestoreDirectory
-a: A common directory to restore tables from automatically on restart.
|
java.lang.Boolean |
consoleLogBanner
If set to true, the console log will be opened with a banner that
includes a copyright message and detailed start-up options.
|
java.lang.String |
consoleLogFilename
-c: Informational messages from the embedded library will be placed in this file.
|
java.lang.Integer |
defaultPreFilter
Controls the default pre-filter applied to tables in the embedded
engine.
|
java.lang.Integer |
maxTableMemory
-m: Maximum memory (in kilobytes) of memory that can be allocated to
tables.
|
java.lang.Boolean |
outgoingTcpPersistence
-P: Control persistence of outgoing connections.
|
java.lang.String |
persistenceDirectory
-R: Directory where persistence operations take place.
|
static int |
prefilter_GIP |
static int |
prefilter_None |
static int |
prefilter_PSI |
static int |
prefilter_SORT |
java.lang.String |
protocolLogFilename
-D: Raw protocol information is placed in this file.
|
java.lang.String |
queryLogFilename
-l: Query information is placed in this file.
|
java.lang.Integer |
searchSingleRecordLimit
-J: Maximum number of total records on a join query.
|
java.lang.Integer |
searchSubrecordLimit
-J: Maximum number of sub-records per parent on a join query.
|
java.lang.Integer |
thesaurusSubstitutionLimit
-T: Maximum thesaurus substitutions per querylet.
|
| Constructor and Description |
|---|
NetricsEmbeddedSettings() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public java.lang.String consoleLogFilename
public java.lang.Boolean consoleLogBanner
public java.lang.String protocolLogFilename
public java.lang.String queryLogFilename
public java.lang.Integer thesaurusSubstitutionLimit
public java.lang.Integer maxTableMemory
public java.lang.Integer searchSubrecordLimit
public java.lang.Integer searchSingleRecordLimit
public static final int prefilter_None
public static final int prefilter_GIP
public static final int prefilter_SORT
public static final int prefilter_PSI
public java.lang.Integer defaultPreFilter
public java.lang.Boolean outgoingTcpPersistence
public java.lang.String persistenceDirectory
public java.lang.Boolean autoRestore
public java.lang.String commonRestoreDirectory