public abstract class T_Cacheable
extends java.lang.Object
implements org.apache.derby.iapi.services.cache.Cacheable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isDirty |
protected java.lang.Thread |
owner |
| Constructor and Description |
|---|
T_Cacheable() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRemove() |
void |
clean(boolean forRemove) |
org.apache.derby.iapi.services.cache.Cacheable |
createIdentity(java.lang.Object key,
java.lang.Object createParameter) |
protected boolean |
dummySet(T_Key tkey) |
protected org.apache.derby.iapi.services.cache.Cacheable |
getCorrectObject(java.lang.Object keyValue) |
boolean |
isDirty()
Returns true of the object is dirty.
|
void |
setDirty() |
org.apache.derby.iapi.services.cache.Cacheable |
setIdentity(java.lang.Object key) |
public org.apache.derby.iapi.services.cache.Cacheable setIdentity(java.lang.Object key)
throws org.apache.derby.iapi.error.StandardException
setIdentity in interface org.apache.derby.iapi.services.cache.Cacheableorg.apache.derby.iapi.error.StandardExceptionpublic org.apache.derby.iapi.services.cache.Cacheable createIdentity(java.lang.Object key,
java.lang.Object createParameter)
throws org.apache.derby.iapi.error.StandardException
createIdentity in interface org.apache.derby.iapi.services.cache.Cacheableorg.apache.derby.iapi.error.StandardExceptionpublic boolean isDirty()
isDirty in interface org.apache.derby.iapi.services.cache.Cacheablepublic void clean(boolean forRemove)
throws org.apache.derby.iapi.error.StandardException
clean in interface org.apache.derby.iapi.services.cache.Cacheableorg.apache.derby.iapi.error.StandardExceptionprotected org.apache.derby.iapi.services.cache.Cacheable getCorrectObject(java.lang.Object keyValue)
throws org.apache.derby.iapi.error.StandardException
org.apache.derby.iapi.error.StandardExceptionprotected boolean dummySet(T_Key tkey) throws org.apache.derby.iapi.error.StandardException
org.apache.derby.iapi.error.StandardExceptionpublic void setDirty()
public boolean canRemove()
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.