Class DfsBlockCache.EvictKey

  • Enclosing class:
    DfsBlockCache

    private static final class DfsBlockCache.EvictKey
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int keyHash  
      private int packExtPos  
      private long position  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object object)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • keyHash

        private final int keyHash
      • packExtPos

        private final int packExtPos
      • position

        private final long position
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object