Module openj9.dtfj

Class PageCache.Page

java.lang.Object
com.ibm.dtfj.corereaders.PageCache.Page
Enclosing class:
PageCache

public class PageCache.Page extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected long
     
    protected int
     
    protected int
     
    protected int
     
    protected int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    byte[]
    pull(int forKey, long vaddr, int size)
     
    void
    push(int forKey, long vaddr, byte[] buf)
     

    Methods declared in class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • slot

      protected int slot
    • base

      protected long base
    • span

      protected int span
    • key

      protected int key
    • used

      protected int used
  • Constructor Details

    • Page

      public Page()
  • Method Details

    • isEmpty

      public boolean isEmpty()
    • push

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

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