Uses of Class
com.jalios.jcms.analytics.storage.StorageException
-
Packages that use StorageException Package Description com.jalios.jcms.analytics.storage com.jalios.jcms.analytics.storage.impl -
-
Uses of StorageException in com.jalios.jcms.analytics.storage
Methods in com.jalios.jcms.analytics.storage that throw StorageException Modifier and Type Method Description abstract void
AbstractEventDataProvider. close()
Close theAbstractEventDataProvider
abstract AbstractEventDataProvider
AbstractStorageHandler. getEventDataProvider(StatisticContext context)
Build aAbstractEventDataProvider
to provide data for analysisabstract void
AbstractStorageHandler. writeEvent(EventData data)
Write aEventData
in the storage -
Uses of StorageException in com.jalios.jcms.analytics.storage.impl
Methods in com.jalios.jcms.analytics.storage.impl that throw StorageException Modifier and Type Method Description void
FileSystemEventDataProvider. close()
AbstractEventDataProvider
FileSystemStorage. getEventDataProvider(StatisticContext context)
void
FileSystemStorage. writeEvent(EventData data)
Write anEventData
in the fileConstructors in com.jalios.jcms.analytics.storage.impl that throw StorageException Constructor Description FileSystemEventDataProvider(java.io.File eventFile, java.util.Date analyzedDate)
-