A C D E G I M N P Q R S T U

R

RawDocument - Class in graphServer.graph
RawDocument is created when a new document is published, it is given a key value as a way of indexing all documents that are published.
RawDocument(String, String) - Constructor for class graphServer.graph.RawDocument
Keys the document.
RawPeer - Class in graphServer.graph
RawPeer is created when a new peer comes online, the peer is given a key value as a way of indexing all peers that ever come online.
RawPeer(String) - Constructor for class graphServer.graph.RawPeer
Keys the peer.
RawQuery - Class in graphServer.graph
RawQuery is created when a peer sends out a query, the query is given a key value as a way of indexing all querys that are ever output.
RawQuery(String, String) - Constructor for class graphServer.graph.RawQuery
Keys the query.
RawQueryHit - Class in graphServer.graph
RawQueryHit is created when a query has reached a peer and one of that peer's documents are a query hit, the query hit is given a key value as a way of indexing all query hits that ever come occur.
RawQueryHit(RawDocument, RawQuery) - Constructor for class graphServer.graph.RawQueryHit
Keys the query hit.
receiveMessage(DatagramPacket) - Method in class graphServer.graph.P2PGraph
 
receiveMessage(DatagramPacket) - Method in interface graphServer.UDPListener
Receive and handle a packet from the UDP Connection.

A C D E G I M N P Q R S T U