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

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

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

Methods in gr.uoa.di.madgik.searchlibrary.operatorlibrary.join that return types with arguments of type EventEntry
 Queue<EventEntry> ScanElement.getEventQueue()
          Retrieves the queue used to place events
 

Method parameters in gr.uoa.di.madgik.searchlibrary.operatorlibrary.join with type arguments of type EventEntry
 void ScanElement.setEventQueue(Queue<EventEntry> events)
          Sets the queue used to place events
 

Constructor parameters in gr.uoa.di.madgik.searchlibrary.operatorlibrary.join with type arguments of type EventEntry
EventHandler(gr.uoa.di.madgik.grs.writer.IRecordWriter<T> writer, Queue<EventEntry> eventQueue, int readerCount, int emissionStep)
           
EventHandler(gr.uoa.di.madgik.grs.writer.IRecordWriter<T> writer, Queue<EventEntry> eventQueue, int readerCount, int emissionStep, int safeNumberOfResults, int joinRatioComputationStep)
           
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.