| |
|
| java.lang.Object com.versant.core.common.DeletePacket
DeletePacket | final public class DeletePacket (Code) | | Collection of OIDs and States to be deleted. If this is constucted with
keepStates == false then then states array is null and added states will
be silently dropped. If keepStates == true then the array will be not
null but the entry for a given OID may still be null if this information
was not available. In this case the datastore will have to read the
object prior to deleting it.
|
Inner Class :public class Iter implements Iterator | |
DeletePacket | public DeletePacket()(Code) | | This is for Externalizable.
|
add | public void add(OID oid, State state)(Code) | | Add a state to the container to be deleted.
|
clear | public void clear()(Code) | | Clear the container for reuse.
|
isEmpty | public boolean isEmpty()(Code) | | Is the container empty?
|
isKeepStates | public boolean isKeepStates()(Code) | | |
size | public int size()(Code) | | The number of entries in the container.
|
sortOIDs | public void sortOIDs(Comparator comp)(Code) | | Sort the OIDs. This is a NOP if keepStates is true.
|
|
|
|