|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.cache.CacheUnpinRequest
A request to the MemoryCache
to release some pins.
Field Summary | |
---|---|
int |
cacheType
cacheType of cache that needs to be used to respond to request. |
int |
requestId
The requesting stage, a constant from StageId . |
Constructor Summary | |
---|---|
CacheUnpinRequest(CacheablePinned[] handles,
int requestId)
Creates a request to unpin several handles. |
|
CacheUnpinRequest(CacheablePinned handle,
int requestId)
Creates a request to unpin a single handle. |
Method Summary | |
---|---|
CacheablePinned[] |
get_handles()
Returns the array of handles to unpin. |
String |
toString()
Returns a human-readable representation of this CacheUnpinRequest . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int requestId
StageId
.
public int cacheType
Constructor Detail |
public CacheUnpinRequest(CacheablePinned handle, int requestId)
public CacheUnpinRequest(CacheablePinned[] handles, int requestId)
Method Detail |
public CacheablePinned[] get_handles()
public String toString()
CacheUnpinRequest
.
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |