|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.cache.CachePinnedRequest.Local
A simple class to store CachePinnedRequest's to send to another local stage.
Field Summary | |
---|---|
int |
cacheType
|
int |
requestId
|
Constructor Summary | |
---|---|
CachePinnedRequest.Local(CachePinnedRequest req)
Constructs a new CachePinnedRequest.Local . |
Method Summary | |
---|---|
SecureHash |
getAguid()
getAguid returns A-GUID of the object that the block belongs. |
CacheableIdentity |
getID()
return the CacheableIdentity id |
int |
getRequestId()
|
boolean |
getUseDisk()
getUseDisk returns true if cache should automatically go to disk. |
boolean |
getUseNetwork()
getUseNetwork returns true if cache should automatically go to network. |
String |
toString()
Returns a human-readable representation of this CachePinnedRequest.Local . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int requestId
public int cacheType
Constructor Detail |
public CachePinnedRequest.Local(CachePinnedRequest req)
CachePinnedRequest.Local
.
req
- original CachePinnedRequestMethod Detail |
public CacheableIdentity getID()
public boolean getUseNetwork()
public boolean getUseDisk()
public SecureHash getAguid()
public int getRequestId()
public String toString()
CachePinnedRequest.Local
.
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |