Package | Description |
---|---|
com.jalios.jcms.analytics | |
com.jalios.jcms.stat |
Provides classes for statistics management and analysis.
|
Modifier and Type | Method and Description |
---|---|
protected MonitoredInputStream |
AnalyzeJob.getFileMonitoredStream(java.io.File file) |
static MonitoredInputStream |
MigrationTools.getStatStream(java.lang.String statsDirectoryPath,
long oldDate,
long nowDate)
Return the MonitoredInputStream of stat files that exist between date1 and
date2.
|
Modifier and Type | Method and Description |
---|---|
void |
ProgressListener.onProgressEvent(MonitoredInputStream monitorInputStream,
StatisticContext context) |
void |
AnalyzeListener.onProgressEvent(MonitoredInputStream monitorInputStream,
StatisticContext context) |
void |
ProgressListener.onStartEvent(MonitoredInputStream monitorInputStream,
StatisticContext context) |
void |
AnalyzeListener.onStartEvent(MonitoredInputStream monitorInputStream,
StatisticContext context) |
Modifier and Type | Field and Description |
---|---|
protected MonitoredInputStream |
StatExporter.monitorStream |
protected MonitoredInputStream |
StatAnalyser.monitorStream |
Modifier and Type | Method and Description |
---|---|
MonitoredInputStream |
StatAnalyser.getMonitoredStream() |
static MonitoredInputStream |
StatManager.getStatStream(long oldDate,
long nowDate)
Return the MonitoredInputStream of stat files that exist between date1 and
date2.
|
Copyright © 2001-2010 Jalios SA. All Rights Reserved.