Uses of Class
gr.uoa.di.madgik.searchlibrary.operatorlibrary.indexfuse.JoinElement

Packages that use JoinElement
gr.uoa.di.madgik.searchlibrary.operatorlibrary.indexfuse   
 

Uses of JoinElement in gr.uoa.di.madgik.searchlibrary.operatorlibrary.indexfuse
 

Methods in gr.uoa.di.madgik.searchlibrary.operatorlibrary.indexfuse that return types with arguments of type JoinElement
 Queue<JoinElement> ScanElement.getQueue()
          Retrieves the queue used to place records
 

Methods in gr.uoa.di.madgik.searchlibrary.operatorlibrary.indexfuse with parameters of type JoinElement
 boolean ResultElement.insertElement(JoinElement element, double weight)
          Inserts a new element for the IO, this result refers to
 

Method parameters in gr.uoa.di.madgik.searchlibrary.operatorlibrary.indexfuse with type arguments of type JoinElement
 void ScanElement.setQueue(Queue<JoinElement> queue)
          Sets the queue used to place records
 

Constructor parameters in gr.uoa.di.madgik.searchlibrary.operatorlibrary.indexfuse with type arguments of type JoinElement
ScanElement(gr.uoa.di.madgik.grs.reader.ForwardReader<gr.uoa.di.madgik.grs.record.Record> reader, Queue<JoinElement> queue, Object synchThis, short inputID, short metaInputID, long timeout, TimeUnit timeUnit)
          Create a new ScanElement
 



Copyright © 2013. All Rights Reserved.