Class DfsBlockCache.Ref<T>

  • Enclosing class:
    DfsBlockCache

    static final class DfsBlockCache.Ref<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Ref​(DfsStreamKey key, long position, long size, T v)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) T get()  
      (package private) boolean has()  
      • Methods inherited from class java.lang.Object

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

      • Ref

        Ref​(DfsStreamKey key,
            long position,
            long size,
            T v)
    • Method Detail

      • get

        T get()
      • has

        boolean has()