Uses of Annotation Interface
org.infinispan.commons.util.Experimental
Packages that use Experimental
Package
Description
MultimapCache API.
-
Uses of Experimental in org.infinispan.commons.api.multimap
Classes in org.infinispan.commons.api.multimap with annotations of type ExperimentalModifier and TypeInterfaceDescriptioninterfaceBasicMultimapCache<K,V> BasicMultimapCacheprovides the common API for the two different types of multimap caches that Infinispan provides: embedded and remote. -
Uses of Experimental in org.infinispan.commons.api.query
Methods in org.infinispan.commons.api.query with annotations of type ExperimentalModifier and TypeMethodDescriptionQuery.executeAsync()Reactive version ofQuery.execute().Query.executeStatementAsync()Reactive version ofQuery.executeStatement()default org.reactivestreams.Publisher<T> Query.publish(int maxBatchSize) Reactive based query forQuery.list().