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.Cacheable
org.apache.derby.iapi.error.StandardException
public 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.Cacheable
org.apache.derby.iapi.error.StandardException
public boolean isDirty()
isDirty
in interface org.apache.derby.iapi.services.cache.Cacheable
public void clean(boolean forRemove) throws org.apache.derby.iapi.error.StandardException
clean
in interface org.apache.derby.iapi.services.cache.Cacheable
org.apache.derby.iapi.error.StandardException
protected org.apache.derby.iapi.services.cache.Cacheable getCorrectObject(java.lang.Object keyValue) throws org.apache.derby.iapi.error.StandardException
org.apache.derby.iapi.error.StandardException
protected boolean dummySet(T_Key tkey) throws org.apache.derby.iapi.error.StandardException
org.apache.derby.iapi.error.StandardException
public void setDirty()
public boolean canRemove()
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.