Uses of Annotation Type
org.infinispan.commons.util.Experimental
Packages that use Experimental
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
Functional API package
Metadata interfaces
MultimapCache API.
Embedded Multimap Cache.
Cache-specific notifications and eventing filtering classes.The Persistence SPI.
Packages with annotations of type Experimental
-
Uses of Experimental in org.infinispan
Methods in org.infinispan with annotations of type ExperimentalModifier and TypeMethodDescriptionLockedStream.invokeAll(BiFunction<Cache<K, V>, ? super org.infinispan.container.entries.CacheEntry<K, V>, R> biFunction) Performs a BiFunction for each element of this stream on the primary owner of each entry returning a value.LockedStream.invokeAll(org.infinispan.util.function.SerializableBiFunction<Cache<K, V>, ? super org.infinispan.container.entries.CacheEntry<K, V>, R> biFunction) Same asLockedStream.invokeAll(BiFunction)except that the BiFunction must also implementSerializabledefault org.reactivestreams.Publisher<E>CacheCollection.localPublisher(int segment) Returns a publisher that will publish all elements that map to the given segment.default org.reactivestreams.Publisher<E>CacheCollection.localPublisher(IntSet segments) Returns a publisher that will publish all elements that map to the given segment. -
Uses of Experimental in org.infinispan.functional
Classes in org.infinispan.functional with annotations of type ExperimentalModifier and TypeClassDescriptionfinal classEntry views expose cached entry information to the user.static interfaceExpose read-only information about a cache entry potentially associated with a key in the functional map.static interfaceExpose information about a cache entry potentially associated with a key in the functional map, and allows that cache entry to be written with new value and/or new metadata parameters.static interfaceExpose a write-only facade for a cache entry potentially associated with a key in the functional map which allows the cache entry to be written with new value and/or new metadata parameters.interfaceFunctionalMap<K,V> Top level functional map interface offering common functionality for the read-only, read-write, and write-only operations that can be run against a functional map asynchronously.static interfaceExposes read-only operations that can be executed against the functional map.static interfaceExposes read-write operations that can be executed against the functional map.static interfaceExposes write-only operations that can be executed against the functional map.final classHolder class for functional listener definitions.static interfaceRead-write listeners enable users to register listeners for cache entry created, modified and removed events, and also register listeners for any cache entry write events.static interfaceWrite listeners enable user to register listeners for any cache entry write events that happen in either a read-write or write-only functional map.static interfaceWrite-only listener.interfaceMetaParam<T>An easily extensible metadata parameter that's stored along with the value in the the functional map.static interfaceProvides metadata parameter lookup capabilities usingClassas lookup key.static classstatic final classRead only metadata parameter representing a cached entry's created time in milliseconds.static classWritable metadata parameter representing a cached entry's generic version.static final classRead only metadata parameter representing a cached entry's last used time in milliseconds.static final classWritable metadata parameter representing a cached entry's millisecond lifespan.static final classNon-writable parameter telling if the entry was loaded from a persistence tier (CacheLoader) or not.static classAbstract class for numeric long-based metadata parameter instances.static final classWritable metadata parameter representing a cached entry's millisecond max idle time.static final classA parameter to tell if the creation timestamp should be updated for modified entries.static interfaceWritableMetaParaminstances are those that the user can provide to be stored as part of the cache entry.interfaceParam<P>An easily extensible parameter that allows functional map operations to be tweaked.static enumDefines where is the command executed.static enumNormally the cache has to acquire locks during any write operation to guarantee its correctness.static enumWhen a persistence store is attached to a cache, by default all write operations, regardless of whether they are inserts, updates or removes, are persisted to the store.static enumstatic enumDefines how statistics are gathered for this command.final classParameter identifiers.interfaceTraversable<T>Unsorted traversable stream for sequential and aggregating operations. -
Uses of Experimental in org.infinispan.metadata
Methods in org.infinispan.metadata with annotations of type ExperimentalModifier and TypeMethodDescriptiondefault Metadata.BuilderMetadata.Builder.updateCreationTimestamp(boolean enabled) Sets how the creation timestamp is updated.default booleanMetadata.updateCreationTimestamp()Returns if the creation timestamp is updated when an entry is modified. -
Uses of Experimental in org.infinispan.multimap.api
Classes in org.infinispan.multimap.api 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.multimap.api.embedded
Classes in org.infinispan.multimap.api.embedded with annotations of type ExperimentalModifier and TypeInterfaceDescriptioninterfaceMultimapCache<K,V> Embedded version of MultimapCache.interfaceMultimapCacheManager<K,V> -
Uses of Experimental in org.infinispan.notifications.cachelistener.filter
Methods in org.infinispan.notifications.cachelistener.filter with annotations of type Experimental -
Uses of Experimental in org.infinispan.persistence.spi
Classes in org.infinispan.persistence.spi with annotations of type ExperimentalModifier and TypeInterfaceDescriptioninterfaceDeprecated.interfaceNonBlockingStore<K,V> The contract for defining how caches interface with external sources of data, such as databases or filesystems.Methods in org.infinispan.persistence.spi with annotations of type ExperimentalModifier and TypeMethodDescriptiondefault booleanNonBlockingStore.ignoreCommandWithFlags(long commandFlags) Some stores may not want to perform operations based on if a command has certain flags.
NonBlockingStore