Class StagePipeline

java.lang.Object
org.aksw.shellgebra.exec.stage.StagePipeline
All Implemented Interfaces:
Stage

public class StagePipeline extends Object implements Stage
  • Constructor Details

    • StagePipeline

      public StagePipeline(List<Stage> stages)
  • Method Details

    • from

      public BoundStage from(com.google.common.io.ByteSource input)
      Description copied from interface: Stage
      Use a byte source for input. Note: If the byte source wraps a live input stream, then it is the caller's responsibility to close it.
      Specified by:
      from in interface Stage
    • from

      public BoundStage from(FileWriterTask input)
      Specified by:
      from in interface Stage
    • from

      public BoundStage from(BoundStage input)
      Specified by:
      from in interface Stage
    • fromNull

      public BoundStage fromNull()
      Specified by:
      fromNull in interface Stage