|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.cache.CachePinnedReply
Nested Class Summary | |
---|---|
static class |
CachePinnedReply.Local
A simple class to store CachePinnedReply's to send to another local stage. |
Field Summary | |
---|---|
int |
requestId
id of stage requesting CacheBlockRequest Message |
Object |
userData
|
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()
String with CachePinnedReply and the id associated with the reply |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public Object userData
public int requestId
Method Detail |
public CacheableIdentity getID()
public CacheablePinned getHandle()
public Cacheable getBlock()
public int getRequestId()
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |