Class ConsistencyMonitor


  • public class ConsistencyMonitor
    extends Object
    Caches, especially clustered caches, have various supporting data structures that allow them to work properly in certain conditions. The content of these caches and their supporting data structures are expected to be in a certain consistent state. This monitor periodically performs a check if this is true. Note that validation of consistency is a resource intensive process. Enabling the monitor might have severe effects on the availability and performance of the Openfire domain.
    Author:
    Guus der Kinderen, guus.der.kinderen@gmail.com