Uses of Class
org.infinispan.lock.impl.entries.ClusteredLockKey
-
Packages that use ClusteredLockKey Package Description org.infinispan.lock.impl.entries org.infinispan.lock.impl.functions org.infinispan.lock.impl.lock org.infinispan.lock.impl.manager -
-
Uses of ClusteredLockKey in org.infinispan.lock.impl.entries
Fields in org.infinispan.lock.impl.entries with type parameters of type ClusteredLockKey Modifier and Type Field Description static org.infinispan.commons.marshall.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 ClusteredLockKey Modifier and Type Method Description BooleanIsLocked. apply(org.infinispan.functional.EntryView.ReadWriteEntryView<ClusteredLockKey,ClusteredLockValue> entryView)BooleanLockFunction. apply(org.infinispan.functional.EntryView.ReadWriteEntryView<ClusteredLockKey,ClusteredLockValue> entryView)BooleanUnlockFunction. 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 ClusteredLockKey Modifier and Type Method Description booleanClusteredLockFilter. 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 ClusteredLockKey Constructor Description ClusteredLockFilter(ClusteredLockKey name)ClusteredLockImpl(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 ClusteredLockKey Constructor Description ClusteredLockImpl(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 ClusteredLockKey Constructor Description CacheHolder(org.infinispan.AdvancedCache<? extends ClusteredLockKey,ClusteredLockValue> clusteredLockCache)
-