public class T_CachedInteger extends T_Cacheable
Modifier and Type | Field and Description |
---|---|
protected T_Key |
keyValue |
isDirty, owner
Constructor and Description |
---|
T_CachedInteger() |
Modifier and Type | Method and Description |
---|---|
void |
clean(boolean forRemove) |
void |
clearIdentity()
Put the object into the No Identity state.
|
org.apache.derby.iapi.services.cache.Cacheable |
createIdentity(java.lang.Object key,
java.lang.Object createParameter) |
java.lang.Object |
getIdentity()
Get the identity of this object.
|
org.apache.derby.iapi.services.cache.Cacheable |
setIdentity(java.lang.Object key) |
canRemove, dummySet, getCorrectObject, isDirty, setDirty
protected T_Key keyValue
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
setIdentity
in class T_Cacheable
org.apache.derby.iapi.error.StandardException
- Standard Derby Error policypublic 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
createIdentity
in class T_Cacheable
org.apache.derby.iapi.error.StandardException
- Standard Derby Error policypublic void clearIdentity()
public java.lang.Object getIdentity()
public void clean(boolean forRemove) throws org.apache.derby.iapi.error.StandardException
clean
in interface org.apache.derby.iapi.services.cache.Cacheable
clean
in class T_Cacheable
org.apache.derby.iapi.error.StandardException
- Standard Derby Error policyApache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.