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 boolean
equals(Object obj)
String
getDocumentName()
abstract com.mongodb.BasicDBObject
getInstruction()
int
hashCode()
-
-
-
Method Detail
-
getInstruction
public abstract com.mongodb.BasicDBObject getInstruction() throws TranslatorException
- Throws:
TranslatorException
-
getDocumentName
public String getDocumentName() throws TranslatorException
- Throws:
TranslatorException
-
-