Class OffHeapHashMap.PendingPage

  • Enclosing class:
    OffHeapHashMap<K,​V>

    static class OffHeapHashMap.PendingPage
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int reprobe  
      (package private) Page tablePage  
    • Constructor Summary

      Constructors 
      Constructor Description
      PendingPage​(Page tablePage, int reprobe)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • tablePage

        final Page tablePage
      • reprobe

        final int reprobe
    • Constructor Detail

      • PendingPage

        PendingPage​(Page tablePage,
                    int reprobe)