protected class CorrelationOptimizer.CorrelationNodeProcCtx extends Object
Constructor and Description |
---|
CorrelationOptimizer.CorrelationNodeProcCtx(ParseContext pctx) |
Modifier and Type | Method and Description |
---|---|
void |
addCorrelation(IntraQueryCorrelation correlation) |
boolean |
addRemovedOperator(Operator<?> rsOp) |
void |
addWalked(ReduceSinkOperator op) |
void |
addWalkedAll(Collection<ReduceSinkOperator> c) |
List<String> |
getAbortReasons() |
List<IntraQueryCorrelation> |
getCorrelations() |
ParseContext |
getPctx() |
boolean |
hasBeenRemoved(Operator<?> rsOp) |
void |
incrementFileSinkOperatorCount() |
boolean |
isAbort() |
boolean |
isWalked(ReduceSinkOperator op) |
int |
minReducer() |
void |
removeWalked(ReduceSinkOperator op) |
void |
removeWalkedAll(Collection<ReduceSinkOperator> c) |
void |
setAbort(boolean abort) |
void |
setPctx(ParseContext pctx) |
boolean |
trustScript() |
public CorrelationOptimizer.CorrelationNodeProcCtx(ParseContext pctx)
public void setAbort(boolean abort)
public boolean isAbort()
public void addCorrelation(IntraQueryCorrelation correlation)
public List<IntraQueryCorrelation> getCorrelations()
public boolean isWalked(ReduceSinkOperator op)
public void addWalked(ReduceSinkOperator op)
public void addWalkedAll(Collection<ReduceSinkOperator> c)
public void removeWalked(ReduceSinkOperator op)
public void removeWalkedAll(Collection<ReduceSinkOperator> c)
public void incrementFileSinkOperatorCount()
public ParseContext getPctx()
public void setPctx(ParseContext pctx)
public boolean trustScript()
public int minReducer()
public boolean hasBeenRemoved(Operator<?> rsOp)
public boolean addRemovedOperator(Operator<?> rsOp)
Copyright © 2017 The Apache Software Foundation. All rights reserved.