mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

abobrov
09.48.2007 4166c20ed1817f2792c6c4a6d12b810c7c256b72
refs
author abobrov <abobrov@localhost>
Sunday, September 9, 2007 16:48 +0200
committer abobrov <abobrov@localhost>
Sunday, September 9, 2007 16:48 +0200
commit4166c20ed1817f2792c6c4a6d12b810c7c256b72
tree 0ef60de0c66169aba7bf49a400bbf937efe75c6e tree | zip | gz
parent 31f5a4301e2f268718ed4cef28110fc25e8f7782 view | diff
- [Issue 1594] entry caches should have monitor information:
implement generic entry cache monitor provider which allows any entry cache implementation current or future
to provide a common or custom set of entry cache state data. update all existing entry cache implementations
so that they provide their common state data to the entry cache monitor provider.
2 files added
8 files modified
515 ■■■■■ changed files
opends/resource/config/config.ldif 8 ●●●●● diff | view | raw | blame | history
opends/resource/schema/02-config.ldif 3 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/EntryCacheMonitorProviderConfiguration.xml 60 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/api/EntryCache.java 32 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/DefaultEntryCache.java 15 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/EntryCacheCommon.java 121 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/FIFOEntryCache.java 34 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/FileSystemEntryCache.java 64 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/SoftReferenceEntryCache.java 34 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/monitors/EntryCacheMonitorProvider.java 144 ●●●●● diff | view | raw | blame | history