Class ByteSourceOverStreamOp

java.lang.Object
com.google.common.io.ByteSource
org.aksw.jenax.engine.qlever.ByteSourceOverStreamOp

public class ByteSourceOverStreamOp extends com.google.common.io.ByteSource
Byte source over a logical plan.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected Map<String,org.aksw.shellgebra.algebra.stream.op.StreamOp>
     
    protected org.aksw.shellgebra.algebra.stream.op.StreamOp
     
    protected org.aksw.shellgebra.algebra.stream.op.StreamOpVisitor<InputStream>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ByteSourceOverStreamOp(org.aksw.shellgebra.algebra.stream.op.StreamOp op)
     
    ByteSourceOverStreamOp(org.aksw.shellgebra.algebra.stream.op.StreamOp op, Map<String,org.aksw.shellgebra.algebra.stream.op.StreamOp> hostOps)
     
    ByteSourceOverStreamOp(org.aksw.shellgebra.algebra.stream.op.StreamOp op, Map<String,org.aksw.shellgebra.algebra.stream.op.StreamOp> hostOps, org.aksw.shellgebra.algebra.stream.op.StreamOpVisitor<InputStream> streamVisitor)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class com.google.common.io.ByteSource

    asCharSource, concat, concat, concat, contentEquals, copyTo, copyTo, empty, hash, isEmpty, openBufferedStream, read, read, size, sizeIfKnown, slice, wrap

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • op

      protected org.aksw.shellgebra.algebra.stream.op.StreamOp op
    • hostOps

      protected Map<String,org.aksw.shellgebra.algebra.stream.op.StreamOp> hostOps
    • streamVisitor

      protected org.aksw.shellgebra.algebra.stream.op.StreamOpVisitor<InputStream> streamVisitor
  • Constructor Details

    • ByteSourceOverStreamOp

      public ByteSourceOverStreamOp(org.aksw.shellgebra.algebra.stream.op.StreamOp op)
    • ByteSourceOverStreamOp

      public ByteSourceOverStreamOp(org.aksw.shellgebra.algebra.stream.op.StreamOp op, Map<String,org.aksw.shellgebra.algebra.stream.op.StreamOp> hostOps)
    • ByteSourceOverStreamOp

      public ByteSourceOverStreamOp(org.aksw.shellgebra.algebra.stream.op.StreamOp op, Map<String,org.aksw.shellgebra.algebra.stream.op.StreamOp> hostOps, org.aksw.shellgebra.algebra.stream.op.StreamOpVisitor<InputStream> streamVisitor)
  • Method Details