Uses of Class
org.infinispan.lock.impl.entries.ClusteredLockValue
Packages that use ClusteredLockValue
Package
Description
-
Uses of ClusteredLockValue in org.infinispan.lock.impl.entries
Fields in org.infinispan.lock.impl.entries declared as ClusteredLockValueModifier and TypeFieldDescriptionstatic final ClusteredLockValueClusteredLockValue.INITIAL_STATEFields in org.infinispan.lock.impl.entries with type parameters of type ClusteredLockValueModifier and TypeFieldDescriptionstatic final AdvancedExternalizer<ClusteredLockValue>ClusteredLockValue.EXTERNALIZER -
Uses of ClusteredLockValue in org.infinispan.lock.impl.functions
Method parameters in org.infinispan.lock.impl.functions with type arguments of type ClusteredLockValueModifier and TypeMethodDescriptionIsLocked.apply(org.infinispan.functional.EntryView.ReadWriteEntryView<ClusteredLockKey, ClusteredLockValue> entryView) LockFunction.apply(org.infinispan.functional.EntryView.ReadWriteEntryView<ClusteredLockKey, ClusteredLockValue> entryView) UnlockFunction.apply(org.infinispan.functional.EntryView.ReadWriteEntryView<ClusteredLockKey, ClusteredLockValue> entryView) -
Uses of ClusteredLockValue in org.infinispan.lock.impl.lock
Methods in org.infinispan.lock.impl.lock with parameters of type ClusteredLockValueModifier and TypeMethodDescriptionbooleanClusteredLockFilter.accept(ClusteredLockKey key, ClusteredLockValue oldValue, org.infinispan.metadata.Metadata oldMetadata, ClusteredLockValue newValue, org.infinispan.metadata.Metadata newMetadata, org.infinispan.notifications.cachelistener.filter.EventType eventType) Constructor parameters in org.infinispan.lock.impl.lock with type arguments of type ClusteredLockValueModifierConstructorDescriptionClusteredLockImpl(String name, ClusteredLockKey lockKey, org.infinispan.AdvancedCache<ClusteredLockKey, ClusteredLockValue> clusteredLockCache, EmbeddedClusteredLockManager clusteredLockManager) -
Uses of ClusteredLockValue in org.infinispan.lock.impl.manager
Constructor parameters in org.infinispan.lock.impl.manager with type arguments of type ClusteredLockValueModifierConstructorDescriptionCacheHolder(org.infinispan.AdvancedCache<? extends ClusteredLockKey, ClusteredLockValue> clusteredLockCache)