Class PackageUtil.StagedFile

java.lang.Object
org.apache.beam.runners.dataflow.util.PackageUtil.StagedFile
Enclosing class:
PackageUtil

public abstract static class PackageUtil.StagedFile extends Object
  • Constructor Details

    • StagedFile

      public StagedFile()
  • Method Details

    • of

      public static PackageUtil.StagedFile of(String source, String sha256, String destination)
    • getSource

      public abstract String getSource()
      The file to stage.
    • getSha256

      public abstract String getSha256()
      The SHA-256 hash of the source file.
    • getDestination

      public abstract String getDestination()
      Staged target for this file.