Module openj9.dtfj

Class PageCache.Page

    • Field Detail

      • slot

        protected int slot
      • base

        protected long base
      • span

        protected int span
      • key

        protected int key
      • used

        protected int used
    • Constructor Detail

      • Page

        public Page()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
      • push

        public void push​(int forKey,
                         long vaddr,
                         byte[] buf)
      • pull

        public byte[] pull​(int forKey,
                           long vaddr,
                           int size)