|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.cache.CacheBlockReplyMessage
Field Summary | |
---|---|
int |
requestId
id of stage requesting CacheBlockRequest Message |
Method Summary | |
---|---|
Cacheable |
getBlock()
return the cacheable requested |
CacheableHandle |
getHandle()
return the CacheableHandle for the Cacheable requested |
CacheableIdentity |
getID()
return the CacheableIdentity stored in the CacheBlockReplyMessage |
int |
getRequestId()
id of stage requesting the block |
String |
toString()
String with CacheBlockReplyMessage 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 int requestId
Method Detail |
public CacheableIdentity getID()
public CacheableHandle 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 |