Class BackReference

java.lang.Object
org.apache.hadoop.fs.impl.BackReference

public class BackReference extends Object
Holds reference to an object to be attached to a stream or store to avoid the reference being lost to GC.
  • Constructor Details

    • BackReference

      public BackReference(@Nullable Object reference)
  • Method Details

    • isNull

      public boolean isNull()
      is the reference null?
      Returns:
      true if the ref. is null, else false.
    • toString

      public String toString()
      Overrides:
      toString in class Object