254255256257258259260
return new MemoryHashJoinGate( flowProcess, join ); } protected MemoryCoGroupGate createBlockingJoinGate( HashJoin join ) { return new MemoryCoGroupGate( flowProcess, join ); }
75767778798081
} } protected Gate createCoGroupGate( CoGroup element, IORole role ) { return new MemoryCoGroupGate( flowProcess, element ); }