Uses of Class
org.infinispan.commons.util.ByRef
Packages that use ByRef
Package
Description
Commons package providing various utility classes
-
Uses of ByRef in org.infinispan.cache.impl
Methods in org.infinispan.cache.impl with parameters of type ByRefModifier and TypeMethodDescriptionprotected V
SimpleCacheImpl.computeIfAbsentInternal
(K key, Function<? super K, ? extends V> mappingFunction, ByRef<V> newValueRef) protected V
StatsCollectingCache.computeIfAbsentInternal
(K key, Function<? super K, ? extends V> mappingFunction, ByRef<V> newValueRef) -
Uses of ByRef in org.infinispan.commons.util
Methods in org.infinispan.commons.util that return ByRef -
Uses of ByRef in org.infinispan.server.memcached
Fields in org.infinispan.server.memcached declared as ByRefModifier and TypeFieldDescriptionprotected final ByRef
<MemcachedResponse> MemcachedBaseDecoder.current
-
Uses of ByRef in org.infinispan.util.concurrent.locks.impl
Constructors in org.infinispan.util.concurrent.locks.impl with parameters of type ByRefModifierConstructorDescriptionInfinispanLock
(Executor nonBlockingExecutor, TimeService timeService, Runnable releaseRunnable, Object owner, ByRef<ExtendedLockPromise> lockPromise) Creates a new instance which is acquired byowner
.