ro.nextreports.engine
Class EngineProperties

Package class diagram package EngineProperties
java.lang.Object
  extended by ro.nextreports.engine.EngineProperties

public class EngineProperties
extends java.lang.Object


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

RUN_PRIORITY_PROPERTY

public static final java.lang.String RUN_PRIORITY_PROPERTY
Thread priority for running next reports queries and exporters

See Also:
Constant Field Values

RECORDS_YIELD_PROPERTY

public static final java.lang.String RECORDS_YIELD_PROPERTY
Number of query records after the exporter waits a little to degrevate the processor

See Also:
Constant Field Values

MILLIS_YIELD_PROPERTY

public static final java.lang.String MILLIS_YIELD_PROPERTY
Number of milliseconds the exporter will wait after RECORDS_YIELD are exported

See Also:
Constant Field Values

DEFAULT_MILLIS_YIELD

public static int DEFAULT_MILLIS_YIELD
Default number of milliseconds the exporter will wait after RECORDS_YIELD are exported

Constructor Detail

EngineProperties

public EngineProperties()
Method Detail

getRunPriority

public static int getRunPriority()
Get priority for running next reports queries and exporters

Returns:
priority for running next reports queries and exporters

getRecordsYield

public static int getRecordsYield()
Get number of query records after the exporter waits a little to degrevate the processor

Returns:
number of query records after the exporter waits a little to degrevate the processor

getMillisYield

public static int getMillisYield()
Get number of milliseconds the exporter will wait after RECORDS_YIELD are exported

Returns:
number of milliseconds the exporter will wait after RECORDS_YIELD are exported