public class BufferedPlanNode<T extends MultiStreamPlanNode & PlanNode> extends Object implements PushablePlanNode
Modifier and Type | Method and Description |
---|---|
int |
depth() |
String |
getId() |
IteratorData |
getIteratorDataType() |
void |
getPlanAsGraphvizDot(StringBuilder stringBuilder) |
boolean |
isClosed() |
CloseableIteration<Tuple,SailException> |
iterator() |
void |
push(Tuple next) |
String |
toString() |
public CloseableIteration<Tuple,SailException> iterator()
public void getPlanAsGraphvizDot(StringBuilder stringBuilder)
getPlanAsGraphvizDot
in interface PlanNode
public IteratorData getIteratorDataType()
getIteratorDataType
in interface PlanNode
public void push(Tuple next)
push
in interface PushablePlanNode
public boolean isClosed()
isClosed
in interface PushablePlanNode
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.