|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.configuration.Configuration
org.torweg.pulse.component.statistics.DataAggregationJobletConfiguration
public class DataAggregationJobletConfiguration
The Configuration of the DataAggregationJoblet.
| Constructor Summary | |
|---|---|
DataAggregationJobletConfiguration()
|
|
| Method Summary | |
|---|---|
java.util.Set<java.lang.String> |
getAggregatorClassNames()
Returns the list with fqn of the AbstractBaseAggregators to
be processed. |
TimeSpan |
getAssumedTimeForLastPageImpression()
Returns the TimeSpan representing the assumed time for the
last page impression of a Visit. |
EmailConfiguration |
getExceptionEmailConfiguration()
Returns the EmailConfiguration for email notifications about
exceptions during the execution of the DataAggregationJoblet
. |
TimeSpan |
getMaxSessionIdleTime()
Returns the TimeSpan representing the maximum idle time of a
session - for the statistics. |
int |
getPIRecordProcessingLimit()
Returns the processing limit for the PIRecords. |
java.util.Set<java.lang.String> |
getPostAggregationTaskClassNames()
Returns the list with fqn of the IPreAggregationAndOrPostAggregationTask s to be processed. |
java.util.Set<java.lang.String> |
getPostTaskClassNames()
Returns the list with fqn of the IPreRunAndOrPostRunTask s
to be processed. |
java.util.Set<java.lang.String> |
getPreAggregationTaskClassNames()
Returns the list with fqn of the IPreAggregationAndOrPostAggregationTask s to be processed. |
java.util.Set<java.lang.String> |
getPreTaskClassNames()
Returns the list with fqn of the IPreRunAndOrPostRunTask s
to be processed. |
| Methods inherited from class org.torweg.pulse.configuration.Configuration |
|---|
getBundle, isBundleConfiguration, isModified, setBundle, setConfigFile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataAggregationJobletConfiguration()
| Method Detail |
|---|
public final TimeSpan getMaxSessionIdleTime()
TimeSpan representing the maximum idle time of a
session - for the statistics.
public final TimeSpan getAssumedTimeForLastPageImpression()
TimeSpan representing the assumed time for the
last page impression of a Visit.
public final java.util.Set<java.lang.String> getAggregatorClassNames()
AbstractBaseAggregators to
be processed.
public final java.util.Set<java.lang.String> getPreTaskClassNames()
IPreRunAndOrPostRunTask s
to be processed.
public final java.util.Set<java.lang.String> getPostTaskClassNames()
IPreRunAndOrPostRunTask s
to be processed.
public final java.util.Set<java.lang.String> getPreAggregationTaskClassNames()
IPreAggregationAndOrPostAggregationTask s to be processed.
public final java.util.Set<java.lang.String> getPostAggregationTaskClassNames()
IPreAggregationAndOrPostAggregationTask s to be processed.
public final int getPIRecordProcessingLimit()
PIRecords.
If not configured: 150000 (150-thousand)
PIRecordspublic final EmailConfiguration getExceptionEmailConfiguration()
EmailConfiguration for email notifications about
exceptions during the execution of the DataAggregationJoblet
.
EmailConfiguration or
null if not configured
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||