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 voidAbstractEventDataProvider. close()Close theAbstractEventDataProviderabstract AbstractEventDataProviderAbstractStorageHandler. getEventDataProvider(StatisticContext context)Build aAbstractEventDataProviderto provide data for analysisabstract voidAbstractStorageHandler. writeEvent(EventData data)Write aEventDatain 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 voidFileSystemEventDataProvider. close()AbstractEventDataProviderFileSystemStorage. getEventDataProvider(StatisticContext context)voidFileSystemStorage. writeEvent(EventData data)Write anEventDatain the fileConstructors in com.jalios.jcms.analytics.storage.impl that throw StorageException Constructor Description FileSystemEventDataProvider(java.io.File eventFile, java.util.Date analyzedDate)
-