Uses of Interface
org.jgroups.blocks.Cache.ChangeListener
Packages that use Cache.ChangeListener
Package
Description
Provides building blocks that are layered on top of channels.
-
Uses of Cache.ChangeListener in org.jgroups.blocks
Classes in org.jgroups.blocks that implement Cache.ChangeListenerModifier and TypeClassDescriptionclassReplCache<K,V> Cache which allows for replication factors per data items; the factor determines how many replicas of a key/value we create across the cluster.Fields in org.jgroups.blocks with type parameters of type Cache.ChangeListenerMethods in org.jgroups.blocks with parameters of type Cache.ChangeListenerModifier and TypeMethodDescriptionvoidCache.addChangeListener(Cache.ChangeListener l) voidCache.removeChangeListener(Cache.ChangeListener l)