Interface RSEvictingDualNodeHashTable


  • public interface RSEvictingDualNodeHashTable
    • Method Detail

      • reset

        void reset()
      • getCapacity

        int getCapacity()
      • setCapacity

        void setCapacity​(int capacity)
      • getRemainingCapacity

        int getRemainingCapacity()
      • setRemainingCapacity

        void setRemainingCapacity​(int remainingCapacity)
      • getThreshold

        float getThreshold()
      • setThreshold

        void setThreshold​(float threshold)
      • getTmpCapacity

        int getTmpCapacity()
      • setTmpCapacity

        void setTmpCapacity​(int tmpCapacity)
      • isTrashing

        boolean isTrashing()
      • resize

        void resize​(int newSize)
      • increaseCapacity

        void increaseCapacity​(int newSize)