Uses of Class
org.infinispan.commons.util.Experimental
-
Packages that use Experimental Package Description org.infinispan.client.hotrod.multimap org.infinispan.lock.api Clustered Locks API.org.infinispan.multimap.api MultimapCache API. -
-
Uses of Experimental in org.infinispan.client.hotrod.multimap
Classes in org.infinispan.client.hotrod.multimap with annotations of type Experimental Modifier and Type Interface Description interfaceMultimapCacheManager<K,V> -
Uses of Experimental in org.infinispan.lock.api
Classes in org.infinispan.lock.api with annotations of type Experimental Modifier and Type Class Description classClusteredLockConfigurationA Clustered Lock can be reentrant and there are different ownership levels.interfaceClusteredLockManagerProvides the API to define, create and remove ClusteredLocks. -
Uses of Experimental in org.infinispan.multimap.api
Classes in org.infinispan.multimap.api with annotations of type Experimental Modifier and Type Interface Description interfaceBasicMultimapCache<K,V>BasicMultimapCacheprovides the common API for the two different types of multimap caches that Infinispan provides: embedded and remote.
-