Class PageTableQueryMonitor

  • All Implemented Interfaces:
    QueryMonitor

    public class PageTableQueryMonitor
    extends QueryMonitorTimeout
    An implementation of QueryMonitor that maintains a timeout and remembers which PagedTable it is monitoring
    Author:
    Kim Rutherford
    • Constructor Detail

      • PageTableQueryMonitor

        public PageTableQueryMonitor​(int n,
                                     PagedTable pt)
        Construct a new instance of QueryMonitorTimeout.
        Parameters:
        n - the number of milliseconds to timeout after
        pt - the PagedTable that we are monitoring
    • Method Detail

      • getPagedTable

        public final PagedTable getPagedTable()
        Return the PagedTable that was passed to the constructor.
        Returns:
        the PagedTable