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   
rice.pastry.peerreview   
 

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

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

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

Methods in org.mpisws.p2p.transport.bandwidthmeasure that return Tuple
 Tuple<int[],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<Integer,Identifier> EvidenceToolImpl.checkSnippet(LogSnippet snippet)
          1) is the log snippet well-formed, i.e. are the entries of the correct length, and do they have the correct format?
 Tuple<Integer,Identifier> EvidenceTool.checkSnippet(LogSnippet snippet)
           
 

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

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

Methods in org.mpisws.p2p.transport.peerreview.commitment that return types with arguments of type Tuple
 LinkedList<Tuple<UserDataMessage<Handle>,Map<String,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>
           
 

Uses of Tuple in rice.pastry.peerreview
 

Fields in rice.pastry.peerreview with type parameters of type Tuple
protected  Map<Id,Tuple<TimerTask,Collection<Continuation<Collection<NodeHandle>,Exception>>>> FetchLeafsetApp.pendingLookups
           
 



Copyright © 2010. All Rights Reserved.