Uses of Class
org.jgroups.blocks.Cache.Value
Packages that use Cache.Value
Package
Description
Provides building blocks that are layered on top of channels.
Provides demonstrations of JGroups functionality.
-
Uses of Cache.Value in org.jgroups.blocks
Fields in org.jgroups.blocks with type parameters of type Cache.ValueMethods in org.jgroups.blocks that return Cache.ValueModifier and TypeMethodDescriptionMethods in org.jgroups.blocks that return types with arguments of type Cache.ValueModifier and TypeMethodDescriptionSet<Map.Entry<K, Cache.Value<V>>> Cache.entrySet()Cache.getInternalMap()This method should not be used to add or remove elements ! It was just added because ReplCacheDemo requires it for its data modelMethods in org.jgroups.blocks with parameters of type Cache.ValueModifier and TypeMethodDescriptionprivate VCache.getValue(Cache.Value<V> val) private booleanCache.isExpired(Cache.Value<V> val) -
Uses of Cache.Value in org.jgroups.demos
Fields in org.jgroups.demos with type parameters of type Cache.ValueModifier and TypeFieldDescriptionprivate ConcurrentMap<K, Cache.Value<ReplCache.Value<V>>> ReplCacheDemo.MyTableModel.mapMethod parameters in org.jgroups.demos with type arguments of type Cache.ValueModifier and TypeMethodDescriptionvoidReplCacheDemo.MyTableModel.setMap(ConcurrentMap<K, Cache.Value<ReplCache.Value<V>>> map)