Rice Pastry API

Uses of Class
rice.p2p.util.tuples.Tuple

Packages that use Tuple
org.mpisws.p2p.pki.x509   
org.mpisws.p2p.transport.bandwidthmeasure   
org.mpisws.p2p.transport.peerreview.audit   
org.mpisws.p2p.transport.peerreview.commitment   
org.mpisws.p2p.transport.rendezvous   
rice.p2p.util.tuples   
 

Uses of Tuple in org.mpisws.p2p.pki.x509
 

Methods in org.mpisws.p2p.pki.x509 that return Tuple
static Tuple<java.security.cert.X509Certificate,java.security.KeyPair> CAToolImpl.generateNewCA(java.lang.String CN, java.util.Date expiryDate)
           
 

Uses of Tuple in org.mpisws.p2p.transport.bandwidthmeasure
 

Methods in org.mpisws.p2p.transport.bandwidthmeasure that return Tuple
 Tuple<int[],java.util.Collection<org.mpisws.p2p.transport.bandwidthmeasure.BandwidthMeasuringTransportLayer.MySocket>> BandwidthMeasuringTransportLayer.getVals(Identifier i)
          Should be holding the lock on measured
 

Uses of Tuple in org.mpisws.p2p.transport.peerreview.audit
 

Methods in org.mpisws.p2p.transport.peerreview.audit that return Tuple
 Tuple<java.lang.Integer,Identifier> EvidenceTool.checkSnippet(LogSnippet snippet)
           
 Tuple<java.lang.Integer,Identifier> EvidenceToolImpl.checkSnippet(LogSnippet snippet)
          1) is the log snippet well-formed, i.e.
 

Uses of Tuple in org.mpisws.p2p.transport.peerreview.commitment
 

Methods in org.mpisws.p2p.transport.peerreview.commitment that return Tuple
 Tuple<AckMessage<Identifier>,java.lang.Boolean> CommitmentProtocol.logMessageIfNew(UserDataMessage<Handle> udm)
           
 Tuple<AckMessage<Identifier>,java.lang.Boolean> CommitmentProtocolImpl.logMessageIfNew(UserDataMessage<Handle> udm)
          Checks whether an incoming message is already in the log (which can happen with duplicates).
 

Methods in org.mpisws.p2p.transport.peerreview.commitment that return types with arguments of type Tuple
 java.util.LinkedList<Tuple<UserDataMessage<Handle>,java.util.Map<java.lang.String,java.lang.Object>>> PeerInfo.getRecvQueue()
           
 

Uses of Tuple in org.mpisws.p2p.transport.rendezvous
 

Methods in org.mpisws.p2p.transport.rendezvous that return Tuple
protected  Tuple<SocketCallback<Identifier>,SocketRequestHandle<Identifier>> RendezvousTransportLayerImpl.removeExpectedIncomingSocket(HighIdentifier target, int uid)
           
 

Uses of Tuple in rice.p2p.util.tuples
 

Subclasses of Tuple in rice.p2p.util.tuples
 class MutableTuple<A,B>
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.