|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.cache.CachePinnedReply.Local
A simple class to store CachePinnedReply's to send to another local stage.
Field Summary | |
---|---|
int |
requestId
|
Constructor Summary | |
---|---|
CachePinnedReply.Local(CacheableIdentity id,
CacheablePinned handle,
int requestId)
Constructs a new CachePinnedReply.Local . |
Method Summary | |
---|---|
Cacheable |
getBlock()
return the cacheable requested |
CacheablePinned |
getHandle()
return the CacheablePinned for the Cacheable requested (null if the request could not be satisfied) |
CacheableIdentity |
getID()
return the CacheableIdentity stored in the CachePinnedReply |
int |
getRequestId()
id of stage requesting the block. |
String |
toString()
Returns a human-readable representation of this CachePinnedReply.Local . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int requestId
Constructor Detail |
public CachePinnedReply.Local(CacheableIdentity id, CacheablePinned handle, int requestId)
CachePinnedReply.Local
.
id
- CacheableIdentity
.handle
- CacheablePinned
Method Detail |
public CacheableIdentity getID()
public CacheablePinned getHandle()
public Cacheable getBlock()
public int getRequestId()
public String toString()
CachePinnedReply.Local
.
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |