P-Grid v2.0a2 API Specification
A C D G H I J K L M N P Q R S T U W

G

generateGUID() - Method in class p2p.basic.P2PFactory
Generate a GUID instance compatible with the P2P implementation.
generateKey(Object) - Method in class p2p.basic.P2PFactory
Generate a Key instance compatible with the P2P implementation.
generateKey(Object) - Method in interface p2p.storage.TypeHandler
Generate a Key instance compatible with the P2P implementation.
generateKeyRange(Object, Object) - Method in class p2p.basic.P2PFactory
Generate a KeyRange instance compatible with the P2P implementation.
generateKeyRange(Object, Object) - Method in interface p2p.storage.TypeHandler
Generate a KeyRange instance compatible with the P2P implementation.
getBytes() - Method in interface p2p.basic.GUID
Returns the value of the unique ID.
getBytes() - Method in interface p2p.basic.Key
Returns the value of the key.
getData() - Method in interface p2p.basic.Message
Get the message content.
getData() - Method in interface p2p.storage.DataItem
Get the item's content.
getGUID() - Method in interface p2p.basic.Message
Get the message's guid.
getGUID() - Method in interface p2p.basic.Peer
Get the guid the distiguishes this peer from others.
getGUID() - Method in interface p2p.storage.DataItem
Get the ID of the item.
getGUID() - Method in interface p2p.storage.Query
Get the query's guid.
getHigherBound() - Method in interface p2p.storage.Query
Get the higher query string that defines the query, e.g. a keyword such as 'Madonna' or a semantic query such as '<predicate>Actor</predicate><object>Madonna</object>'.
getIP() - Method in interface p2p.basic.Peer
Get the peer's address
getKey() - Method in interface p2p.storage.DataItem
Get the key index of the item.
getKeyRange() - Method in interface p2p.basic.Peer
Get the range for which the peer is responsible.
getKeyRange() - Method in interface p2p.storage.Query
Get the key of the query used to route it to the responsible peer.
getLocalDataItems() - Method in interface p2p.storage.Storage
Get collection of the local data items.
getLocalPeer() - Method in interface p2p.basic.P2P
Get information on the local peer.
getLowerBound() - Method in interface p2p.storage.Query
Get the lower bound of the range query string that defines the query, e.g. a keyword such as 'Madonna' or a semantic query such as '<predicate>Actor</predicate><object>Madonna</object>'.
getMax() - Method in interface p2p.basic.KeyRange
Get the upper bound of the key range.
getMin() - Method in interface p2p.basic.KeyRange
Get the lower bound of the key range.
getNeighbors() - Method in interface p2p.basic.P2P
Get information on the neighbors known to this peer.
getPeer() - Method in interface p2p.storage.DataItem
Get the host responsible for this item.
getPort() - Method in interface p2p.basic.Peer
Get the peer's service port
getStatus() - Method in interface p2p.storage.Query
Get the query's status code, as defined by the storage layer.
getType() - Method in interface p2p.storage.DataItem
Get the item's type of content.
getType() - Method in interface p2p.storage.Query
Get the type of items the query considers, e.g. text/file, etc.
GUID - Interface in p2p.basic
Global Unique Identifier is used to distinguish objects in a distributed environment.

P-Grid v2.0a2 API Specification
A C D G H I J K L M N P Q R S T U W
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