Class BowlReference

java.lang.Object
org.pentaho.di.core.bowl.BowlReference

public class BowlReference extends Object
Wraps a WeakReference to a Bowl and provides equality based on the "==" equality of the referenced Bowl. Used to prevent leaking Bowls in the vfs layer.
  • Constructor Details

    • BowlReference

      public BowlReference(Bowl bowl)
  • Method Details

    • getBowl

      public Bowl getBowl()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object