java.lang.Object
com.orientechnologies.orient.core.storage.cache.chm.PageKey

public final class PageKey extends Object
  • Constructor Details

    • PageKey

      public PageKey(long fileId, int pageIndex)
  • Method Details

    • getFileId

      public long getFileId()
    • getPageIndex

      public int getPageIndex()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public static int hashCode(long fileId, int pageIndex)