Package storage.support

Interface Summary
ContentEditor The fundamental interface for modifying the contents of Content objects in the Storage interfaces.
MapContentEditor The fundamental interface for modifying the contents of MapContent objects in the Storage interface.
OperatorFactory  
RecordContentEditor The fundamental interface for modifying the contents of RecordContent objects in the Storage interface.
SequenceContentEditor The fundamental interface for modifying the contents of SequenceContent objects in the Storage interface.
StTxnAccum An accumulator for incrementally building a Txn.
TxnProvider A transaction manager.
 

Class Summary
DirectorySchema  
InsertAfterRecorder A Monitor that creates OpInsertAfter operators when the value is changed.
InsertBeforeRecorder A Monitor that creates OpInsertBefore operators when the value is changed.
ReplaceRangeRecorder A Monitor that creates OpReplaceRange operators when the value is changed.
SetFieldRecorder A Monitor that creates OpSetField operators when the value is changed.
SetValueRecorder A Monitor that creates OpSetValue operators when the value is changed.