outputNode.getOutputFields(), mRootSymbolTable);
if (null != logicalFlumeNode) {
mLocalFlow.setFlumeRequired(true);
}
} else if (node instanceof MemoryOutputNode) {
MemoryOutputNode memoryNode = (MemoryOutputNode) node;
newElem = new MemoryOutputElement(newContext, memoryNode.getFields());
String bufferName = memoryNode.getName();
// Bind this buffer name to this memory node in the map provided
// by the client.
mMemOutputMap.put(bufferName, (MemoryOutputElement) newElem);
} else if (node instanceof CreateStreamNode) {
// Just perform this operation immediately. Do not translate this into another