Class Summary |
P2PGraph |
P2PGraph maintains the P2PNetworkGraph and log events received from the UDP Connection. |
QueryOutputs |
Maps queryID Strings to a key index value. |
RawDocument |
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. |
RawPeer |
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. |
RawQuery |
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. |
RawQueryHit |
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. |