Package org.teiid.translator.mongodb
Class ProcessingNode
- java.lang.Object
-
- org.teiid.translator.mongodb.ProcessingNode
-
- Direct Known Subclasses:
ExistsNode,ProjectionNode,UnwindNode
public abstract class ProcessingNode extends Object
-
-
Constructor Summary
Constructors Constructor Description ProcessingNode(org.teiid.translator.mongodb.MongoDocument document)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetDocumentName()abstract com.mongodb.BasicDBObjectgetInstruction()inthashCode()
-
-
-
Method Detail
-
getInstruction
public abstract com.mongodb.BasicDBObject getInstruction() throws TranslatorException- Throws:
TranslatorException
-
getDocumentName
public String getDocumentName() throws TranslatorException
- Throws:
TranslatorException
-
-