|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neodatis.odb.impl.core.transaction.Cache
org.neodatis.odb.impl.core.transaction.LazyCache
org.neodatis.odb.impl.core.transaction.LazyServerCache
public class LazyServerCache
Field Summary | |
---|---|
protected java.util.Map<OID,NonNativeObjectInfo> |
oidsOfNNoi
Object id of NonNativeObjectInfo |
Fields inherited from class org.neodatis.odb.impl.core.transaction.Cache |
---|
insertingObjects, name, nbCallsToGetObjectInfoHeaderFromObject, nbCallsToGetObjectInfoHeaderFromOid, nbCallsToGetObjectWithOid, nbObjectPositionByIds, nbObjects, nbOids, nbOih, nbTransactionOids, objectInfoPointersCacheFromOid, objectPositionsByIds, objects, oids, readingObjectInfo, session, unconnectedZoneOids, useCache |
Constructor Summary | |
---|---|
LazyServerCache(ISession session)
|
Method Summary | |
---|---|
void |
addOid(OID oid,
NonNativeObjectInfo nnoi)
|
void |
clear(boolean setToNull)
|
NonNativeObjectInfo |
getNnoi(OID oid)
|
void |
startInsertingObject(java.lang.Object object,
OID oid,
NonNativeObjectInfo nnoi)
|
Methods inherited from class org.neodatis.odb.impl.core.transaction.LazyCache |
---|
addObject, addObjectInfo, checkHeaderPosition, getObjectInfoHeaderFromObject, getObjectInfoHeaderFromOid, getObjectWithOid, getOid, getQueue, init, manageFullCache |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.util.Map<OID,NonNativeObjectInfo> oidsOfNNoi
Constructor Detail |
---|
public LazyServerCache(ISession session)
Method Detail |
---|
public void addOid(OID oid, NonNativeObjectInfo nnoi)
public NonNativeObjectInfo getNnoi(OID oid)
public void startInsertingObject(java.lang.Object object, OID oid, NonNativeObjectInfo nnoi)
public void clear(boolean setToNull)
clear
in interface ICache
clear
in class Cache
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |