|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompilationMessageCollector | |
---|---|
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer | |
org.apache.pig.impl.logicalLayer.validators | |
org.apache.pig.impl.plan |
Uses of CompilationMessageCollector in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer |
---|
Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that return CompilationMessageCollector | |
---|---|
CompilationMessageCollector |
MRCompiler.getMessageCollector()
|
CompilationMessageCollector |
CombinerOptimizer.getMessageCollector()
|
Constructors in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with parameters of type CompilationMessageCollector | |
---|---|
CombinerOptimizer(MROperPlan plan,
String chunkSize,
CompilationMessageCollector messageCollector)
|
Uses of CompilationMessageCollector in org.apache.pig.impl.logicalLayer.validators |
---|
Methods in org.apache.pig.impl.logicalLayer.validators with parameters of type CompilationMessageCollector | |
---|---|
void |
TypeCheckingValidator.validate(LogicalPlan plan,
CompilationMessageCollector msgCollector)
|
void |
SchemaAliasValidator.validate(LogicalPlan plan,
CompilationMessageCollector msgCollector)
|
void |
LogicalPlanValidationExecutor.validate(LogicalPlan plan,
CompilationMessageCollector msgCollector)
|
void |
InputOutputFileValidator.validate(LogicalPlan plan,
CompilationMessageCollector messageCollector)
|
Constructors in org.apache.pig.impl.logicalLayer.validators with parameters of type CompilationMessageCollector | |
---|---|
InputOutputFileVisitor(LogicalPlan plan,
CompilationMessageCollector messageCollector,
PigContext pigContext)
|
|
TypeCheckingVisitor(LogicalPlan plan,
CompilationMessageCollector messageCollector)
|
Uses of CompilationMessageCollector in org.apache.pig.impl.plan |
---|
Methods in org.apache.pig.impl.plan with parameters of type CompilationMessageCollector | |
---|---|
static void |
CompilationMessageCollector.logAllMessages(CompilationMessageCollector messageCollector,
org.apache.commons.logging.Log log)
|
static void |
CompilationMessageCollector.logMessages(CompilationMessageCollector messageCollector,
CompilationMessageCollector.MessageType messageType,
boolean aggregate,
org.apache.commons.logging.Log log)
|
abstract void |
PlanValidator.validate(P plan,
CompilationMessageCollector messageCollector)
If there are errors during validation, all of the errors have to be collected in the supplied messageCollector. |
void |
PlanValidationExecutor.validate(P plan,
CompilationMessageCollector msgCollector)
|
protected void |
PlanValidator.validate(PlanVisitor<O,P> visitor,
CompilationMessageCollector messageCollector)
This convenient method is used when: - if an exception being thrown from the current validation logic indicates that the whole validation pipeline should stop. |
protected void |
PlanValidator.validateSkipCollectException(PlanVisitor<O,P> visitor,
CompilationMessageCollector messageCollector)
This convenient method is used when: - if an exception being thrown from the current validation logic indicates that the whole validation pipeline should stop. |
protected void |
PlanValidator.validateTolerateException(PlanVisitor<O,P> visitor,
CompilationMessageCollector messageCollector)
This convenient method is used when: - if an exception being thrown from the current validation logic indicates that the whole validation pipeline should keep going by continuing with the next validation logic in the pipeline (skip the rest of the current logic) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |