Class PageCacheQueueInformationDataProvider
- java.lang.Object
-
- lumis.service.portalmanagement.systeminfo.MapDataProvider
-
- lumis.service.portalmanagement.systeminfo.PageCacheQueueInformationDataProvider
-
- All Implemented Interfaces:
IDataProvider<TabularSource<?>>
public class PageCacheQueueInformationDataProvider extends MapDataProvider
Obtain page cache queue information.- Since:
- 12.1.0
- Version:
- $Revision: 23264 $ $Date: 2019-10-09 18:06:18 -0300 (Wed, 09 Oct 2019) $
-
-
Field Summary
-
Fields inherited from interface lumis.doui.source.IDataProvider
INTERFACE_INSTANCE_PROPERTY_FIELDS, INTERFACE_INSTANCE_PROPERTY_FILTERS, INTERFACE_INSTANCE_PROPERTY_MAX_ROWS, INTERFACE_INSTANCE_PROPERTY_ORDER_BY, MAX_NUM_ORDER_BY_FIELDS
-
-
Constructor Summary
Constructors Constructor Description PageCacheQueueInformationDataProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<?,?>
obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
Provides the Map data for each specific implementation-
Methods inherited from class lumis.service.portalmanagement.systeminfo.MapDataProvider
buildTabularData, loadData
-
-
-
-
Method Detail
-
obtainMapData
protected Map<?,?> obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction) throws PortalException
Description copied from class:MapDataProvider
Provides the Map data for each specific implementation- Specified by:
obtainMapData
in classMapDataProvider
- Parameters:
sessionConfig
- an instance of SessionConfigsource
- an instance of TabularSourcetransaction
- the current transaction- Returns:
- an instance of Map with the data to be filled in TabularData
- Throws:
PortalException
- whenever an error occur
-
-