P-Grid v2.0a2 API Specification

Uses of Interface
p2p.basic.KeyRange

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

This is open source software distributed under the terms of the GNU General Public License, a copy of which is included in the file LICENSE. If not you can find the GPL at http://www.gnu.org/copyleft/gpl.txt