| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| ChangeLogEvent |
A loggable directory change event.
|
| ChangeLogEventSerializer |
A helper class which serialize and deserialize a ChangeLogEvent.
|
| Tag |
A tag on a revision representing a snapshot of the directory server's
state.
|
| Enum | Description |
|---|---|
| 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.
|
Copyright © 2021. All rights reserved.