Rice Pastry API

Uses of Interface
rice.p2p.commonapi.Cancellable

Packages that use Cancellable
org.mpisws.p2p.transport   
org.mpisws.p2p.transport.liveness   
org.mpisws.p2p.transport.util   
org.mpisws.p2p.transport.wire   
org.mpisws.p2p.transport.wire.magicnumber   
rice.p2p.commonapi   
rice.p2p.util   
rice.pastry   
rice.pastry.direct   
rice.pastry.pns   
rice.pastry.routing   
rice.pastry.standard   
rice.pastry.transport   
rice.selector   
 

Uses of Cancellable in org.mpisws.p2p.transport
 

Subinterfaces of Cancellable in org.mpisws.p2p.transport
 interface MessageRequestHandle<Identifier,MessageType>
          Can cancel the request to send the message.
 interface SocketRequestHandle<Identifier>
          Can cancel the request to open the socket.
 

Uses of Cancellable in org.mpisws.p2p.transport.liveness
 

Classes in org.mpisws.p2p.transport.liveness that implement Cancellable
protected  class LivenessTransportLayerImpl.DeadChecker
          DESCRIBE THE CLASS
 

Uses of Cancellable in org.mpisws.p2p.transport.util
 

Classes in org.mpisws.p2p.transport.util that implement Cancellable
 class MessageRequestHandleImpl<Identifier,MessageType>
           
 class SocketRequestHandleImpl<Identifier>
           
 

Methods in org.mpisws.p2p.transport.util that return Cancellable
 Cancellable MessageRequestHandleImpl.getSubCancellable()
           
 Cancellable SocketRequestHandleImpl.getSubCancellable()
           
 

Methods in org.mpisws.p2p.transport.util with parameters of type Cancellable
 void MessageRequestHandleImpl.setSubCancellable(Cancellable cancellable)
           
 void SocketRequestHandleImpl.setSubCancellable(Cancellable sub)
           
 

Uses of Cancellable in org.mpisws.p2p.transport.wire
 

Classes in org.mpisws.p2p.transport.wire that implement Cancellable
 class SocketManager
           
 class UDPLayer.Envelope
          Internal class which holds a pending datagram
 

Uses of Cancellable in org.mpisws.p2p.transport.wire.magicnumber
 

Classes in org.mpisws.p2p.transport.wire.magicnumber that implement Cancellable
protected  class MagicNumberTransportLayer.VerifyHeaderReceiver
           
 

Uses of Cancellable in rice.p2p.commonapi
 

Subinterfaces of Cancellable in rice.p2p.commonapi
 interface CancellableTask
          This class represents a task which can be cancelled by the caller.
 interface MessageReceipt
          Returned by a call to endpoint.route().
 

Uses of Cancellable in rice.p2p.util
 

Classes in rice.p2p.util that implement Cancellable
 class MRHAdapter
          Addapts a RawMessage to a normal Message
static class TimerWeakHashMap.HardLinkTimerTask
           
 

Uses of Cancellable in rice.pastry
 

Classes in rice.pastry that implement Cancellable
 class ExponentialBackoffScheduledMessage
           
 class ScheduledMessage
          A class that represents scheduled message events
 

Uses of Cancellable in rice.pastry.direct
 

Classes in rice.pastry.direct that implement Cancellable
 class DeliveryTimerTask
           
 class DirectTimerTask
           
 

Methods in rice.pastry.direct that return Cancellable
 Cancellable BasicNetworkSimulator.deliverMessage(MessageType msg, Identifier node, Identifier from)
          node should always be a local node, because this will be delivered instantly
 Cancellable BasicNetworkSimulator.deliverMessage(MessageType msg, Identifier node, Identifier from, int delay)
           
 Cancellable GenericNetworkSimulator.deliverMessage(MessageType msg, Identifier to, Identifier from, int delay)
          Deliver message.
 Cancellable BasicNetworkSimulator.deliverMessage(MessageType msg, Identifier node, Identifier from, int delay, int period)
           
 Cancellable BasicNetworkSimulator.deliverMessageFixedRate(MessageType msg, Identifier node, Identifier from, int delay, int period)
           
 

Uses of Cancellable in rice.pastry.pns
 

Methods in rice.pastry.pns that return Cancellable
 Cancellable PNSApplication.getLeafSet(NodeHandle handle, Continuation<LeafSet,java.lang.Exception> c)
          Non-blocking version.
 Cancellable PNSApplication.getRouteRow(NodeHandle handle, short row, Continuation<RouteSet[],java.lang.Exception> c)
          Non-blocking version.
 

Uses of Cancellable in rice.pastry.routing
 

Methods in rice.pastry.routing with parameters of type Cancellable
 void RouteMessage.setTLCancellable(Cancellable c)
           
 

Uses of Cancellable in rice.pastry.standard
 

Classes in rice.pastry.standard that implement Cancellable
 class PartitionHandler
           
 

Uses of Cancellable in rice.pastry.transport
 

Subinterfaces of Cancellable in rice.pastry.transport
 interface PMessageReceipt
           
 

Classes in rice.pastry.transport that implement Cancellable
 class PMessageReceiptImpl
           
 

Uses of Cancellable in rice.selector
 

Classes in rice.selector that implement Cancellable
 class TimerTask
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection