| java.lang.Object com.versant.core.common.StatesToStore
StatesToStore | final public class StatesToStore implements FastExternalizable(Code) | | Collection of OIDs and States to be persisted.
|
Inner Class :public class Iter implements Iterator | |
epcAll | public boolean epcAll(Code) | | |
epcClassCount | public int epcClassCount(Code) | | |
epcClasses | public int[] epcClasses(Code) | | |
StatesToStore | public StatesToStore()(Code) | | |
add | public void add(OID oid, State state, State origState, boolean fullSort)(Code) | | Add a state to the container to be persisted.
Parameters: state - The state containing the changed fields Parameters: origState - The state containing original field values Parameters: fullSort - If true then the fullSort flag is set on the container |
clear | public void clear()(Code) | | Clear the container for reuse.
|
dumpEPC | public void dumpEPC()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | Is the container empty?
|
iteratorForOIDs | public Iterator iteratorForOIDs()(Code) | | Iterate over the OIDs.
|
size | public int size()(Code) | | The number of entries in the container.
|
|
|