|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectro.nextreports.engine.EngineProperties
public class EngineProperties
| Field Summary | |
|---|---|
static int |
DEFAULT_MILLIS_YIELD
Default number of milliseconds the exporter will wait after RECORDS_YIELD are exported |
static java.lang.String |
MILLIS_YIELD_PROPERTY
Number of milliseconds the exporter will wait after RECORDS_YIELD are exported |
static java.lang.String |
RECORDS_YIELD_PROPERTY
Number of query records after the exporter waits a little to degrevate the processor |
static java.lang.String |
RUN_PRIORITY_PROPERTY
Thread priority for running next reports queries and exporters |
| Constructor Summary | |
|---|---|
EngineProperties()
|
|
| Method Summary | |
|---|---|
static int |
getMillisYield()
Get number of milliseconds the exporter will wait after RECORDS_YIELD are exported |
static int |
getRecordsYield()
Get number of query records after the exporter waits a little to degrevate the processor |
static int |
getRunPriority()
Get priority for running next reports queries and exporters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String RUN_PRIORITY_PROPERTY
public static final java.lang.String RECORDS_YIELD_PROPERTY
public static final java.lang.String MILLIS_YIELD_PROPERTY
public static int DEFAULT_MILLIS_YIELD
| Constructor Detail |
|---|
public EngineProperties()
| Method Detail |
|---|
public static int getRunPriority()
public static int getRecordsYield()
public static int getMillisYield()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||