Class 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) $
    • Constructor Detail

      • PageCacheQueueInformationDataProvider

        public PageCacheQueueInformationDataProvider()
    • 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 class MapDataProvider
        Parameters:
        sessionConfig - an instance of SessionConfig
        source - an instance of TabularSource
        transaction - the current transaction
        Returns:
        an instance of Map with the data to be filled in TabularData
        Throws:
        PortalException - whenever an error occur