|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--ostore.cache.CacheReserveSpaceMessage
| Field Summary | |
|---|---|
int |
cacheType
return the cacheType of cache that needs to be used to respond to request. |
int |
requestId
String representing the name of the stage sending a CacheReserveSpaceMessage |
| Constructor Summary | |
|---|---|
CacheReserveSpaceMessage(CacheFullException cfe,
int requestId)
request to reserve space bytes in the cache. |
|
CacheReserveSpaceMessage(int[] space,
int requestId)
|
|
CacheReserveSpaceMessage(int[] space,
int cacheType,
int requestId)
|
|
CacheReserveSpaceMessage(int space,
int requestId)
request to reserve space bytes in the cache. |
|
| Method Summary | |
|---|---|
int |
getCacheType()
return the cacheType of cache that needs to be used to respond to request. |
int |
getRequestTag()
|
int[] |
getSpace()
return amount of space requested in the cache |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public int cacheType
public int requestId
| Constructor Detail |
public CacheReserveSpaceMessage(int space,
int requestId)
public CacheReserveSpaceMessage(int[] space,
int requestId)
public CacheReserveSpaceMessage(int[] space,
int cacheType,
int requestId)
public CacheReserveSpaceMessage(CacheFullException cfe,
int requestId)
| Method Detail |
public int[] getSpace()
public int getCacheType()
public int getRequestTag()
public String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||