Uses of Class
org.infinispan.lock.impl.entries.ClusteredLockValue
-
Packages that use ClusteredLockValue Package Description org.infinispan.lock.impl.entries org.infinispan.lock.impl.functions org.infinispan.lock.impl.lock org.infinispan.lock.impl.manager -
-
Uses of ClusteredLockValue in org.infinispan.lock.impl.entries
Fields in org.infinispan.lock.impl.entries declared as ClusteredLockValue Modifier and Type Field Description static ClusteredLockValueClusteredLockValue. INITIAL_STATEFields in org.infinispan.lock.impl.entries with type parameters of type ClusteredLockValue Modifier and Type Field Description static org.infinispan.commons.marshall.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 ClusteredLockValue 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 ClusteredLockValue in org.infinispan.lock.impl.lock
Methods in org.infinispan.lock.impl.lock with parameters of type ClusteredLockValue 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)Constructor parameters in org.infinispan.lock.impl.lock with type arguments of type ClusteredLockValue Constructor Description ClusteredLockImpl(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 ClusteredLockValue Constructor Description CacheHolder(org.infinispan.AdvancedCache<? extends ClusteredLockKey,ClusteredLockValue> clusteredLockCache)
-