Package org.apache.directory.server.core.changelog

Interface Summary
ChangeLog A facade for the change log subsystem.
ChangeLogSearchEngine A custom search engine designed for optimized searching across ChangeLogEvents within the ChangeLogStore.
ChangeLogStore A store for change events on the directory which exposes methods for managing, querying and in general performing legal operations on the log.
SearchableChangeLogStore TODO SearchableChangeLogStore.
TaggableChangeLogStore A ChangeLogStore which allows tagging for tracking server state snapshots.
TaggableSearchableChangeLogStore TODO TaggableSearchableChangeLogStore.
TagSearchEngine An optional search interface supported by TaggableChangeLogStores.
 

Class Summary
ChangeLogEvent A loggable directory change event.
Tag A tag on a revision representing a snapshot of the directory server's state.
 

Enum Summary
LogChange A structure telling the changeLog what to do with the incoming change
RevisionOrder The order, based on revision numbers, in which to return log changes or tags.
Scope TODO Scope.
 



Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.