dd.dht.api
Class DhtIteratorNextReq
java.lang.Object
|
+--dd.kbr.api.KbrReq
|
+--dd.dht.api.DhtIteratorNextReq
- All Implemented Interfaces:
- QueueElementIF
- public class DhtIteratorNextReq
- extends KbrReq
DhtIteratorNextReq
requests the next set of objects of an
iteration from DHT.
- Version:
- $Id: DhtIteratorNextReq.java,v 1.1.1.1 2004/04/06 00:09:56 hweather Exp $
- Author:
- Hakim Weatherspoon
Methods inherited from class dd.kbr.api.KbrReq |
BUG |
iteratorID
public Object iteratorID
- Opaque token to keep track of an iteration.
DhtIteratorNextReq
public DhtIteratorNextReq(Object i,
long a,
Object u,
SinkIF s)
- Constructor: Creates a new
DhtIteratorNextReq
.
- Parameters:
i
- Opaque token to keep track of an iteration.a
- Unique identifier for a destination application.u
- Requestor defined object to be returned in the resp.s
- Requestor sink
to return resp
toString
public String toString()
- Specified by java.lang.Object
- Specified by:
toString
in class KbrReq