Package | Description |
---|---|
lumis.content.service | |
lumis.doui.search | |
lumis.portal.file | |
lumis.portal.monitor |
Defines classes and interfaces for monitoring data and collecting statistics.
|
lumis.portal.monitor.impl |
Implementation of the
portal monitoring framework . |
lumis.portal.page.cache |
Implements the portal's page HTML cache engine.
|
lumis.service.banner |
Modifier and Type | Method and Description |
---|---|
static IMonitor |
ContentServiceMonitorUtil.getContentViewMonitor(DouiContext douiContext)
Returns a monitor for the "lumis.content.service.ev.contentview" event.
|
Modifier and Type | Method and Description |
---|---|
static IMonitor |
SearchMonitorUtil.getSearchMonitor(ServiceInstanceConfig searchServiceInstanceConfig,
String searchQuery,
ITransaction transaction)
Returns a monitor for the "lumis.doui.search.ev.search" event.
|
Modifier and Type | Method and Description |
---|---|
static IMonitor |
FileMonitorUtil.getFileDownloadMonitor(FileConfig fileConfig,
ITransaction transaction)
Returns a monitor for the "lumis.portal.file.ev.download" event.
|
static IMonitor |
FileMonitorUtil.getFileUploadMonitor(FileConfig fileConfig,
ITransaction transaction)
Returns a monitor for the "lumis.portal.file.ev.upload" event.
|
Modifier and Type | Method and Description |
---|---|
IMonitor |
DummyMonitorManager.getMonitor(String eventKey,
Map<String,String> aggregationValues) |
IMonitor |
IMonitorManager.getMonitor(String eventKey,
Map<String,String> aggregationValues)
Returns the monitor for an event with the given aggregation values.
|
IMonitor |
DummyMonitorManager.getMonitor(String eventKey,
Map<String,String> aggregationValues,
long eventDateTimeMillis) |
IMonitor |
IMonitorManager.getMonitor(String eventKey,
Map<String,String> aggregationValues,
long eventDateTimeMillis)
Returns the monitor for an event with the given aggregation values.
|
Modifier and Type | Method and Description |
---|---|
IMonitor |
MonitorManager.getMonitor(String eventKey,
Map<String,String> aggregationValues) |
IMonitor |
MonitorManager.getMonitor(String eventKey,
Map<String,String> aggregationValues,
long eventDateTimeMillis) |
Modifier and Type | Method and Description |
---|---|
static IMonitor |
PageCacheMonitorUtil.getPageCacheMonitor(PageCacheConfig pageCacheConfig)
Returns a
monitor by a page cache
configuration . |
Modifier and Type | Method and Description |
---|---|
static IMonitor |
BannerMonitorUtil.getBannerClickMonitor(ServiceInstanceConfig bannerServiceInstanceConfig,
String bannerName,
String bannerCategoryId,
PageConfig displayPageConfig,
ITransaction transaction)
Returns a monitor for the "lumis.service.banner.ev.bannerclick" event.
|
static IMonitor |
BannerMonitorUtil.getBannerViewMonitor(ServiceInstanceConfig bannerServiceInstanceConfig,
String bannerName,
String bannerCategoryId,
PageConfig displayPageConfig,
ITransaction transaction)
Returns a monitor for the "lumis.service.banner.ev.bannerview" event.
|
Lumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.