|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.dbi.INList
public class INList
The INList is a list of in-memory INs for a given environment.
Constructor Summary | |
---|---|
INList(INList orig,
EnvironmentImpl envImpl)
Used only by tree verifier when validating INList. |
Method Summary | |
---|---|
void |
add(IN in)
An IN has just come into memory, add it to the list. |
void |
clear()
Clear the entire list at shutdown and release its portion of the memory budget. |
boolean |
contains(IN in)
|
void |
dump()
|
void |
enable()
Enable the INList during recovery. |
int |
getSize()
|
java.util.Iterator<IN> |
iterator()
Return an iterator over the main 'ins' set. |
void |
memRecalcBegin()
We are starting the iteration of the INList. |
void |
memRecalcEnd(boolean completed)
The reset operation is over. |
void |
memRecalcIterate(IN in)
An IN was encountered during the iteration through the entire INList. |
void |
memRecalcUpdate(IN in,
long delta)
The size of an IN is changing. |
void |
remove(IN in)
An IN is being evicted. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public INList(INList orig, EnvironmentImpl envImpl) throws DatabaseException
DatabaseException
Method Detail |
---|
public int getSize()
public boolean contains(IN in)
public void enable()
public void add(IN in) throws DatabaseException
DatabaseException
public void remove(IN in) throws DatabaseException
DatabaseException
public java.util.Iterator<IN> iterator()
iterator
in interface java.lang.Iterable<IN>
public void clear() throws DatabaseException
DatabaseException
public void dump()
public void memRecalcBegin()
public void memRecalcIterate(IN in)
public void memRecalcUpdate(IN in, long delta)
public void memRecalcEnd(boolean completed)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |