Uses of Class
gr.uoa.di.madgik.searchlibrary.operatorlibrary.join.EventHandler

Packages that use EventHandler
gr.uoa.di.madgik.searchlibrary.operatorlibrary.join   
 

Uses of EventHandler in gr.uoa.di.madgik.searchlibrary.operatorlibrary.join
 

Methods in gr.uoa.di.madgik.searchlibrary.operatorlibrary.join that return EventHandler
 EventHandler ScanElement.getEventHandler()
          Retrieves the event handler used to propagate events
 

Methods in gr.uoa.di.madgik.searchlibrary.operatorlibrary.join with parameters of type EventHandler
 void JoinWorker.checkJoin(JoinElement tmp, HashJoin join1, HashJoin join2, gr.uoa.di.madgik.grs.reader.RandomReader<gr.uoa.di.madgik.grs.record.Record> leftReader, gr.uoa.di.madgik.grs.reader.RandomReader<gr.uoa.di.madgik.grs.record.Record> rightReader, Object synch, BlockingQueue<JoinElement> queue, EventHandler eventHandler, BooleanHolder stopNotifier)
          Checks if the provided elements must be joined and places it in the respective hash table
 void ScanElement.setEventHandler(EventHandler eventHandler)
          Sets the event handler used to propagate events
 

Constructors in gr.uoa.di.madgik.searchlibrary.operatorlibrary.join with parameters of type EventHandler
ScanElement(gr.uoa.di.madgik.grs.reader.RandomReader<gr.uoa.di.madgik.grs.record.Record> reader, String keyFieldName, BlockingQueue<JoinElement> queue, Queue<EventEntry> events, EventHandler eventHandler, long timeout, TimeUnit timeUnit, Object synchThis, short inputID, BooleanHolder stopNotifier)
          Create a new ScanElement
 



Copyright © 2013. All Rights Reserved.