Uses of Class
org.jgroups.blocks.ReplCache.Value
Packages that use ReplCache.Value
Package
Description
Provides building blocks that are layered on top of channels.
Provides demonstrations of JGroups functionality.
-
Uses of ReplCache.Value in org.jgroups.blocks
Fields in org.jgroups.blocks with type parameters of type ReplCache.ValueModifier and TypeFieldDescriptionprivate Cache<K, ReplCache.Value<V>> ReplCache.l2_cacheThe cache in which all entries are located.Methods in org.jgroups.blocks that return types with arguments of type ReplCache.ValueMethod parameters in org.jgroups.blocks with type arguments of type ReplCache.Value -
Uses of ReplCache.Value in org.jgroups.demos
Fields in org.jgroups.demos with type parameters of type ReplCache.ValueModifier and TypeFieldDescriptionprivate ConcurrentMap<K, Cache.Value<ReplCache.Value<V>>> ReplCacheDemo.MyTableModel.mapMethod parameters in org.jgroups.demos with type arguments of type ReplCache.ValueModifier and TypeMethodDescriptionvoidReplCacheDemo.MyTableModel.setMap(ConcurrentMap<K, Cache.Value<ReplCache.Value<V>>> map)