Uses of Class
org.infinispan.api.Experimental
-
Packages that use Experimental Package Description org.infinispan.api org.infinispan.api.configuration org.infinispan.api.reactive org.infinispan.api.reactive.listener -
-
Uses of Experimental in org.infinispan.api
Classes in org.infinispan.api with annotations of type Experimental Modifier and Type Interface Description interfaceInfinispanInfinispan instance, embedded or client, depending on the access point. -
Uses of Experimental in org.infinispan.api.configuration
Classes in org.infinispan.api.configuration with annotations of type Experimental Modifier and Type Interface Description interfaceClientConfigInfinispan Client ConfiginterfaceEmbeddedConfigInfinispan Config for Embedded -
Uses of Experimental in org.infinispan.api.reactive
Classes in org.infinispan.api.reactive with annotations of type Experimental Modifier and Type Interface Description interfaceKeyValueStore<K,V>A Reactive Key Value Store provides a highly concurrent and distributed data structure, non blocking and using reactive streams.classWriteResult<K>Write result for write operations on the KeyValueStore -
Uses of Experimental in org.infinispan.api.reactive.listener
Classes in org.infinispan.api.reactive.listener with annotations of type Experimental Modifier and Type Interface Description interfaceKeyValueStoreListenerKeyValueStoreListener interface to be used withKeyValueStoreListeners, Client or Embedded, must implement this interface
-