public abstract class ProcessingNode extends Object
| Constructor and Description |
|---|
ProcessingNode(org.teiid.translator.mongodb.MongoDocument document) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDocumentName() |
abstract com.mongodb.BasicDBObject |
getInstruction() |
int |
hashCode() |
public ProcessingNode(org.teiid.translator.mongodb.MongoDocument document)
public abstract com.mongodb.BasicDBObject getInstruction()
throws TranslatorException
TranslatorExceptionpublic String getDocumentName() throws TranslatorException
TranslatorExceptionCopyright © 2020. All rights reserved.