|
P-Grid v2.0a2 API Specification | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyRange | |
|---|---|
| p2p.basic | |
| p2p.storage | |
| Uses of KeyRange in p2p.basic |
|---|
| Methods in p2p.basic that return KeyRange | |
|---|---|
abstract KeyRange |
P2PFactory.generateKeyRange(Object lowerBound,
Object higherBound)
Generate a KeyRange instance compatible with the P2P implementation. |
KeyRange |
Peer.getKeyRange()
Get the range for which the peer is responsible. |
| Methods in p2p.basic with parameters of type KeyRange | |
|---|---|
void |
P2P.route(KeyRange range,
Message message)
Send a message to a set of peers responsible for a range of keys. |
| Uses of KeyRange in p2p.storage |
|---|
| Methods in p2p.storage that return KeyRange | |
|---|---|
KeyRange |
TypeHandler.generateKeyRange(Object lowerBound,
Object higherBound)
Generate a KeyRange instance compatible with the P2P implementation. |
KeyRange |
Query.getKeyRange()
Get the key of the query used to route it to the responsible peer. |
|
P-Grid v2.0a2 API Specification | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||