|
P-Grid v2.0a2 API Specification | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Query | |
|---|---|
| p2p.storage | |
| Uses of Query in p2p.storage |
|---|
| Methods in p2p.storage that return Query | |
|---|---|
abstract Query |
StorageFactory.createQuery(Type type,
String queryString)
Create a Query instance compatible with the Storage implementation. |
abstract Query |
StorageFactory.createQuery(Type type,
String lowerBound,
String higherBound)
Create a Query instance compatible with the Storage implementation. |
| Methods in p2p.storage with parameters of type Query | |
|---|---|
void |
TypeHandler.handleLocalSearch(Query query,
SearchListener listener)
Searches localy for all dataitems matching the query query |
void |
Storage.search(Query query,
SearchListener listener)
Search the network for matching items. |
String |
TypeHandler.submitSearchHigherBoundValue(Query query)
Construct the string out of the higherbound that will be use to query the network. |
String |
TypeHandler.submitSearchLowerBoundValue(Query query)
Construct the string out of the lowerbound that will be use to query the network. |
|
P-Grid v2.0a2 API Specification | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||