Uses of Class
org.infinispan.lock.impl.entries.ClusteredLockKey
Packages that use ClusteredLockKey
Package
Description
-
Uses of ClusteredLockKey in org.infinispan.lock.impl.entries
Fields in org.infinispan.lock.impl.entries with type parameters of type ClusteredLockKeyModifier and TypeFieldDescriptionstatic final AdvancedExternalizer<ClusteredLockKey>ClusteredLockKey.EXTERNALIZER -
Uses of ClusteredLockKey in org.infinispan.lock.impl.functions
Method parameters in org.infinispan.lock.impl.functions with type arguments of type ClusteredLockKeyModifier 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 ClusteredLockKey in org.infinispan.lock.impl.lock
Methods in org.infinispan.lock.impl.lock with parameters of type ClusteredLockKeyModifier 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) Constructors in org.infinispan.lock.impl.lock with parameters of type ClusteredLockKeyModifierConstructorDescriptionClusteredLockImpl(String name, ClusteredLockKey lockKey, org.infinispan.AdvancedCache<ClusteredLockKey, ClusteredLockValue> clusteredLockCache, EmbeddedClusteredLockManager clusteredLockManager) Constructor parameters in org.infinispan.lock.impl.lock with type arguments of type ClusteredLockKeyModifierConstructorDescriptionClusteredLockImpl(String name, ClusteredLockKey lockKey, org.infinispan.AdvancedCache<ClusteredLockKey, ClusteredLockValue> clusteredLockCache, EmbeddedClusteredLockManager clusteredLockManager) -
Uses of ClusteredLockKey in org.infinispan.lock.impl.manager
Constructor parameters in org.infinispan.lock.impl.manager with type arguments of type ClusteredLockKeyModifierConstructorDescriptionCacheHolder(org.infinispan.AdvancedCache<? extends ClusteredLockKey, ClusteredLockValue> clusteredLockCache)