|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
org.gcube.indexmanagement.geoindexlookup.GeoIndexLookupSearchWorker
public class GeoIndexLookupSearchWorker
A worker thread used to retrieve results and build the resulting ResultSet.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary |
---|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
GeoIndexLookupSearchWorker(java.util.Vector<RTreeWrapper> index,
java.lang.String collectionID,
java.lang.String language,
Polygon queryShape,
InclusionType containment,
Refiner[] refiners,
RankEvaluator ranker,
MergeSortPipe pipe,
int workerID,
boolean flowControlled,
GeoIndexType indexType,
int numberOfDecimals,
boolean isComplete,
java.io.RandomAccessFile raf,
java.util.LinkedHashMap<java.lang.String,java.lang.String> projections)
GeoIndexLookupSearchWorker's Constructor. |
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GeoIndexLookupSearchWorker(java.util.Vector<RTreeWrapper> index, java.lang.String collectionID, java.lang.String language, Polygon queryShape, InclusionType containment, Refiner[] refiners, RankEvaluator ranker, MergeSortPipe pipe, int workerID, boolean flowControlled, GeoIndexType indexType, int numberOfDecimals, boolean isComplete, java.io.RandomAccessFile raf, java.util.LinkedHashMap<java.lang.String,java.lang.String> projections)
index
- Vector
- the index to querycollectionID
- String
- the collection ID of the indexqueryShape
- Polygon
- the shape of the spatial querycontainment
- InclusionType
- the containment method of the queryrefiners
- Refiner[]
- a list of refiners to be usedranker
- RankEvaluator
- the rank evaluator to be used for ranking and sortingrsWriter
- RSXMLWriter
- the RSXMLWriter to use for writing resultsindexType
- GeoIndexType
- the GeoIndexType of the indexnumberOfDecimals
- int
- the Number Of Decimals used in the indexresource
- GeoIndexLookupResource
- the GeoIndexLookupResource which spawned this worker deamonMethod Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |