Class OutputReference

java.lang.Object
java.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
org.apache.beam.runners.dataflow.util.OutputReference
All Implemented Interfaces:
Cloneable, Map<String,Object>

public final class OutputReference extends com.google.api.client.json.GenericJson
A representation used by Steps to reference the output of other Steps.
  • Field Details

  • Constructor Details

    • OutputReference

      public OutputReference(String stepName, String outputName)
  • Method Details

    • equals

      public boolean equals(@Nullable Object otherObject)
      Specified by:
      equals in interface Map<String,Object>
      Overrides:
      equals in class com.google.api.client.util.GenericData
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface Map<String,Object>
      Overrides:
      hashCode in class com.google.api.client.util.GenericData