gr.uoa.di.madgik.searchlibrary.operatorlibrary.indexfuse
Class ReaderScan
java.lang.Object
java.lang.Thread
gr.uoa.di.madgik.searchlibrary.operatorlibrary.indexfuse.ReaderScan
- All Implemented Interfaces:
- Runnable
public class ReaderScan
- extends Thread
Helper thread class used to iterate over an input org.gcube.searchservice.searchlibrary.resultset.ResultSet
retrieve the records it contains and persist them in a temporary file buffer and offer them for join
- Author:
- UoA
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
ReaderScan
public ReaderScan(ScanElement scan,
String objectIdFieldName,
String collectionFieldName,
String rankFieldName)
- Creates a new
ReaderScan
- Parameters:
scan - Info on the input org.gcube.searchservice.searchlibrary.resultset.ResultSet
and the buffer fileobjectIdFieldName - The name of the Field containing the object idcollectionFieldName - The name of the Field containing the collectionrankFieldName - The name of the Field containing the rank
run
public void run()
- Specified by:
run in interface Runnable- Overrides:
run in class Thread
- See Also:
Runnable.run()
Copyright © 2013. All Rights Reserved.