Interface PageLoad

  • All Known Subinterfaces:
    PageData
    All Known Implementing Classes:
    PageDataImpl

    public interface PageLoad
    Загрузка страницы из slow (с диска или по сети) в fast (в кэш)
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int map​(int slowPageIndex)
      Загрузка страницы из slow в fast
    • Method Detail

      • map

        int map​(int slowPageIndex)
        Загрузка страницы из slow в fast
        Parameters:
        slowPageIndex - страница
        Returns:
        индекс fast страницы