Uses of Interface
org.infinispan.container.DataContainer.ComputeAction
Packages that use DataContainer.ComputeAction
Package
Description
Package that contains the interface describing the underlyling API for storage in Infinispan
Data containers which store cache entries.
- 
Uses of DataContainer.ComputeAction in org.infinispan.containerMethods in org.infinispan.container with parameters of type DataContainer.ComputeActionModifier and TypeMethodDescriptionDataContainer.compute(K key, DataContainer.ComputeAction<K, V> action) Computes the new value for the key.
- 
Uses of DataContainer.ComputeAction in org.infinispan.container.implMethods in org.infinispan.container.impl with parameters of type DataContainer.ComputeActionModifier and TypeMethodDescriptionAbstractDelegatingInternalDataContainer.compute(int segment, K key, DataContainer.ComputeAction<K, V> action) AbstractDelegatingInternalDataContainer.compute(K key, DataContainer.ComputeAction<K, V> action) AbstractInternalDataContainer.compute(int segment, K key, DataContainer.ComputeAction<K, V> action) AbstractInternalDataContainer.compute(K key, DataContainer.ComputeAction<K, V> action) InternalDataContainer.compute(int segment, K key, DataContainer.ComputeAction<K, V> action) Same asDataContainer.compute(Object, ComputeAction)except that the segment of the key can provided to update entries without calculating the segment for the given key.
- 
Uses of DataContainer.ComputeAction in org.infinispan.container.offheapMethods in org.infinispan.container.offheap with parameters of type DataContainer.ComputeActionModifier and TypeMethodDescriptionBoundedOffHeapDataContainer.compute(int segment, WrappedBytes key, DataContainer.ComputeAction<WrappedBytes, WrappedBytes> action) BoundedOffHeapDataContainer.compute(WrappedBytes key, DataContainer.ComputeAction<WrappedBytes, WrappedBytes> action) SegmentedBoundedOffHeapDataContainer.compute(int segment, WrappedBytes key, DataContainer.ComputeAction<WrappedBytes, WrappedBytes> action) SegmentedBoundedOffHeapDataContainer.compute(WrappedBytes key, DataContainer.ComputeAction<WrappedBytes, WrappedBytes> action) 
- 
Uses of DataContainer.ComputeAction in org.infinispan.persistence.internalMethods in org.infinispan.persistence.internal with parameters of type DataContainer.ComputeActionModifier and TypeMethodDescriptionstatic <K,V> InternalCacheEntry <K, V> PersistenceUtil.loadAndComputeInDataContainer(DataContainer<K, V> dataContainer, int segment, org.infinispan.persistence.manager.PersistenceManager persistenceManager, K key, InvocationContext ctx, TimeService timeService, DataContainer.ComputeAction<K, V> action)