|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResultList | |
---|---|
org.egothor.core | This package concentrates the core data objects and interfaces. |
org.egothor.core.memory | This package contains an implementation of barrels in memory. |
org.egothor.core.query | This package contains objects that represent a structure of a query in our inner and binary form, readers of a barrel and a result queue. |
org.egothor.dir | This package defines objects of distributed IR layer. |
org.egothor.slotter | This package is responsible for management of arrays of DynStruct objects. |
org.egothor.store | This package contains an implementation of barrels on a hard disk. |
Uses of ResultList in org.egothor.core |
---|
Methods in org.egothor.core with parameters of type ResultList | |
---|---|
void |
Barrel.query(Query q,
ResultList result)
Submit a query to this Barrel. |
Uses of ResultList in org.egothor.core.memory |
---|
Methods in org.egothor.core.memory with parameters of type ResultList | |
---|---|
void |
Document.query(Query q,
ResultList result)
Not implemented.. |
void |
MemoryBarrel.query(Query q,
ResultList result)
Not implemented. |
Uses of ResultList in org.egothor.core.query |
---|
Constructors in org.egothor.core.query with parameters of type ResultList | |
---|---|
Rider(int size,
Barrel b,
ResultList res)
Constructor for the Rider object. |
Uses of ResultList in org.egothor.dir |
---|
Methods in org.egothor.dir with parameters of type ResultList | |
---|---|
void |
Group.query(Query q,
ResultList result)
Submit the given query to this Group. |
void |
TankerImplSecure.query(Query q,
ResultList result)
Deprecated. |
void |
TankerImplSecure.querySecure(Query q,
ResultList result)
Standard query, but using multithreaded safe way. |
Uses of ResultList in org.egothor.slotter |
---|
Methods in org.egothor.slotter with parameters of type ResultList | |
---|---|
void |
BarrelShadow.query(Query q,
ResultList result)
Submit a query to this Barrel. |
Uses of ResultList in org.egothor.store |
---|
Methods in org.egothor.store with parameters of type ResultList | |
---|---|
void |
ThickBarrel.query(Query q,
ResultList result)
Solves a query in this barrel. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |