Uses of Class
org.infinispan.commons.util.Experimental
-
Packages that use Experimental Package Description org.infinispan.lock.api Clustered Locks API.org.infinispan.multimap.api MultimapCache API. -
-
Uses of Experimental in org.infinispan.lock.api
Classes in org.infinispan.lock.api with annotations of type Experimental Modifier and Type Class Description class
ClusteredLockConfiguration
A Clustered Lock can be reentrant and there are different ownership levels.interface
ClusteredLockManager
Provides 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 interface
BasicMultimapCache<K,V>
BasicMultimapCache
provides the common API for the two different types of multimap caches that Infinispan provides: embedded and remote.
-