Index

A B C D E F G H I J K L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

add(long) - Method in interface org.infinispan.api.async.AsyncWeakCounter
Adds the given value to the new value.
add(long) - Method in interface org.infinispan.api.mutiny.MutinyWeakCounter
 
add(long) - Method in interface org.infinispan.api.sync.SyncWeakCounter
Adds the given value to the new value.
add(F) - Method in interface org.infinispan.api.common.Flags
 
add(K, V) - Method in interface org.infinispan.api.async.AsyncMultimap
 
add(K, V) - Method in interface org.infinispan.api.mutiny.MutinyMultimap
 
add(K, V) - Method in interface org.infinispan.api.sync.SyncMultimap
 
add(Flags<?, ?>) - Method in interface org.infinispan.api.common.Flag
 
addAll(Flags<F, SELF>) - Method in interface org.infinispan.api.common.Flags
 
addAndGet(long) - Method in interface org.infinispan.api.async.AsyncStrongCounter
Atomically adds the given value and return the new value.
addAndGet(long) - Method in interface org.infinispan.api.mutiny.MutinyStrongCounter
Atomically adds the given value and return the new value.
addAndGet(long) - Method in interface org.infinispan.api.sync.SyncStrongCounter
Atomically adds the given value and return the new value.
aggregable() - Element in annotation interface org.infinispan.api.annotations.indexing.Basic
Whether the field can be used in aggregations.
aggregable() - Element in annotation interface org.infinispan.api.annotations.indexing.Decimal
 
aggregable() - Element in annotation interface org.infinispan.api.annotations.indexing.Keyword
 
aggregable(boolean) - Static method in class org.infinispan.api.common.annotations.indexing._private.Options
 
aggregable(boolean) - Method in class org.infinispan.api.protostream.builder.IndexedFieldBuilder
 
analyzer() - Element in annotation interface org.infinispan.api.annotations.indexing.Text
 
analyzer(String) - Method in class org.infinispan.api.protostream.builder.IndexedFieldBuilder
 
arguments() - Method in interface org.infinispan.api.common.process.CacheEntryProcessorContext
 
arguments() - Method in interface org.infinispan.api.common.process.CacheProcessorOptions
 
arguments() - Method in class org.infinispan.api.common.process.CacheProcessorOptions.Impl
 
arguments(Object...) - Method in class org.infinispan.api.common.process.CacheProcessorOptions.Builder
 
async() - Method in interface org.infinispan.api.Infinispan
Returns an asynchronous version of the Infinispan API
AsyncCache<K,V> - Interface in org.infinispan.api.async
 
AsyncCacheEntryProcessor<K,V,T> - Interface in org.infinispan.api.async
 
AsyncCaches - Interface in org.infinispan.api.async
 
AsyncContainer - Interface in org.infinispan.api.async
 
AsyncLock - Interface in org.infinispan.api.async
 
AsyncLocks - Interface in org.infinispan.api.async
 
AsyncMultimap<K,V> - Interface in org.infinispan.api.async
 
AsyncMultimaps - Interface in org.infinispan.api.async
 
AsyncQuery<K,V,R> - Interface in org.infinispan.api.async
Parameterized Query builder
AsyncQueryResult<R> - Interface in org.infinispan.api.async
 
AsyncStreamingCache<K> - Interface in org.infinispan.api.async
AsyncStreamingCache implements streaming versions of put and get methods
AsyncStreamingCache.CacheEntryPublisher - Interface in org.infinispan.api.async
 
AsyncStreamingCache.CacheEntrySubscriber - Interface in org.infinispan.api.async
 
AsyncStrongCounter - Interface in org.infinispan.api.async
The strong consistent counter interface.
AsyncStrongCounters - Interface in org.infinispan.api.async
 
AsyncWeakCounter - Interface in org.infinispan.api.async
 
AsyncWeakCounters - Interface in org.infinispan.api.async
 

B

basic() - Method in class org.infinispan.api.protostream.builder.FieldBuilder
 
Basic - Annotation Interface in org.infinispan.api.annotations.indexing
Maps an entity property to a field in the index.
Basic.List - Annotation Interface in org.infinispan.api.annotations.indexing
 
BasicProcessor - Class in org.infinispan.api.common.annotations.indexing._private
 
BasicProcessor() - Constructor for class org.infinispan.api.common.annotations.indexing._private.BasicProcessor
 
batch(Function<AsyncContainer, CompletionStage<T>>) - Method in interface org.infinispan.api.async.AsyncContainer
 
batch(Function<MutinyContainer, Uni<T>>) - Method in interface org.infinispan.api.mutiny.MutinyContainer
 
batch(Function<SyncContainer, T>) - Method in interface org.infinispan.api.sync.SyncContainer
 
beamWidth() - Element in annotation interface org.infinispan.api.annotations.indexing.Vector
 
build() - Method in class org.infinispan.api.common.CacheOptions.Builder
 
build() - Method in class org.infinispan.api.common.CacheWriteOptions.Builder
 
build() - Method in class org.infinispan.api.common.process.CacheProcessorOptions.Builder
 
build() - Method in class org.infinispan.api.protostream.builder.FieldBuilder
 
build() - Method in class org.infinispan.api.protostream.builder.MessageBuilder
 
build() - Method in class org.infinispan.api.protostream.builder.ProtoBuf
 
builder() - Static method in class org.infinispan.api.protostream.builder.ProtoBuf
 
Builder() - Constructor for class org.infinispan.api.common.CacheOptions.Builder
 
Builder() - Constructor for class org.infinispan.api.common.CacheWriteOptions.Builder
 
Builder() - Constructor for class org.infinispan.api.common.process.CacheProcessorOptions.Builder
 

C

CACHE_STARTED - Enum constant in enum class org.infinispan.api.common.events.container.ContainerListenerEventType
 
CACHE_STOPPED - Enum constant in enum class org.infinispan.api.common.events.container.ContainerListenerEventType
 
CacheConfiguration - Interface in org.infinispan.api.configuration
The cache configuration.
CacheContinuousQueryEvent<K,V> - Interface in org.infinispan.api.common.events.cache
 
CacheContinuousQueryEvent.EventType - Enum Class in org.infinispan.api.common.events.cache
 
CacheEntry<K,V> - Interface in org.infinispan.api.common
 
CacheEntryCollection<K,V> - Interface in org.infinispan.api.common
 
CacheEntryCreatedEvent<K,V> - Interface in org.infinispan.api.common.events.cache
 
CacheEntryEvent<K,V> - Interface in org.infinispan.api.common.events.cache
 
CacheEntryEventType - Enum Class in org.infinispan.api.common.events.cache
 
CacheEntryExpiration - Interface in org.infinispan.api.common
 
CacheEntryExpiration.Impl - Class in org.infinispan.api.common
 
CacheEntryMetadata - Interface in org.infinispan.api.common
 
CacheEntryProcessorContext - Interface in org.infinispan.api.common.process
 
CacheEntryProcessorResult<K,T> - Interface in org.infinispan.api.common.process
Write result for process operations on the Cache
CacheEntryProcessorResult.Impl<K,T> - Class in org.infinispan.api.common.process
 
CacheEntryVersion - Interface in org.infinispan.api.common
 
CacheListenerOptions - Class in org.infinispan.api.common.events.cache
TODO SPLIT INTO EMBEDDED/REMOTE
CacheListenerOptions() - Constructor for class org.infinispan.api.common.events.cache.CacheListenerOptions
 
cacheName() - Method in interface org.infinispan.api.common.events.cache.CacheStartEvent
 
CacheOptions - Interface in org.infinispan.api.common
 
CacheOptions.Builder - Class in org.infinispan.api.common
 
CacheOptions.Impl - Class in org.infinispan.api.common
 
CacheProcessor - Interface in org.infinispan.api.common.process
 
CacheProcessorOptions - Interface in org.infinispan.api.common.process
 
CacheProcessorOptions.Builder - Class in org.infinispan.api.common.process
 
CacheProcessorOptions.Impl - Class in org.infinispan.api.common.process
 
caches() - Method in interface org.infinispan.api.async.AsyncContainer
 
caches() - Method in interface org.infinispan.api.mutiny.MutinyContainer
 
caches() - Method in interface org.infinispan.api.sync.SyncContainer
 
CacheStartEvent - Interface in org.infinispan.api.common.events.cache
 
CacheStopEvent - Interface in org.infinispan.api.common.events.cache
 
CacheWriteOptions - Interface in org.infinispan.api.common
 
CacheWriteOptions.Builder - Class in org.infinispan.api.common
 
CacheWriteOptions.Impl - Class in org.infinispan.api.common
 
clear() - Method in interface org.infinispan.api.async.AsyncCache
Clear the cache.
clear() - Method in interface org.infinispan.api.mutiny.MutinyCache
Clear the store.
clear() - Method in interface org.infinispan.api.sync.SyncCache
Clear the store.
clear(CacheOptions) - Method in interface org.infinispan.api.async.AsyncCache
Clear the cache.
clear(CacheOptions) - Method in interface org.infinispan.api.mutiny.MutinyCache
Clear the store.
clear(CacheOptions) - Method in interface org.infinispan.api.sync.SyncCache
Clear the store.
close() - Method in interface org.infinispan.api.async.AsyncQueryResult
 
close() - Method in interface org.infinispan.api.common.CloseableIterator
 
close() - Method in interface org.infinispan.api.Infinispan
Closes the instance, releasing all allocated resources (thread pools, open files, etc)
close() - Method in interface org.infinispan.api.mutiny.MutinyQueryResult
 
close() - Method in interface org.infinispan.api.sync.SyncQueryResult
 
CloseableIterable<E> - Interface in org.infinispan.api.common
Interface that provides semantics of a Iterable but produces CloseableIterator instances.
CloseableIterator<E> - Interface in org.infinispan.api.common
Interface that provides semantics of a Iterator and AutoCloseable interfaces.
CLUSTER_MERGED - Enum constant in enum class org.infinispan.api.common.events.container.ContainerListenerEventType
 
clustered() - Method in class org.infinispan.api.common.events.cache.CacheListenerOptions
 
clustered(boolean) - Method in class org.infinispan.api.common.events.cache.CacheListenerOptions
 
compareAndSet(long, long) - Method in interface org.infinispan.api.async.AsyncStrongCounter
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(long, long) - Method in interface org.infinispan.api.mutiny.MutinyStrongCounter
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(long, long) - Method in interface org.infinispan.api.sync.SyncStrongCounter
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSwap(long, long) - Method in interface org.infinispan.api.async.AsyncStrongCounter
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSwap(long, long) - Method in interface org.infinispan.api.mutiny.MutinyStrongCounter
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSwap(long, long) - Method in interface org.infinispan.api.sync.SyncStrongCounter
Atomically sets the value to the given updated value if the current value == the expected value.
configuration() - Method in interface org.infinispan.api.async.AsyncCache
The configuration for this cache.
configuration() - Method in interface org.infinispan.api.async.AsyncMultimap
The configuration of this multimap
configuration() - Method in interface org.infinispan.api.async.AsyncStrongCounter
Retrieves the counter's configuration.
configuration() - Method in interface org.infinispan.api.async.AsyncWeakCounter
Retrieves the counter's configuration.
configuration() - Method in interface org.infinispan.api.mutiny.MutinyCache
The configuration for this cache.
configuration() - Method in interface org.infinispan.api.mutiny.MutinyMultimap
 
configuration() - Method in interface org.infinispan.api.sync.SyncCache
Returns the configuration of this cache
configuration() - Method in interface org.infinispan.api.sync.SyncMultimap
 
configuration() - Method in interface org.infinispan.api.sync.SyncStrongCounter
 
Configuration - Interface in org.infinispan.api.configuration
The global configuration.
CONFIGURATION_CHANGED - Enum constant in enum class org.infinispan.api.common.events.container.ContainerListenerEventType
 
ConfigurationChangeEvent - Interface in org.infinispan.api.common.events
 
container() - Method in interface org.infinispan.api.async.AsyncCache
Return the container of this cache
container() - Method in interface org.infinispan.api.async.AsyncLock
Return the container of this lock
container() - Method in interface org.infinispan.api.async.AsyncMultimap
Return the container of this Multimap
container() - Method in interface org.infinispan.api.async.AsyncStrongCounter
Return the container of this counter
container() - Method in interface org.infinispan.api.async.AsyncWeakCounter
Return the container of this counter
container() - Method in interface org.infinispan.api.mutiny.MutinyCache
Return the container of this cache
container() - Method in interface org.infinispan.api.mutiny.MutinyLock
Return the container of this container
container() - Method in interface org.infinispan.api.mutiny.MutinyMultimap
Return the container of this Multimap.
container() - Method in interface org.infinispan.api.mutiny.MutinyStrongCounter
Return the container of this counter
container() - Method in interface org.infinispan.api.mutiny.MutinyWeakCounter
Return the container of this counter
container() - Method in interface org.infinispan.api.sync.SyncCache
Return the container of this cache
container() - Method in interface org.infinispan.api.sync.SyncLock
Return the container of this lock
container() - Method in interface org.infinispan.api.sync.SyncMultimap
Return the container of this multimap
container() - Method in interface org.infinispan.api.sync.SyncStrongCounter
Return the container of this counter
container() - Method in interface org.infinispan.api.sync.SyncWeakCounter
Return the container of this cache
ContainerEvent - Interface in org.infinispan.api.common.events.container
 
ContainerListenerEventType - Enum Class in org.infinispan.api.common.events.container
 
contains(F) - Method in interface org.infinispan.api.common.Flags
 
containsEntry(K, V) - Method in interface org.infinispan.api.async.AsyncMultimap
 
containsEntry(K, V) - Method in interface org.infinispan.api.mutiny.MutinyMultimap
 
containsEntry(K, V) - Method in interface org.infinispan.api.sync.SyncMultimap
 
containsKey(K) - Method in interface org.infinispan.api.async.AsyncMultimap
 
containsKey(K) - Method in interface org.infinispan.api.mutiny.MutinyMultimap
 
containsKey(K) - Method in interface org.infinispan.api.sync.SyncMultimap
 
COSINE - Enum constant in enum class org.infinispan.api.annotations.indexing.option.VectorSimilarity
 
CounterConfiguration - Interface in org.infinispan.api.configuration
The counter configuration.
CounterEvent - Interface in org.infinispan.api.common.events.counter
 
CounterState - Enum Class in org.infinispan.api.common.events.counter
The possible states for a counter value.
create(String) - Static method in interface org.infinispan.api.Infinispan
 
create(String, String) - Method in interface org.infinispan.api.async.AsyncCaches
 
create(String, String) - Method in interface org.infinispan.api.async.AsyncMultimaps
 
create(String, String) - Method in interface org.infinispan.api.mutiny.MutinyCaches
 
create(String, String) - Method in interface org.infinispan.api.mutiny.MutinyMultimaps
 
create(String, String) - Method in interface org.infinispan.api.sync.SyncCaches
Creates a cache using the supplied template name
create(String, String) - Method in interface org.infinispan.api.sync.SyncMultimaps
 
create(String, CacheConfiguration) - Method in interface org.infinispan.api.async.AsyncCaches
 
create(String, CacheConfiguration) - Method in interface org.infinispan.api.mutiny.MutinyCaches
 
create(String, CacheConfiguration) - Method in interface org.infinispan.api.sync.SyncCaches
 
create(String, CounterConfiguration) - Method in interface org.infinispan.api.async.AsyncStrongCounters
 
create(String, CounterConfiguration) - Method in interface org.infinispan.api.async.AsyncWeakCounters
 
create(String, CounterConfiguration) - Method in interface org.infinispan.api.mutiny.MutinyStrongCounters
 
create(String, CounterConfiguration) - Method in interface org.infinispan.api.mutiny.MutinyWeakCounters
 
create(String, CounterConfiguration) - Method in interface org.infinispan.api.sync.SyncStrongCounters
 
create(String, CounterConfiguration) - Method in interface org.infinispan.api.sync.SyncWeakCounters
 
create(String, LockConfiguration) - Method in interface org.infinispan.api.async.AsyncLocks
 
create(String, LockConfiguration) - Method in interface org.infinispan.api.mutiny.MutinyLocks
 
create(String, LockConfiguration) - Method in interface org.infinispan.api.sync.SyncLocks
 
create(String, MultimapConfiguration) - Method in interface org.infinispan.api.async.AsyncMultimaps
 
create(String, MultimapConfiguration) - Method in interface org.infinispan.api.mutiny.MutinyMultimaps
 
create(String, MultimapConfiguration) - Method in interface org.infinispan.api.sync.SyncMultimaps
 
create(URI) - Static method in interface org.infinispan.api.Infinispan
Creates and starts the Infinispan manager object
create(URI) - Method in interface org.infinispan.api.Infinispan.Factory
Create an Infinispan instance for the supplied uri.
create(Configuration) - Static method in interface org.infinispan.api.Infinispan
 
create(Configuration) - Method in interface org.infinispan.api.Infinispan.Factory
Create an Infinispan instance for the supplied configuration.
create(Configuration, Infinispan.Factory) - Static method in interface org.infinispan.api.Infinispan
 
CREATED - Enum constant in enum class org.infinispan.api.common.events.cache.CacheEntryEventType
 
CREATED - Enum constant in enum class org.infinispan.api.mutiny.EntryStatus
 
createTemplate(String, CacheConfiguration) - Method in interface org.infinispan.api.async.AsyncCaches
 
createTemplate(String, CacheConfiguration) - Method in interface org.infinispan.api.mutiny.MutinyCaches
 
createTemplate(String, CacheConfiguration) - Method in interface org.infinispan.api.sync.SyncCaches
Creates a cache template
createTemplate(String, MultimapConfiguration) - Method in interface org.infinispan.api.async.AsyncMultimaps
 
createTemplate(String, MultimapConfiguration) - Method in interface org.infinispan.api.mutiny.MutinyMultimaps
 
createTemplate(String, MultimapConfiguration) - Method in interface org.infinispan.api.sync.SyncMultimaps
 
creationTime() - Method in interface org.infinispan.api.common.CacheEntryMetadata
 

D

Decimal - Annotation Interface in org.infinispan.api.annotations.indexing
Maps a property to a scaled number field in the index, i.e.
Decimal.List - Annotation Interface in org.infinispan.api.annotations.indexing
 
DecimalProcessor - Class in org.infinispan.api.common.annotations.indexing._private
 
DecimalProcessor() - Constructor for class org.infinispan.api.common.annotations.indexing._private.DecimalProcessor
 
decimalScale() - Element in annotation interface org.infinispan.api.annotations.indexing.Decimal
 
decrement() - Method in interface org.infinispan.api.async.AsyncWeakCounter
Decrements the counter.
decrement() - Method in interface org.infinispan.api.mutiny.MutinyWeakCounter
 
decrement() - Method in interface org.infinispan.api.sync.SyncWeakCounter
Decrements the counter.
decrementAndGet() - Method in interface org.infinispan.api.async.AsyncStrongCounter
Atomically decrements the counter and returns the new value
decrementAndGet() - Method in interface org.infinispan.api.mutiny.MutinyStrongCounter
Atomically decrements the counter and returns the new value
decrementAndGet() - Method in interface org.infinispan.api.sync.SyncStrongCounter
Atomically decrements the counter and returns the new value
DEFAULT - Static variable in interface org.infinispan.api.common.CacheEntryExpiration
 
DEFAULT - Static variable in interface org.infinispan.api.common.CacheOptions
 
DEFAULT - Static variable in interface org.infinispan.api.common.CacheWriteOptions
 
DEFAULT - Static variable in interface org.infinispan.api.common.process.CacheProcessorOptions
 
DEFAULT_BEAN_WIDTH - Static variable in class org.infinispan.api.annotations.indexing.model.Values
 
DEFAULT_INCLUDE_DEPTH - Static variable in class org.infinispan.api.annotations.indexing.model.Values
 
DEFAULT_MAX_CONNECTIONS - Static variable in class org.infinispan.api.annotations.indexing.model.Values
 
DEFAULT_VECTOR_SIMILARITY - Static variable in class org.infinispan.api.annotations.indexing.model.Values
 
DELETED - Enum constant in enum class org.infinispan.api.mutiny.EntryStatus
 
dimension() - Element in annotation interface org.infinispan.api.annotations.indexing.Vector
 
DO_NOT_INDEX_NULL - Static variable in class org.infinispan.api.annotations.indexing.model.Values
This special value is reserved to not index the null value, that is the default behaviour.

E

embedded() - Method in class org.infinispan.api.protostream.builder.FieldBuilder
 
Embedded - Annotation Interface in org.infinispan.api.annotations.indexing
Maps a property to an object field whose fields are the same as those defined in the property type.
Embedded.List - Annotation Interface in org.infinispan.api.annotations.indexing
 
EmbeddedProcessor - Class in org.infinispan.api.common.annotations.indexing._private
 
EmbeddedProcessor() - Constructor for class org.infinispan.api.common.annotations.indexing._private.EmbeddedProcessor
 
enabled() - Element in annotation interface org.infinispan.api.annotations.indexing.Indexed
 
entries() - Method in interface org.infinispan.api.async.AsyncCache
Retrieve all entries
entries() - Method in interface org.infinispan.api.mutiny.MutinyCache
Retrieve all entries
entries() - Method in interface org.infinispan.api.sync.SyncCache
Retrieve all entries
entries(CacheOptions) - Method in interface org.infinispan.api.async.AsyncCache
Retrieve all entries
entries(CacheOptions) - Method in interface org.infinispan.api.mutiny.MutinyCache
Retrieve all entries
entries(CacheOptions) - Method in interface org.infinispan.api.sync.SyncCache
Retrieve all entries
EntryStatus - Enum Class in org.infinispan.api.mutiny
A MutinyCache entry status.
equals(Object) - Method in class org.infinispan.api.common.CacheEntryExpiration.Impl
 
error() - Method in interface org.infinispan.api.common.process.CacheEntryProcessorResult
 
error() - Method in class org.infinispan.api.common.process.CacheEntryProcessorResult.Impl
 
estimateSize() - Method in interface org.infinispan.api.async.AsyncCache
Estimate the size of the store
estimateSize() - Method in interface org.infinispan.api.async.AsyncMultimap
 
estimateSize() - Method in interface org.infinispan.api.mutiny.MutinyCache
Estimate the size of the store
estimateSize() - Method in interface org.infinispan.api.mutiny.MutinyMultimap
 
estimateSize() - Method in interface org.infinispan.api.sync.SyncCache
Estimate the size of the store
estimateSize() - Method in interface org.infinispan.api.sync.SyncMultimap
 
estimateSize(CacheOptions) - Method in interface org.infinispan.api.async.AsyncCache
Estimate the size of the store
estimateSize(CacheOptions) - Method in interface org.infinispan.api.mutiny.MutinyCache
Estimate the size of the store
estimateSize(CacheOptions) - Method in interface org.infinispan.api.sync.SyncCache
Estimate the size of the store
execute() - Method in interface org.infinispan.api.async.AsyncQuery
Executes the manipulation statement (UPDATE, REMOVE)
execute() - Method in interface org.infinispan.api.mutiny.MutinyQuery
Executes the manipulation statement (UPDATE, REMOVE)
execute() - Method in interface org.infinispan.api.sync.SyncQuery
Executes the manipulation statement (UPDATE, REMOVE)
execute(String, Object...) - Method in interface org.infinispan.api.mutiny.MutinyContainer
 
Experimental - Annotation Interface in org.infinispan.api
An experimental user-facing API.
expiration() - Method in interface org.infinispan.api.common.CacheEntryMetadata
 
expiration() - Method in interface org.infinispan.api.common.CacheWriteOptions
 
expiration() - Method in class org.infinispan.api.common.CacheWriteOptions.Impl
 
EXPIRED - Enum constant in enum class org.infinispan.api.common.events.cache.CacheEntryEventType
 

F

FieldBuilder - Class in org.infinispan.api.protostream.builder
 
FieldBuilder(MessageBuilder, String, int, boolean, String) - Constructor for class org.infinispan.api.protostream.builder.FieldBuilder
 
fieldName() - Element in annotation interface org.infinispan.api.annotations.indexing.GeoCoordinates
The name of the index field holding spatial information.
find() - Method in interface org.infinispan.api.async.AsyncQuery
Executes the query
find() - Method in class org.infinispan.api.common.query.QueryRequestBuilder
 
find() - Method in interface org.infinispan.api.mutiny.MutinyQuery
Executes the query
find() - Method in interface org.infinispan.api.sync.SyncQuery
Executes the query
findContinuously() - Method in interface org.infinispan.api.mutiny.MutinyQuery
Executes the query and returns a Multi with the results
findContinuously(String) - Method in interface org.infinispan.api.async.AsyncQuery
Executes the query and returns a Flow.Publisher with the results
findContinuously(SyncCacheContinuousQueryListener<K, V>) - Method in interface org.infinispan.api.sync.SyncQuery
Continuously listen on query
Flag - Interface in org.infinispan.api.common
 
flags - Variable in class org.infinispan.api.common.CacheOptions.Builder
 
flags() - Method in interface org.infinispan.api.common.CacheOptions
 
flags() - Method in class org.infinispan.api.common.CacheOptions.Impl
 
flags(Flags<?, ?>) - Method in class org.infinispan.api.common.CacheOptions.Builder
 
flags(Flags<?, ?>) - Method in class org.infinispan.api.common.CacheWriteOptions.Builder
 
flags(Flags<?, ?>) - Method in class org.infinispan.api.common.process.CacheProcessorOptions.Builder
 
Flags<F,SELF> - Interface in org.infinispan.api.common
 
FLATTENED - Enum constant in enum class org.infinispan.api.annotations.indexing.option.Structure
Flatten multi-valued object fields.

G

GeoCoordinates - Annotation Interface in org.infinispan.api.annotations.indexing
Defines a Point binding from a type or a property to a Point field representing a point on earth.
GeoCoordinates.List - Annotation Interface in org.infinispan.api.annotations.indexing
 
GeoCoordinatesProcessor - Class in org.infinispan.api.common.annotations.indexing._private
 
GeoCoordinatesProcessor() - Constructor for class org.infinispan.api.common.annotations.indexing._private.GeoCoordinatesProcessor
 
get(String) - Method in interface org.infinispan.api.async.AsyncCaches
 
get(String) - Method in interface org.infinispan.api.async.AsyncMultimaps
 
get(String) - Method in interface org.infinispan.api.async.AsyncStrongCounters
 
get(String) - Method in interface org.infinispan.api.async.AsyncWeakCounters
 
get(String) - Method in interface org.infinispan.api.mutiny.MutinyCaches
 
get(String) - Method in interface org.infinispan.api.mutiny.MutinyMultimaps
 
get(String) - Method in interface org.infinispan.api.mutiny.MutinyStrongCounters
 
get(String) - Method in interface org.infinispan.api.mutiny.MutinyWeakCounters
 
get(String) - Method in interface org.infinispan.api.sync.SyncCaches
Obtains an existing cache
get(String) - Method in interface org.infinispan.api.sync.SyncLocks
 
get(String) - Method in interface org.infinispan.api.sync.SyncMultimaps
 
get(String) - Method in interface org.infinispan.api.sync.SyncStrongCounters
 
get(String) - Method in interface org.infinispan.api.sync.SyncWeakCounters
 
get(K) - Method in interface org.infinispan.api.async.AsyncCache
Get the value of the Key if such exists
get(K) - Method in interface org.infinispan.api.async.AsyncMultimap
 
get(K) - Method in interface org.infinispan.api.async.AsyncStreamingCache
Retrieves the value of the specified key as a AsyncStreamingCache.CacheEntrySubscriber.
get(K) - Method in interface org.infinispan.api.mutiny.MutinyCache
Get the value of the Key if such exists
get(K) - Method in interface org.infinispan.api.mutiny.MutinyMultimap
 
get(K) - Method in interface org.infinispan.api.sync.SyncCache
Get the value of the Key if such exists
get(K) - Method in interface org.infinispan.api.sync.SyncMultimap
 
get(K) - Method in interface org.infinispan.api.sync.SyncStreamingCache
Retrieves the value of the specified key as an InputStream.
get(K, BackPressureStrategy) - Method in interface org.infinispan.api.mutiny.MutinyStreamingCache
Retrieves the value of the specified key as an MutinyStreamingCache.CacheEntrySubscriber.
get(K, BackPressureStrategy, CacheOptions) - Method in interface org.infinispan.api.mutiny.MutinyStreamingCache
Retrieves the value of the specified key as an MutinyStreamingCache.CacheEntrySubscriber.
get(K, CacheOptions) - Method in interface org.infinispan.api.async.AsyncCache
Get the value of the Key if such exists
get(K, CacheOptions) - Method in interface org.infinispan.api.async.AsyncStreamingCache
Retrieves the value of the specified key as a AsyncStreamingCache.CacheEntrySubscriber.
get(K, CacheOptions) - Method in interface org.infinispan.api.mutiny.MutinyCache
Get the value of the Key if such exists
get(K, CacheOptions) - Method in interface org.infinispan.api.sync.SyncCache
Get the value of the Key if such exists
get(K, CacheOptions) - Method in interface org.infinispan.api.sync.SyncStreamingCache
Retrieves the value of the specified key as an InputStream.
getAll(Set<K>) - Method in interface org.infinispan.api.async.AsyncCache
Retrieves the entries for the specified keys.
getAll(Set<K>) - Method in interface org.infinispan.api.mutiny.MutinyCache
Retrieve all the entries for the specified keys.
getAll(Set<K>) - Method in interface org.infinispan.api.sync.SyncCache
Retrieves all entries for the supplied keys
getAll(Set<K>, CacheOptions) - Method in interface org.infinispan.api.async.AsyncCache
Retrieves the entries for the specified keys.
getAll(Set<K>, CacheOptions) - Method in interface org.infinispan.api.mutiny.MutinyCache
Retrieve all the entries for the specified keys.
getAll(Set<K>, CacheOptions) - Method in interface org.infinispan.api.sync.SyncCache
Retrieves all entries for the supplied keys
getAll(K...) - Method in interface org.infinispan.api.async.AsyncCache
Retrieves the entries for the specified keys.
getAll(K...) - Method in interface org.infinispan.api.mutiny.MutinyCache
 
getAll(K...) - Method in interface org.infinispan.api.sync.SyncCache
Retrieves all entries for the supplied keys
getAll(CacheOptions, K...) - Method in interface org.infinispan.api.async.AsyncCache
Retrieves the entries for the specified keys.
getAll(CacheOptions, K...) - Method in interface org.infinispan.api.mutiny.MutinyCache
 
getAll(CacheOptions, K...) - Method in interface org.infinispan.api.sync.SyncCache
Retrieves all entries for the supplied keys
getAndRemove(K) - Method in interface org.infinispan.api.async.AsyncCache
Removes the key and returns its value if present.
getAndRemove(K) - Method in interface org.infinispan.api.mutiny.MutinyCache
Removes the key and returns its value if present.
getAndRemove(K) - Method in interface org.infinispan.api.sync.SyncCache
Removes the key and returns its value if present.
getAndRemove(K, CacheOptions) - Method in interface org.infinispan.api.async.AsyncCache
Removes the key and returns its value if present.
getAndRemove(K, CacheOptions) - Method in interface org.infinispan.api.mutiny.MutinyCache
Removes the key and returns its value if present.
getAndRemove(K, CacheOptions) - Method in interface org.infinispan.api.sync.SyncCache
Removes the key and returns its value if present.
getAndRemoveAll(Multi<K>) - Method in interface org.infinispan.api.mutiny.MutinyCache
Removes a set of keys.
getAndRemoveAll(Multi<K>, CacheWriteOptions) - Method in interface org.infinispan.api.mutiny.MutinyCache
Removes a set of keys.
getAndRemoveAll(Flow.Publisher<K>) - Method in interface org.infinispan.api.async.AsyncCache
Removes a set of keys.
getAndRemoveAll(Flow.Publisher<K>, CacheWriteOptions) - Method in interface org.infinispan.api.async.AsyncCache
Removes a set of keys.
getAndRemoveAll(Set<K>) - Method in interface org.infinispan.api.async.AsyncCache
Removes a set of keys.
getAndRemoveAll(Set<K>) - Method in interface org.infinispan.api.sync.SyncCache
Removes a set of keys.
getAndRemoveAll(Set<K>, CacheWriteOptions) - Method in interface org.infinispan.api.async.AsyncCache
Removes a set of keys.
getAndRemoveAll(Set<K>, CacheWriteOptions) - Method in interface org.infinispan.api.sync.SyncCache
Removes a set of keys.
getAndSet(long) - Method in interface org.infinispan.api.async.AsyncStrongCounter
Atomically sets the value to the given updated value
getAndSet(long) - Method in interface org.infinispan.api.mutiny.MutinyStrongCounter
Atomically sets the value to the given updated value
getAndSet(long) - Method in interface org.infinispan.api.sync.SyncStrongCounter
Atomically sets the value to the given updated value
getConfiguration() - Method in interface org.infinispan.api.mutiny.MutinyStrongCounter
 
getEntry(K) - Method in interface org.infinispan.api.async.AsyncCache
Get the entry of the Key if such exists
getEntry(K) - Method in interface org.infinispan.api.mutiny.MutinyCache
 
getEntry(K) - Method in interface org.infinispan.api.sync.SyncCache
Get the entry of the Key if such exists
getEntry(K, CacheOptions) - Method in interface org.infinispan.api.async.AsyncCache
Get the entry of the Key if such exists
getEntry(K, CacheOptions) - Method in interface org.infinispan.api.mutiny.MutinyCache
 
getEntry(K, CacheOptions) - Method in interface org.infinispan.api.sync.SyncCache
Get the entry of the Key if such exists
getNewState() - Method in interface org.infinispan.api.common.events.counter.CounterEvent
 
getNewValue() - Method in interface org.infinispan.api.common.events.counter.CounterEvent
 
getOldState() - Method in interface org.infinispan.api.common.events.counter.CounterEvent
 
getOldValue() - Method in interface org.infinispan.api.common.events.counter.CounterEvent
 
getOrReplaceEntry(K, V, CacheEntryVersion) - Method in interface org.infinispan.api.async.AsyncCache
 
getOrReplaceEntry(K, V, CacheEntryVersion) - Method in interface org.infinispan.api.mutiny.MutinyCache
 
getOrReplaceEntry(K, V, CacheEntryVersion) - Method in interface org.infinispan.api.sync.SyncCache
 
getOrReplaceEntry(K, V, CacheEntryVersion, CacheWriteOptions) - Method in interface org.infinispan.api.async.AsyncCache
 
getOrReplaceEntry(K, V, CacheEntryVersion, CacheWriteOptions) - Method in interface org.infinispan.api.mutiny.MutinyCache
 
getOrReplaceEntry(K, V, CacheEntryVersion, CacheWriteOptions) - Method in interface org.infinispan.api.sync.SyncCache
 
getParams() - Method in class org.infinispan.api.common.query.QueryRequest
 
getQueryString() - Method in class org.infinispan.api.common.query.QueryRequest
 
getSource() - Method in interface org.infinispan.api.common.events.cache.CacheEntryEvent
 

H

hashCode() - Method in class org.infinispan.api.common.CacheEntryExpiration.Impl
 
hitCount() - Method in interface org.infinispan.api.async.AsyncQueryResult
 
hitCount() - Method in interface org.infinispan.api.mutiny.MutinyQueryResult
 
hitCount() - Method in interface org.infinispan.api.sync.SyncQueryResult
 

I

IMMORTAL - Static variable in interface org.infinispan.api.common.CacheEntryExpiration
 
Impl() - Constructor for class org.infinispan.api.common.CacheOptions.Impl
 
Impl() - Constructor for class org.infinispan.api.common.CacheWriteOptions.Impl
 
Impl() - Constructor for class org.infinispan.api.common.process.CacheProcessorOptions.Impl
 
Impl(Duration, Flags<?, ?>) - Constructor for class org.infinispan.api.common.CacheOptions.Impl
 
Impl(K, T, Throwable) - Constructor for class org.infinispan.api.common.process.CacheEntryProcessorResult.Impl
 
includeCurrentState() - Method in class org.infinispan.api.common.events.cache.CacheListenerOptions
 
includeCurrentState(boolean) - Method in class org.infinispan.api.common.events.cache.CacheListenerOptions
 
includeDepth() - Element in annotation interface org.infinispan.api.annotations.indexing.Embedded
The number of levels of indexed-embedded that will have all their fields included by default.
increment() - Method in interface org.infinispan.api.async.AsyncWeakCounter
Increments the counter.
increment() - Method in interface org.infinispan.api.mutiny.MutinyWeakCounter
 
increment() - Method in interface org.infinispan.api.sync.SyncWeakCounter
Increments the counter.
incrementAndGet() - Method in interface org.infinispan.api.async.AsyncStrongCounter
Atomically increments the counter and returns the new value.
incrementAndGet() - Method in interface org.infinispan.api.mutiny.MutinyStrongCounter
Atomically increments the counter and returns the new value.
incrementAndGet() - Method in interface org.infinispan.api.sync.SyncStrongCounter
Atomically increments the counter and returns the new value.
index() - Element in annotation interface org.infinispan.api.annotations.indexing.Indexed
 
indexed() - Method in class org.infinispan.api.protostream.builder.MessageBuilder
 
Indexed - Annotation Interface in org.infinispan.api.annotations.indexing
Maps an entity type to an index.
IndexedFieldBuilder - Class in org.infinispan.api.protostream.builder
 
IndexedFieldBuilder(FieldBuilder, String) - Constructor for class org.infinispan.api.protostream.builder.IndexedFieldBuilder
 
IndexedProcessor - Class in org.infinispan.api.common.annotations.indexing._private
 
IndexedProcessor() - Constructor for class org.infinispan.api.common.annotations.indexing._private.IndexedProcessor
 
indexNullAs() - Element in annotation interface org.infinispan.api.annotations.indexing.Basic
 
indexNullAs() - Element in annotation interface org.infinispan.api.annotations.indexing.Decimal
 
indexNullAs() - Element in annotation interface org.infinispan.api.annotations.indexing.Keyword
 
indexNullAs() - Element in annotation interface org.infinispan.api.annotations.indexing.Vector
 
indexNullAs(String) - Method in class org.infinispan.api.protostream.builder.IndexedFieldBuilder
 
Infinispan - Interface in org.infinispan.api
Infinispan instance, embedded or client, depending on the access point.
Infinispan.Factory - Interface in org.infinispan.api
 
InfinispanConfigurationException - Exception Class in org.infinispan.api.exception
Exception raised when a configuration error is found
InfinispanConfigurationException(String) - Constructor for exception class org.infinispan.api.exception.InfinispanConfigurationException
 
InfinispanException - Exception Class in org.infinispan.api.exception
InfinispanException is raised when any runtime error not related to configuration is raised.
InfinispanException(String) - Constructor for exception class org.infinispan.api.exception.InfinispanException
 
InfinispanException(String, Throwable) - Constructor for exception class org.infinispan.api.exception.InfinispanException
 
INNER_PRODUCT - Enum constant in enum class org.infinispan.api.annotations.indexing.option.VectorSimilarity
 
isCreated() - Method in class org.infinispan.api.common.query.QueryRequest
 
isCurrentState() - Method in interface org.infinispan.api.common.events.cache.CacheEntryEvent
 
isDefault() - Method in class org.infinispan.api.common.CacheEntryExpiration.Impl
 
isDefault() - Method in interface org.infinispan.api.common.CacheEntryExpiration
 
isDeleted() - Method in class org.infinispan.api.common.query.QueryRequest
 
isImmortal() - Method in class org.infinispan.api.common.CacheEntryExpiration.Impl
 
isImmortal() - Method in interface org.infinispan.api.common.CacheEntryExpiration
 
isLocked() - Method in interface org.infinispan.api.async.AsyncLock
 
isLocked() - Method in interface org.infinispan.api.mutiny.MutinyLock
 
isLocked() - Method in interface org.infinispan.api.sync.SyncLock
 
isLockedByMe() - Method in interface org.infinispan.api.async.AsyncLock
 
isLockedByMe() - Method in interface org.infinispan.api.mutiny.MutinyLock
 
isLockedByMe() - Method in interface org.infinispan.api.sync.SyncLock
 
isOriginLocal() - Method in interface org.infinispan.api.common.events.cache.CacheEntryEvent
 
isUpdated() - Method in class org.infinispan.api.common.query.QueryRequest
 
iterator() - Method in interface org.infinispan.api.common.CloseableIterable
 

J

JOIN - Enum constant in enum class org.infinispan.api.common.events.cache.CacheContinuousQueryEvent.EventType
 

K

key() - Method in interface org.infinispan.api.common.CacheEntry
 
key() - Method in interface org.infinispan.api.common.CacheEntryCollection
 
key() - Method in interface org.infinispan.api.common.events.cache.CacheContinuousQueryEvent
 
key() - Method in class org.infinispan.api.common.process.CacheEntryProcessorResult.Impl
 
key() - Method in interface org.infinispan.api.common.process.CacheEntryProcessorResult
 
keys() - Method in interface org.infinispan.api.async.AsyncCache
Retrieve all keys
keys() - Method in interface org.infinispan.api.mutiny.MutinyCache
Retrieve all keys
keys() - Method in interface org.infinispan.api.sync.SyncCache
Retrieve all keys
keys(CacheOptions) - Method in interface org.infinispan.api.async.AsyncCache
Retrieve all keys
keys(CacheOptions) - Method in interface org.infinispan.api.mutiny.MutinyCache
Retrieve all keys
keys(CacheOptions) - Method in interface org.infinispan.api.sync.SyncCache
Retrieve all keys
keyword() - Method in class org.infinispan.api.protostream.builder.FieldBuilder
 
Keyword - Annotation Interface in org.infinispan.api.annotations.indexing
Maps a property to a keyword field in the index, holding a single token (word) of text.
Keyword.List - Annotation Interface in org.infinispan.api.annotations.indexing
 
KeywordProcessor - Class in org.infinispan.api.common.annotations.indexing._private
 
KeywordProcessor() - Constructor for class org.infinispan.api.common.annotations.indexing._private.KeywordProcessor
 

L

L2 - Enum constant in enum class org.infinispan.api.annotations.indexing.option.VectorSimilarity
 
lastAccessTime() - Method in interface org.infinispan.api.common.CacheEntryMetadata
 
latitude() - Method in class org.infinispan.api.annotations.indexing.model.Point
 
Latitude - Annotation Interface in org.infinispan.api.annotations.indexing
Mark the property hosting the latitude of a specific spatial coordinate.
LatitudeProcessor - Class in org.infinispan.api.common.annotations.indexing._private
 
LatitudeProcessor() - Constructor for class org.infinispan.api.common.annotations.indexing._private.LatitudeProcessor
 
LEAVE - Enum constant in enum class org.infinispan.api.common.events.cache.CacheContinuousQueryEvent.EventType
 
lifespan() - Method in class org.infinispan.api.common.CacheEntryExpiration.Impl
 
lifespan() - Method in interface org.infinispan.api.common.CacheEntryExpiration
 
lifespan(Duration) - Method in class org.infinispan.api.common.CacheWriteOptions.Builder
 
lifespanAndMaxIdle(Duration, Duration) - Method in class org.infinispan.api.common.CacheWriteOptions.Builder
 
limit() - Method in class org.infinispan.api.common.query.QueryRequest
 
limit(int) - Method in interface org.infinispan.api.async.AsyncQuery
Limits the number of results
limit(int) - Method in class org.infinispan.api.common.query.QueryRequestBuilder
 
limit(int) - Method in interface org.infinispan.api.mutiny.MutinyQuery
Limits the number of results
limit(int) - Method in interface org.infinispan.api.sync.SyncQuery
Limits the number of results
listen() - Method in interface org.infinispan.api.mutiny.MutinyStrongCounter
Listens to counter events.
listen(Consumer<CounterEvent>) - Method in interface org.infinispan.api.async.AsyncStrongCounter
Registers a Consumer<CounterEvent> to this counter.
listen(Consumer<CounterEvent>) - Method in interface org.infinispan.api.sync.SyncStrongCounter
Registers a Consumer<CounterEvent> to this counter.
listen(CacheEntryEventType...) - Method in interface org.infinispan.api.async.AsyncCache
Register a cache listener with default CacheListenerOptions
listen(CacheEntryEventType...) - Method in interface org.infinispan.api.mutiny.MutinyCache
Listens to the events
listen(CacheListenerOptions, CacheEntryEventType...) - Method in interface org.infinispan.api.async.AsyncCache
Register a cache listener with the supplied CacheListenerOptions
listen(CacheListenerOptions, CacheEntryEventType...) - Method in interface org.infinispan.api.mutiny.MutinyCache
Listens to the events
listen(ContainerListenerEventType...) - Method in interface org.infinispan.api.async.AsyncContainer
 
listen(ContainerListenerEventType...) - Method in interface org.infinispan.api.mutiny.MutinyContainer
 
listen(SyncCacheEntryListener<K, V>) - Method in interface org.infinispan.api.sync.SyncCache
Listens to the SyncCacheEntryListener
listen(SyncContainerListener, ContainerListenerEventType...) - Method in interface org.infinispan.api.sync.SyncContainer
 
lock() - Method in interface org.infinispan.api.async.AsyncLock
 
lock() - Method in interface org.infinispan.api.mutiny.MutinyLock
 
lock() - Method in interface org.infinispan.api.sync.SyncLock
 
lock(String) - Method in interface org.infinispan.api.async.AsyncLocks
 
lock(String) - Method in interface org.infinispan.api.mutiny.MutinyLocks
 
LockConfiguration - Interface in org.infinispan.api.configuration
The lock configuration.
locks() - Method in interface org.infinispan.api.async.AsyncContainer
 
locks() - Method in interface org.infinispan.api.mutiny.MutinyContainer
 
locks() - Method in interface org.infinispan.api.sync.SyncContainer
 
longitude() - Method in class org.infinispan.api.annotations.indexing.model.Point
 
Longitude - Annotation Interface in org.infinispan.api.annotations.indexing
Mark the property hosting the longitude of a specific spatial coordinate.
LongitudeProcessor - Class in org.infinispan.api.common.annotations.indexing._private
 
LongitudeProcessor() - Constructor for class org.infinispan.api.common.annotations.indexing._private.LongitudeProcessor
 
LOWER_BOUND_REACHED - Enum constant in enum class org.infinispan.api.common.events.counter.CounterState
The counter value has reached its min threshold.

M

marker() - Element in annotation interface org.infinispan.api.annotations.indexing.GeoCoordinates
 
marker() - Element in annotation interface org.infinispan.api.annotations.indexing.Latitude
 
marker() - Element in annotation interface org.infinispan.api.annotations.indexing.Longitude
 
MAX_INNER_PRODUCT - Enum constant in enum class org.infinispan.api.annotations.indexing.option.VectorSimilarity
 
maxConnections() - Element in annotation interface org.infinispan.api.annotations.indexing.Vector
 
maxIdle() - Method in class org.infinispan.api.common.CacheEntryExpiration.Impl
 
maxIdle() - Method in interface org.infinispan.api.common.CacheEntryExpiration
 
maxIdle(Duration) - Method in class org.infinispan.api.common.CacheWriteOptions.Builder
 
message(String) - Method in class org.infinispan.api.protostream.builder.FieldBuilder
 
message(String) - Method in class org.infinispan.api.protostream.builder.IndexedFieldBuilder
 
message(String) - Method in class org.infinispan.api.protostream.builder.ProtoBuf
 
MessageBuilder - Class in org.infinispan.api.protostream.builder
 
MessageBuilder(ProtoBuf, String) - Constructor for class org.infinispan.api.protostream.builder.MessageBuilder
 
metadata() - Method in interface org.infinispan.api.async.AsyncStreamingCache.CacheEntrySubscriber
 
metadata() - Method in interface org.infinispan.api.common.CacheEntry
 
metadata() - Method in interface org.infinispan.api.common.CacheEntryCollection
 
metadata() - Method in interface org.infinispan.api.mutiny.MutinyStreamingCache.CacheEntrySubscriber
 
MultimapConfiguration - Interface in org.infinispan.api.configuration
The Multimap configuration.
multimaps() - Method in interface org.infinispan.api.async.AsyncContainer
 
multimaps() - Method in interface org.infinispan.api.mutiny.MutinyContainer
 
multimaps() - Method in interface org.infinispan.api.sync.SyncContainer
 
MutableCacheEntry<K,V> - Interface in org.infinispan.api.common
 
mutiny() - Method in interface org.infinispan.api.Infinispan
Returns a mutiny version of the Infinispan API
MutinyCache<K,V> - Interface in org.infinispan.api.mutiny
A Reactive Cache provides a highly concurrent and distributed data structure, non blocking and using reactive streams.
MutinyCacheEntryProcessor<K,V,T> - Interface in org.infinispan.api.mutiny
 
MutinyCaches - Interface in org.infinispan.api.mutiny
 
MutinyContainer - Interface in org.infinispan.api.mutiny
 
MutinyLock - Interface in org.infinispan.api.mutiny
 
MutinyLocks - Interface in org.infinispan.api.mutiny
 
MutinyMultimap<K,V> - Interface in org.infinispan.api.mutiny
 
MutinyMultimaps - Interface in org.infinispan.api.mutiny
 
MutinyQuery<K,V,R> - Interface in org.infinispan.api.mutiny
Parameterized Query builder
MutinyQueryResult<R> - Interface in org.infinispan.api.mutiny
 
MutinyStreamingCache<K> - Interface in org.infinispan.api.mutiny
SyncStreamingCache implements streaming versions of most SyncCache methods
MutinyStreamingCache.CacheEntryPublisher - Interface in org.infinispan.api.mutiny
 
MutinyStreamingCache.CacheEntrySubscriber - Interface in org.infinispan.api.mutiny
 
MutinyStrongCounter - Interface in org.infinispan.api.mutiny
The strong consistent counter interface.
MutinyStrongCounters - Interface in org.infinispan.api.mutiny
 
MutinyWeakCounter - Interface in org.infinispan.api.mutiny
 
MutinyWeakCounters - Interface in org.infinispan.api.mutiny
 

N

name() - Element in annotation interface org.infinispan.api.annotations.indexing.Basic
 
name() - Element in annotation interface org.infinispan.api.annotations.indexing.Decimal
 
name() - Element in annotation interface org.infinispan.api.annotations.indexing.Embedded
 
name() - Element in annotation interface org.infinispan.api.annotations.indexing.Keyword
 
name() - Element in annotation interface org.infinispan.api.annotations.indexing.Text
 
name() - Element in annotation interface org.infinispan.api.annotations.indexing.Vector
 
name() - Method in interface org.infinispan.api.async.AsyncCache
The name of the cache.
name() - Method in interface org.infinispan.api.async.AsyncLock
 
name() - Method in interface org.infinispan.api.async.AsyncMultimap
The name of this multimap
name() - Method in interface org.infinispan.api.async.AsyncStrongCounter
 
name() - Method in interface org.infinispan.api.async.AsyncWeakCounter
 
name() - Method in interface org.infinispan.api.common.process.CacheProcessor
 
name() - Method in interface org.infinispan.api.mutiny.MutinyCache
The name of the cache.
name() - Method in interface org.infinispan.api.mutiny.MutinyLock
 
name() - Method in interface org.infinispan.api.mutiny.MutinyMultimap
 
name() - Method in interface org.infinispan.api.mutiny.MutinyStrongCounter
 
name() - Method in interface org.infinispan.api.mutiny.MutinyWeakCounter
Returns the name of this counter
name() - Method in interface org.infinispan.api.sync.SyncCache
Returns the name of this cache
name() - Method in interface org.infinispan.api.sync.SyncLock
 
name() - Method in interface org.infinispan.api.sync.SyncMultimap
 
name() - Method in interface org.infinispan.api.sync.SyncStrongCounter
 
name() - Method in interface org.infinispan.api.sync.SyncWeakCounter
Returns the name of this counter
names() - Method in interface org.infinispan.api.async.AsyncCaches
 
names() - Method in interface org.infinispan.api.async.AsyncLocks
 
names() - Method in interface org.infinispan.api.async.AsyncMultimaps
 
names() - Method in interface org.infinispan.api.async.AsyncStrongCounters
 
names() - Method in interface org.infinispan.api.async.AsyncWeakCounters
 
names() - Method in interface org.infinispan.api.mutiny.MutinyCaches
 
names() - Method in interface org.infinispan.api.mutiny.MutinyLocks
 
names() - Method in interface org.infinispan.api.mutiny.MutinyMultimaps
 
names() - Method in interface org.infinispan.api.mutiny.MutinyStrongCounters
 
names() - Method in interface org.infinispan.api.mutiny.MutinyWeakCounters
 
names() - Method in interface org.infinispan.api.sync.SyncCaches
Retrieves the names of all available caches
names() - Method in interface org.infinispan.api.sync.SyncLocks
 
names() - Method in interface org.infinispan.api.sync.SyncMultimaps
 
names() - Method in interface org.infinispan.api.sync.SyncStrongCounters
 
names() - Method in interface org.infinispan.api.sync.SyncWeakCounters
 
NESTED - Enum constant in enum class org.infinispan.api.annotations.indexing.option.Structure
Store object fields as nested documents.
newEntry() - Method in interface org.infinispan.api.common.events.cache.CacheEntryEvent
 
NO - Enum constant in enum class org.infinispan.api.annotations.indexing.option.TermVector
Do not store term vectors.
normalizer() - Element in annotation interface org.infinispan.api.annotations.indexing.Keyword
 
normalizer(String) - Method in class org.infinispan.api.protostream.builder.IndexedFieldBuilder
 
norms() - Element in annotation interface org.infinispan.api.annotations.indexing.Keyword
 
norms() - Element in annotation interface org.infinispan.api.annotations.indexing.Text
Whether index-time scoring information for the field should be stored or not.
norms(boolean) - Static method in class org.infinispan.api.common.annotations.indexing._private.Options
 

O

observation(CacheListenerOptions.Observation) - Method in class org.infinispan.api.common.events.cache.CacheListenerOptions
 
onCreate(CacheEntryEvent<K, V>) - Method in interface org.infinispan.api.sync.events.cache.SyncCacheEntryCreatedListener
 
onError(K, Throwable) - Static method in interface org.infinispan.api.common.process.CacheEntryProcessorResult
 
onExpired(CacheEntryEvent<K, V>) - Method in interface org.infinispan.api.sync.events.cache.SyncCacheEntryExpiredListener
 
onJoin(CacheEntryEvent<K, V>) - Method in interface org.infinispan.api.sync.events.cache.SyncCacheContinuousQueryListener
 
onLeave(CacheEntryEvent<K, V>) - Method in interface org.infinispan.api.sync.events.cache.SyncCacheContinuousQueryListener
 
onRemove(CacheEntryEvent<K, V>) - Method in interface org.infinispan.api.sync.events.cache.SyncCacheEntryRemovedListener
 
onResult(K, T) - Static method in interface org.infinispan.api.common.process.CacheEntryProcessorResult
 
onUpdate(CacheEntryEvent<K, V>) - Method in interface org.infinispan.api.sync.events.cache.SyncCacheContinuousQueryListener
 
onUpdate(CacheEntryEvent<K, V>) - Method in interface org.infinispan.api.sync.events.cache.SyncCacheEntryUpdatedListener
 
optional(String, int, String) - Method in class org.infinispan.api.protostream.builder.FieldBuilder
 
optional(String, int, String) - Method in class org.infinispan.api.protostream.builder.IndexedFieldBuilder
 
optional(String, int, String) - Method in class org.infinispan.api.protostream.builder.MessageBuilder
 
options() - Static method in interface org.infinispan.api.common.CacheOptions
 
options() - Method in interface org.infinispan.api.common.process.CacheEntryProcessorContext
 
Options - Class in org.infinispan.api.common.annotations.indexing._private
 
org.infinispan.api - package org.infinispan.api
 
org.infinispan.api.annotations.indexing - package org.infinispan.api.annotations.indexing
 
org.infinispan.api.annotations.indexing.model - package org.infinispan.api.annotations.indexing.model
 
org.infinispan.api.annotations.indexing.option - package org.infinispan.api.annotations.indexing.option
 
org.infinispan.api.async - package org.infinispan.api.async
 
org.infinispan.api.common - package org.infinispan.api.common
 
org.infinispan.api.common.annotations.indexing._private - package org.infinispan.api.common.annotations.indexing._private
 
org.infinispan.api.common.events - package org.infinispan.api.common.events
 
org.infinispan.api.common.events.cache - package org.infinispan.api.common.events.cache
 
org.infinispan.api.common.events.container - package org.infinispan.api.common.events.container
 
org.infinispan.api.common.events.counter - package org.infinispan.api.common.events.counter
 
org.infinispan.api.common.process - package org.infinispan.api.common.process
 
org.infinispan.api.common.query - package org.infinispan.api.common.query
 
org.infinispan.api.configuration - package org.infinispan.api.configuration
 
org.infinispan.api.exception - package org.infinispan.api.exception
 
org.infinispan.api.mutiny - package org.infinispan.api.mutiny
 
org.infinispan.api.protostream.builder - package org.infinispan.api.protostream.builder
 
org.infinispan.api.sync - package org.infinispan.api.sync
 
org.infinispan.api.sync.events.cache - package org.infinispan.api.sync.events.cache
 
org.infinispan.api.sync.events.container - package org.infinispan.api.sync.events.container
 

P

packageName(String) - Method in class org.infinispan.api.protostream.builder.ProtoBuf
 
param(String, Object) - Method in interface org.infinispan.api.async.AsyncQuery
Sets the named parameter to the specified value
param(String, Object) - Method in class org.infinispan.api.common.query.QueryRequestBuilder
 
param(String, Object) - Method in interface org.infinispan.api.mutiny.MutinyQuery
Sets the named parameter to the specified value
param(String, Object) - Method in interface org.infinispan.api.sync.SyncQuery
Sets the named parameter to the specified value
Point - Class in org.infinispan.api.annotations.indexing.model
A point in the geocentric coordinate system.
Point(double, double) - Constructor for class org.infinispan.api.annotations.indexing.model.Point
 
previousEntry() - Method in interface org.infinispan.api.common.events.cache.CacheEntryEvent
 
primaryOnly() - Method in class org.infinispan.api.common.events.cache.CacheListenerOptions
 
primaryOnly(boolean) - Method in class org.infinispan.api.common.events.cache.CacheListenerOptions
 
process(Multi<MutableCacheEntry<K, V>>, CacheEntryProcessorContext) - Method in interface org.infinispan.api.mutiny.MutinyCacheEntryProcessor
 
process(Flow.Publisher<MutableCacheEntry<K, V>>, CacheEntryProcessorContext) - Method in interface org.infinispan.api.async.AsyncCacheEntryProcessor
 
process(Set<K>, AsyncCacheEntryProcessor<K, V, T>) - Method in interface org.infinispan.api.async.AsyncCache
Process entries using the supplied task
process(Set<K>, AsyncCacheEntryProcessor<K, V, T>, CacheOptions) - Method in interface org.infinispan.api.async.AsyncCache
Process entries using the supplied task
process(Set<K>, MutinyCacheEntryProcessor<K, V, T>) - Method in interface org.infinispan.api.mutiny.MutinyCache
Process the specified entries using the supplied processor
process(Set<K>, MutinyCacheEntryProcessor<K, V, T>, CacheOptions) - Method in interface org.infinispan.api.mutiny.MutinyCache
Process the specified entries using the supplied processor
process(Set<K>, SyncCacheEntryProcessor<K, V, T>) - Method in interface org.infinispan.api.sync.SyncCache
Process entries using the supplied processor
process(Set<K>, SyncCacheEntryProcessor<K, V, T>, CacheProcessorOptions) - Method in interface org.infinispan.api.sync.SyncCache
Process entries using the supplied processor
process(PropertyMappingStep, Basic, PropertyMappingAnnotationProcessorContext) - Method in class org.infinispan.api.common.annotations.indexing._private.BasicProcessor
 
process(PropertyMappingStep, Decimal, PropertyMappingAnnotationProcessorContext) - Method in class org.infinispan.api.common.annotations.indexing._private.DecimalProcessor
 
process(PropertyMappingStep, Embedded, PropertyMappingAnnotationProcessorContext) - Method in class org.infinispan.api.common.annotations.indexing._private.EmbeddedProcessor
 
process(PropertyMappingStep, GeoCoordinates, PropertyMappingAnnotationProcessorContext) - Method in class org.infinispan.api.common.annotations.indexing._private.GeoCoordinatesProcessor
 
process(PropertyMappingStep, Keyword, PropertyMappingAnnotationProcessorContext) - Method in class org.infinispan.api.common.annotations.indexing._private.KeywordProcessor
 
process(PropertyMappingStep, Latitude, PropertyMappingAnnotationProcessorContext) - Method in class org.infinispan.api.common.annotations.indexing._private.LatitudeProcessor
 
process(PropertyMappingStep, Longitude, PropertyMappingAnnotationProcessorContext) - Method in class org.infinispan.api.common.annotations.indexing._private.LongitudeProcessor
 
process(PropertyMappingStep, Text, PropertyMappingAnnotationProcessorContext) - Method in class org.infinispan.api.common.annotations.indexing._private.TextProcessor
 
process(PropertyMappingStep, Vector, PropertyMappingAnnotationProcessorContext) - Method in class org.infinispan.api.common.annotations.indexing._private.VectorProcessor
 
process(TypeMappingStep, GeoCoordinates, TypeMappingAnnotationProcessorContext) - Method in class org.infinispan.api.common.annotations.indexing._private.GeoCoordinatesProcessor
 
process(TypeMappingStep, Indexed, TypeMappingAnnotationProcessorContext) - Method in class org.infinispan.api.common.annotations.indexing._private.IndexedProcessor
 
process(AsyncCacheEntryProcessor<K, V, T>) - Method in interface org.infinispan.api.async.AsyncQuery
 
process(AsyncCacheEntryProcessor<K, V, T>, CacheProcessorOptions) - Method in interface org.infinispan.api.async.AsyncQuery
 
process(MutableCacheEntry<K, V>, CacheEntryProcessorContext) - Method in interface org.infinispan.api.sync.SyncCacheEntryProcessor
 
process(CacheProcessor) - Method in interface org.infinispan.api.async.AsyncQuery
Processes entries matched by the query using a named CacheProcessor.
process(CacheProcessor) - Method in interface org.infinispan.api.mutiny.MutinyQuery
Processes entries matched by the query using a named CacheProcessor.
process(CacheProcessor) - Method in interface org.infinispan.api.sync.SyncQuery
Processes entries matched by the query using a named CacheProcessor.
process(CacheProcessor, CacheProcessorOptions) - Method in interface org.infinispan.api.async.AsyncQuery
Processes entries matched by the query using a named CacheProcessor.
process(CacheProcessor, CacheProcessorOptions) - Method in interface org.infinispan.api.mutiny.MutinyQuery
Processes entries matched by the query using a named CacheProcessor.
process(CacheProcessor, CacheProcessorOptions) - Method in interface org.infinispan.api.sync.SyncQuery
Processes entries matched by the query using a named CacheProcessor.
process(MutinyCacheEntryProcessor<K, V, T>) - Method in interface org.infinispan.api.mutiny.MutinyQuery
Processes entries matched by the query using a MutinyCacheEntryProcessor.
process(MutinyCacheEntryProcessor<K, V, T>, CacheProcessorOptions) - Method in interface org.infinispan.api.mutiny.MutinyQuery
Processes entries matched by the query using a MutinyCacheEntryProcessor.
process(SyncCacheEntryProcessor<K, V, T>) - Method in interface org.infinispan.api.sync.SyncQuery
Processes entries using an SyncCacheEntryProcessor.
process(SyncCacheEntryProcessor<K, V, T>, CacheProcessorOptions) - Method in interface org.infinispan.api.sync.SyncQuery
Processes entries using a SyncCacheEntryProcessor.
processAll(AsyncCacheEntryProcessor<K, V, T>) - Method in interface org.infinispan.api.async.AsyncCache
Execute a CacheProcessor on a cache
processAll(AsyncCacheEntryProcessor<K, V, T>, CacheProcessorOptions) - Method in interface org.infinispan.api.async.AsyncCache
Execute a CacheProcessor on a cache
processAll(SyncCacheEntryProcessor<K, V, T>) - Method in interface org.infinispan.api.sync.SyncCache
Process entries using the supplied processor
processAll(SyncCacheEntryProcessor<K, V, T>, CacheProcessorOptions) - Method in interface org.infinispan.api.sync.SyncCache
Process entries using the supplied processor
processorOptions() - Static method in interface org.infinispan.api.common.process.CacheProcessorOptions
 
projectable() - Element in annotation interface org.infinispan.api.annotations.indexing.Basic
Whether we want to be able to obtain the value of the field as a projection.
projectable() - Element in annotation interface org.infinispan.api.annotations.indexing.Decimal
 
projectable() - Element in annotation interface org.infinispan.api.annotations.indexing.GeoCoordinates
 
projectable() - Element in annotation interface org.infinispan.api.annotations.indexing.Keyword
 
projectable() - Element in annotation interface org.infinispan.api.annotations.indexing.Text
 
projectable() - Element in annotation interface org.infinispan.api.annotations.indexing.Vector
 
projectable(boolean) - Static method in class org.infinispan.api.common.annotations.indexing._private.Options
 
projectable(boolean) - Method in class org.infinispan.api.protostream.builder.IndexedFieldBuilder
 
ProtoBuf - Class in org.infinispan.api.protostream.builder
 
put(K) - Method in interface org.infinispan.api.async.AsyncStreamingCache
Initiates a streaming put operation.
put(K) - Method in interface org.infinispan.api.sync.SyncStreamingCache
Initiates a streaming put operation.
put(K, BackPressureStrategy) - Method in interface org.infinispan.api.mutiny.MutinyStreamingCache
Initiates a streaming put operation.
put(K, CacheOptions) - Method in interface org.infinispan.api.sync.SyncStreamingCache
 
put(K, CacheWriteOptions) - Method in interface org.infinispan.api.async.AsyncStreamingCache
Initiates a streaming put operation.
put(K, CacheWriteOptions, BackPressureStrategy) - Method in interface org.infinispan.api.mutiny.MutinyStreamingCache
Initiates a streaming put operation.
put(K, V) - Method in interface org.infinispan.api.async.AsyncCache
 
put(K, V) - Method in interface org.infinispan.api.mutiny.MutinyCache
Save the key/value.
put(K, V) - Method in interface org.infinispan.api.sync.SyncCache
Insert the key/value pair.
put(K, V, CacheWriteOptions) - Method in interface org.infinispan.api.async.AsyncCache
 
put(K, V, CacheWriteOptions) - Method in interface org.infinispan.api.mutiny.MutinyCache
 
put(K, V, CacheWriteOptions) - Method in interface org.infinispan.api.sync.SyncCache
 
putAll(Multi<CacheEntry<K, V>>) - Method in interface org.infinispan.api.mutiny.MutinyCache
Put multiple entries from a Multi
putAll(Multi<CacheEntry<K, V>>, CacheWriteOptions) - Method in interface org.infinispan.api.mutiny.MutinyCache
 
putAll(Flow.Publisher<CacheEntry<K, V>>) - Method in interface org.infinispan.api.async.AsyncCache
 
putAll(Flow.Publisher<CacheEntry<K, V>>, CacheWriteOptions) - Method in interface org.infinispan.api.async.AsyncCache
 
putAll(Map<K, V>) - Method in interface org.infinispan.api.async.AsyncCache
 
putAll(Map<K, V>) - Method in interface org.infinispan.api.mutiny.MutinyCache
 
putAll(Map<K, V>) - Method in interface org.infinispan.api.sync.SyncCache
Puts all entries
putAll(Map<K, V>, CacheWriteOptions) - Method in interface org.infinispan.api.async.AsyncCache
 
putAll(Map<K, V>, CacheWriteOptions) - Method in interface org.infinispan.api.mutiny.MutinyCache
 
putAll(Map<K, V>, CacheWriteOptions) - Method in interface org.infinispan.api.sync.SyncCache
 
putIfAbsent(K) - Method in interface org.infinispan.api.async.AsyncStreamingCache
A conditional form of put which inserts an entry into the cache only if no mapping for the key is already present.
putIfAbsent(K) - Method in interface org.infinispan.api.sync.SyncStreamingCache
A conditional form of put which inserts an entry into the cache only if no mapping for the key is already present.
putIfAbsent(K, BackPressureStrategy) - Method in interface org.infinispan.api.mutiny.MutinyStreamingCache
A conditional form of put which inserts an entry into the cache only if no mapping for the key is already present.
putIfAbsent(K, CacheWriteOptions) - Method in interface org.infinispan.api.async.AsyncStreamingCache
A conditional form of put which inserts an entry into the cache only if no mapping for the key is already present.
putIfAbsent(K, CacheWriteOptions) - Method in interface org.infinispan.api.sync.SyncStreamingCache
 
putIfAbsent(K, CacheWriteOptions, BackPressureStrategy) - Method in interface org.infinispan.api.mutiny.MutinyStreamingCache
A conditional form of put which inserts an entry into the cache only if no mapping for the key is already present.
putIfAbsent(K, V) - Method in interface org.infinispan.api.async.AsyncCache
Insert the key/value if such key does not exist
putIfAbsent(K, V) - Method in interface org.infinispan.api.mutiny.MutinyCache
Insert the key/value if such key does not exist
putIfAbsent(K, V) - Method in interface org.infinispan.api.sync.SyncCache
Save the key/value.
putIfAbsent(K, V, CacheWriteOptions) - Method in interface org.infinispan.api.async.AsyncCache
Insert the key/value if such key does not exist
putIfAbsent(K, V, CacheWriteOptions) - Method in interface org.infinispan.api.mutiny.MutinyCache
 
putIfAbsent(K, V, CacheWriteOptions) - Method in interface org.infinispan.api.sync.SyncCache
Insert the key/value if such key does not exist

Q

query(String) - Method in interface org.infinispan.api.async.AsyncCache
 
query(String) - Static method in class org.infinispan.api.common.query.QueryRequestBuilder
 
query(String) - Method in interface org.infinispan.api.mutiny.MutinyCache
Find by QueryRequest.
query(String) - Method in interface org.infinispan.api.sync.SyncCache
Find by query
query(String, CacheOptions) - Method in interface org.infinispan.api.async.AsyncCache
Executes the query and returns an iterable with the entries
query(String, CacheOptions) - Method in interface org.infinispan.api.mutiny.MutinyCache
Find by QueryRequest.
query(String, CacheOptions) - Method in interface org.infinispan.api.sync.SyncCache
Find by query
QueryRequest - Class in org.infinispan.api.common.query
QueryRequest creates a request for Query or Continuous Query.
QueryRequest(String, Map<String, Object>, long, int) - Constructor for class org.infinispan.api.common.query.QueryRequest
 
QueryRequestBuilder - Class in org.infinispan.api.common.query
Builder class to build QueryRequest

R

rawFlags() - Method in class org.infinispan.api.common.CacheOptions.Impl
 
rawLifespan() - Method in class org.infinispan.api.common.CacheEntryExpiration.Impl
 
rawMaxIdle() - Method in class org.infinispan.api.common.CacheEntryExpiration.Impl
 
rawTimeout() - Method in class org.infinispan.api.common.CacheOptions.Impl
 
remove(String) - Method in interface org.infinispan.api.async.AsyncCaches
 
remove(String) - Method in interface org.infinispan.api.async.AsyncLocks
 
remove(String) - Method in interface org.infinispan.api.async.AsyncMultimaps
 
remove(String) - Method in interface org.infinispan.api.async.AsyncStrongCounters
 
remove(String) - Method in interface org.infinispan.api.async.AsyncWeakCounters
 
remove(String) - Method in interface org.infinispan.api.mutiny.MutinyCaches
 
remove(String) - Method in interface org.infinispan.api.mutiny.MutinyLocks
 
remove(String) - Method in interface org.infinispan.api.mutiny.MutinyMultimaps
 
remove(String) - Method in interface org.infinispan.api.mutiny.MutinyStrongCounters
 
remove(String) - Method in interface org.infinispan.api.mutiny.MutinyWeakCounters
 
remove(String) - Method in interface org.infinispan.api.sync.SyncCaches
Removes a cache
remove(String) - Method in interface org.infinispan.api.sync.SyncLocks
 
remove(String) - Method in interface org.infinispan.api.sync.SyncMultimaps
 
remove(String) - Method in interface org.infinispan.api.sync.SyncStrongCounters
 
remove(String) - Method in interface org.infinispan.api.sync.SyncWeakCounters
 
remove(K) - Method in interface org.infinispan.api.async.AsyncCache
Delete the key
remove(K) - Method in interface org.infinispan.api.async.AsyncMultimap
 
remove(K) - Method in interface org.infinispan.api.mutiny.MutinyCache
Delete the key
remove(K) - Method in interface org.infinispan.api.mutiny.MutinyMultimap
 
remove(K) - Method in interface org.infinispan.api.sync.SyncCache
Delete the key
remove(K) - Method in interface org.infinispan.api.sync.SyncMultimap
 
remove(K, CacheEntryVersion) - Method in interface org.infinispan.api.async.AsyncCache
Delete the key only if the version matches
remove(K, CacheEntryVersion) - Method in interface org.infinispan.api.sync.SyncCache
Delete the key only if the version matches
remove(K, CacheEntryVersion, CacheOptions) - Method in interface org.infinispan.api.async.AsyncCache
Delete the key only if the version matches
remove(K, CacheEntryVersion, CacheOptions) - Method in interface org.infinispan.api.sync.SyncCache
Delete the key only if the version matches
remove(K, CacheOptions) - Method in interface org.infinispan.api.async.AsyncCache
Delete the key
remove(K, CacheOptions) - Method in interface org.infinispan.api.mutiny.MutinyCache
Delete the key
remove(K, CacheOptions) - Method in interface org.infinispan.api.sync.SyncCache
Delete the key
remove(K, V) - Method in interface org.infinispan.api.async.AsyncMultimap
 
remove(K, V) - Method in interface org.infinispan.api.mutiny.MutinyMultimap
 
remove(K, V) - Method in interface org.infinispan.api.sync.SyncMultimap
 
removeAll(Multi<K>) - Method in interface org.infinispan.api.mutiny.MutinyCache
Removes a set of keys.
removeAll(Multi<K>, CacheWriteOptions) - Method in interface org.infinispan.api.mutiny.MutinyCache
Removes a set of keys.
removeAll(Flow.Publisher<K>) - Method in interface org.infinispan.api.async.AsyncCache
 
removeAll(Flow.Publisher<K>, CacheWriteOptions) - Method in interface org.infinispan.api.async.AsyncCache
 
removeAll(Set<K>) - Method in interface org.infinispan.api.async.AsyncCache
Removes a set of keys.
removeAll(Set<K>) - Method in interface org.infinispan.api.mutiny.MutinyCache
Removes a set of keys.
removeAll(Set<K>) - Method in interface org.infinispan.api.sync.SyncCache
Removes a set of keys.
removeAll(Set<K>, CacheWriteOptions) - Method in interface org.infinispan.api.async.AsyncCache
Removes a set of keys.
removeAll(Set<K>, CacheWriteOptions) - Method in interface org.infinispan.api.mutiny.MutinyCache
Removes a set of keys.
removeAll(Set<K>, CacheWriteOptions) - Method in interface org.infinispan.api.sync.SyncCache
Removes a set of keys.
REMOVED - Enum constant in enum class org.infinispan.api.common.events.cache.CacheEntryEventType
 
removeTemplate(String) - Method in interface org.infinispan.api.async.AsyncCaches
 
removeTemplate(String) - Method in interface org.infinispan.api.async.AsyncMultimaps
 
removeTemplate(String) - Method in interface org.infinispan.api.mutiny.MutinyCaches
 
removeTemplate(String) - Method in interface org.infinispan.api.mutiny.MutinyMultimaps
 
removeTemplate(String) - Method in interface org.infinispan.api.sync.SyncCaches
Removes a cache template
removeTemplate(String) - Method in interface org.infinispan.api.sync.SyncMultimaps
 
replace(K, V, CacheEntryVersion) - Method in interface org.infinispan.api.async.AsyncCache
 
replace(K, V, CacheEntryVersion) - Method in interface org.infinispan.api.mutiny.MutinyCache
 
replace(K, V, CacheEntryVersion) - Method in interface org.infinispan.api.sync.SyncCache
 
replace(K, V, CacheEntryVersion, CacheWriteOptions) - Method in interface org.infinispan.api.async.AsyncCache
 
replace(K, V, CacheEntryVersion, CacheWriteOptions) - Method in interface org.infinispan.api.mutiny.MutinyCache
 
replace(K, V, CacheEntryVersion, CacheWriteOptions) - Method in interface org.infinispan.api.sync.SyncCache
 
required(String, int, String) - Method in class org.infinispan.api.protostream.builder.FieldBuilder
 
required(String, int, String) - Method in class org.infinispan.api.protostream.builder.IndexedFieldBuilder
 
required(String, int, String) - Method in class org.infinispan.api.protostream.builder.MessageBuilder
 
reset() - Method in interface org.infinispan.api.async.AsyncStrongCounter
Resets the counter to its initial value.
reset() - Method in interface org.infinispan.api.mutiny.MutinyStrongCounter
Resets the counter to its initial value.
reset() - Method in interface org.infinispan.api.sync.SyncStrongCounter
Resets the counter to its initial value.
result() - Method in class org.infinispan.api.common.process.CacheEntryProcessorResult.Impl
 
result() - Method in interface org.infinispan.api.common.process.CacheEntryProcessorResult
 
results() - Method in interface org.infinispan.api.async.AsyncQueryResult
 
results() - Method in interface org.infinispan.api.mutiny.MutinyQueryResult
 
results() - Method in interface org.infinispan.api.sync.SyncQueryResult
 

S

searchable() - Element in annotation interface org.infinispan.api.annotations.indexing.Basic
Whether we want to be able to search the document using this field.
searchable() - Element in annotation interface org.infinispan.api.annotations.indexing.Decimal
 
searchable() - Element in annotation interface org.infinispan.api.annotations.indexing.Keyword
 
searchable() - Element in annotation interface org.infinispan.api.annotations.indexing.Text
 
searchable() - Element in annotation interface org.infinispan.api.annotations.indexing.Vector
 
searchable(boolean) - Static method in class org.infinispan.api.common.annotations.indexing._private.Options
 
searchable(boolean) - Method in class org.infinispan.api.protostream.builder.IndexedFieldBuilder
 
searchAnalyzer() - Element in annotation interface org.infinispan.api.annotations.indexing.Text
 
searchAnalyzer(String) - Method in class org.infinispan.api.protostream.builder.IndexedFieldBuilder
 
set(K, V) - Method in interface org.infinispan.api.async.AsyncCache
 
set(K, V) - Method in interface org.infinispan.api.mutiny.MutinyCache
 
set(K, V) - Method in interface org.infinispan.api.sync.SyncCache
Similar to SyncCache.put(Object, Object) but does not return the previous value.
set(K, V, CacheWriteOptions) - Method in interface org.infinispan.api.async.AsyncCache
 
set(K, V, CacheWriteOptions) - Method in interface org.infinispan.api.mutiny.MutinyCache
 
set(K, V, CacheWriteOptions) - Method in interface org.infinispan.api.sync.SyncCache
 
setIfAbsent(K, V) - Method in interface org.infinispan.api.async.AsyncCache
Insert the key/value if such key does not exist
setIfAbsent(K, V) - Method in interface org.infinispan.api.mutiny.MutinyCache
Insert the key/value if such key does not exist
setIfAbsent(K, V) - Method in interface org.infinispan.api.sync.SyncCache
Save the key/value.
setIfAbsent(K, V, CacheWriteOptions) - Method in interface org.infinispan.api.async.AsyncCache
Insert the key/value if such key does not exist
setIfAbsent(K, V, CacheWriteOptions) - Method in interface org.infinispan.api.mutiny.MutinyCache
 
setIfAbsent(K, V, CacheWriteOptions) - Method in interface org.infinispan.api.sync.SyncCache
Insert the key/value if such key does not exist
setValue(V) - Method in interface org.infinispan.api.common.MutableCacheEntry
 
similarity() - Element in annotation interface org.infinispan.api.annotations.indexing.Vector
 
skip() - Method in class org.infinispan.api.common.query.QueryRequest
 
skip(long) - Method in interface org.infinispan.api.async.AsyncQuery
Skips the first specified number of results
skip(long) - Method in class org.infinispan.api.common.query.QueryRequestBuilder
 
skip(long) - Method in interface org.infinispan.api.mutiny.MutinyQuery
Skips the first specified number of results
skip(long) - Method in interface org.infinispan.api.sync.SyncQuery
Skips the first specified number of results
sortable() - Element in annotation interface org.infinispan.api.annotations.indexing.Basic
Whether a field can be used in sorts.
sortable() - Element in annotation interface org.infinispan.api.annotations.indexing.Decimal
 
sortable() - Element in annotation interface org.infinispan.api.annotations.indexing.GeoCoordinates
 
sortable() - Element in annotation interface org.infinispan.api.annotations.indexing.Keyword
 
sortable(boolean) - Static method in class org.infinispan.api.common.annotations.indexing._private.Options
 
sortable(boolean) - Method in class org.infinispan.api.protostream.builder.IndexedFieldBuilder
 
streaming() - Method in interface org.infinispan.api.async.AsyncCache
 
streaming() - Method in interface org.infinispan.api.mutiny.MutinyCache
 
streaming() - Method in interface org.infinispan.api.sync.SyncCache
 
strongCounters() - Method in interface org.infinispan.api.async.AsyncContainer
 
strongCounters() - Method in interface org.infinispan.api.mutiny.MutinyContainer
 
strongCounters() - Method in interface org.infinispan.api.sync.SyncContainer
 
structure() - Element in annotation interface org.infinispan.api.annotations.indexing.Embedded
 
Structure - Enum Class in org.infinispan.api.annotations.indexing.option
Defines how the structure of an object field is preserved upon indexing.
sync() - Method in interface org.infinispan.api.Infinispan
Returns a synchronous version of the Infinispan API
SyncCache<K,V> - Interface in org.infinispan.api.sync
 
SyncCacheContinuousQueryListener<K,V> - Interface in org.infinispan.api.sync.events.cache
 
SyncCacheEntryCreatedListener<K,V> - Interface in org.infinispan.api.sync.events.cache
 
SyncCacheEntryExpiredListener<K,V> - Interface in org.infinispan.api.sync.events.cache
 
SyncCacheEntryListener<K,V> - Interface in org.infinispan.api.sync.events.cache
 
SyncCacheEntryProcessor<K,V,T> - Interface in org.infinispan.api.sync
 
SyncCacheEntryRemovedListener<K,V> - Interface in org.infinispan.api.sync.events.cache
 
SyncCacheEntryUpdatedListener<K,V> - Interface in org.infinispan.api.sync.events.cache
 
SyncCaches - Interface in org.infinispan.api.sync
 
SyncContainer - Interface in org.infinispan.api.sync
 
SyncContainerListener - Interface in org.infinispan.api.sync.events.container
 
SyncLock - Interface in org.infinispan.api.sync
 
SyncLocks - Interface in org.infinispan.api.sync
 
SyncMultimap<K,V> - Interface in org.infinispan.api.sync
 
SyncMultimaps - Interface in org.infinispan.api.sync
 
SyncQuery<K,V,R> - Interface in org.infinispan.api.sync
Parameterized Query builder
SyncQueryResult<R> - Interface in org.infinispan.api.sync
 
SyncStreamingCache<K> - Interface in org.infinispan.api.sync
SyncStreamingCache implements streaming versions of most SyncCache methods
SyncStrongCounter - Interface in org.infinispan.api.sync
 
SyncStrongCounters - Interface in org.infinispan.api.sync
 
SyncWeakCounter - Interface in org.infinispan.api.sync
 
SyncWeakCounters - Interface in org.infinispan.api.sync
 

T

templateNames() - Method in interface org.infinispan.api.async.AsyncCaches
 
templateNames() - Method in interface org.infinispan.api.async.AsyncMultimaps
 
templateNames() - Method in interface org.infinispan.api.mutiny.MutinyCaches
 
templateNames() - Method in interface org.infinispan.api.mutiny.MutinyMultimaps
 
templateNames() - Method in interface org.infinispan.api.sync.SyncCaches
Returns the names of all available templates
templateNames() - Method in interface org.infinispan.api.sync.SyncMultimaps
 
termVector() - Element in annotation interface org.infinispan.api.annotations.indexing.Text
 
termVector(TermVector) - Static method in class org.infinispan.api.common.annotations.indexing._private.Options
 
TermVector - Enum Class in org.infinispan.api.annotations.indexing.option
Defines the term vector storing strategy.
text() - Method in class org.infinispan.api.protostream.builder.FieldBuilder
 
Text - Annotation Interface in org.infinispan.api.annotations.indexing
Maps a property to a full-text field in the index, potentially holding multiple tokens (words) of text.
Text.List - Annotation Interface in org.infinispan.api.annotations.indexing
 
TextProcessor - Class in org.infinispan.api.common.annotations.indexing._private
 
TextProcessor() - Constructor for class org.infinispan.api.common.annotations.indexing._private.TextProcessor
 
timeout - Variable in class org.infinispan.api.common.CacheOptions.Builder
 
timeout() - Method in class org.infinispan.api.common.CacheOptions.Impl
 
timeout() - Method in interface org.infinispan.api.common.CacheOptions
 
timeout(Duration) - Method in class org.infinispan.api.common.CacheOptions.Builder
 
timeout(Duration) - Method in class org.infinispan.api.common.CacheWriteOptions.Builder
 
timeout(Duration) - Method in class org.infinispan.api.common.process.CacheProcessorOptions.Builder
 
toString() - Method in class org.infinispan.api.common.CacheEntryExpiration.Impl
 
tryLock() - Method in interface org.infinispan.api.async.AsyncLock
 
tryLock() - Method in interface org.infinispan.api.mutiny.MutinyLock
 
tryLock() - Method in interface org.infinispan.api.sync.SyncLock
 
tryLock(long, TimeUnit) - Method in interface org.infinispan.api.async.AsyncLock
 
tryLock(long, TimeUnit) - Method in interface org.infinispan.api.mutiny.MutinyLock
 
tryLock(long, TimeUnit) - Method in interface org.infinispan.api.sync.SyncLock
 
type() - Method in interface org.infinispan.api.common.events.cache.CacheContinuousQueryEvent
 
type() - Method in interface org.infinispan.api.common.events.cache.CacheEntryEvent
 

U

unlock() - Method in interface org.infinispan.api.async.AsyncLock
 
unlock() - Method in interface org.infinispan.api.mutiny.MutinyLock
 
unlock() - Method in interface org.infinispan.api.sync.SyncLock
 
UPDATE - Enum constant in enum class org.infinispan.api.common.events.cache.CacheContinuousQueryEvent.EventType
 
UPDATED - Enum constant in enum class org.infinispan.api.common.events.cache.CacheEntryEventType
 
UPDATED - Enum constant in enum class org.infinispan.api.mutiny.EntryStatus
 
UPPER_BOUND_REACHED - Enum constant in enum class org.infinispan.api.common.events.counter.CounterState
The counter value has reached its max threshold.

V

VALID - Enum constant in enum class org.infinispan.api.common.events.counter.CounterState
The counter value is valid.
value() - Element in annotation interface org.infinispan.api.annotations.indexing.Basic.List
 
value() - Element in annotation interface org.infinispan.api.annotations.indexing.Decimal.List
 
value() - Element in annotation interface org.infinispan.api.annotations.indexing.Embedded.List
 
value() - Element in annotation interface org.infinispan.api.annotations.indexing.GeoCoordinates.List
 
value() - Element in annotation interface org.infinispan.api.annotations.indexing.Keyword.List
 
value() - Element in annotation interface org.infinispan.api.annotations.indexing.Text.List
 
value() - Element in annotation interface org.infinispan.api.annotations.indexing.Vector.List
 
value() - Method in interface org.infinispan.api.async.AsyncStrongCounter
It fetches the current value.
value() - Method in interface org.infinispan.api.async.AsyncWeakCounter
Retrieves this counter's value.
value() - Method in interface org.infinispan.api.common.CacheEntry
 
value() - Method in interface org.infinispan.api.common.events.cache.CacheContinuousQueryEvent
 
value() - Element in annotation interface org.infinispan.api.Experimental
 
value() - Method in interface org.infinispan.api.mutiny.MutinyStrongCounter
It fetches the current value.
value() - Method in interface org.infinispan.api.mutiny.MutinyWeakCounter
Returns the current value of this counter
value() - Method in interface org.infinispan.api.sync.SyncStrongCounter
It fetches the current value.
value() - Method in interface org.infinispan.api.sync.SyncWeakCounter
 
valueOf(int) - Static method in enum class org.infinispan.api.common.events.counter.CounterState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.infinispan.api.annotations.indexing.option.Structure
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.infinispan.api.annotations.indexing.option.TermVector
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.infinispan.api.annotations.indexing.option.VectorSimilarity
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.infinispan.api.common.events.cache.CacheContinuousQueryEvent.EventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.infinispan.api.common.events.cache.CacheEntryEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.infinispan.api.common.events.container.ContainerListenerEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.infinispan.api.common.events.counter.CounterState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.infinispan.api.mutiny.EntryStatus
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.infinispan.api.annotations.indexing.option.Structure
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.infinispan.api.annotations.indexing.option.TermVector
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.infinispan.api.annotations.indexing.option.VectorSimilarity
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in interface org.infinispan.api.common.CacheEntryCollection
 
values() - Static method in enum class org.infinispan.api.common.events.cache.CacheContinuousQueryEvent.EventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.infinispan.api.common.events.cache.CacheEntryEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.infinispan.api.common.events.container.ContainerListenerEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.infinispan.api.common.events.counter.CounterState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.infinispan.api.mutiny.EntryStatus
Returns an array containing the constants of this enum class, in the order they are declared.
Values - Class in org.infinispan.api.annotations.indexing.model
 
Vector - Annotation Interface in org.infinispan.api.annotations.indexing
 
Vector.List - Annotation Interface in org.infinispan.api.annotations.indexing
 
VectorProcessor - Class in org.infinispan.api.common.annotations.indexing._private
 
VectorProcessor() - Constructor for class org.infinispan.api.common.annotations.indexing._private.VectorProcessor
 
vectorSimilarity(VectorSimilarity) - Static method in class org.infinispan.api.common.annotations.indexing._private.Options
 
VectorSimilarity - Enum Class in org.infinispan.api.annotations.indexing.option
 
version() - Method in interface org.infinispan.api.common.CacheEntryMetadata
 
VIEW_CHANGED - Enum constant in enum class org.infinispan.api.common.events.container.ContainerListenerEventType
 

W

weakCounters() - Method in interface org.infinispan.api.async.AsyncContainer
 
weakCounters() - Method in interface org.infinispan.api.mutiny.MutinyContainer
 
weakCounters() - Method in interface org.infinispan.api.sync.SyncContainer
 
WITH_OFFSETS - Enum constant in enum class org.infinispan.api.annotations.indexing.option.TermVector
Store the term vectors.
WITH_POSITIONS - Enum constant in enum class org.infinispan.api.annotations.indexing.option.TermVector
Store the term vectors.
WITH_POSITIONS_OFFSETS - Enum constant in enum class org.infinispan.api.annotations.indexing.option.TermVector
Store the term vectors.
WITH_POSITIONS_OFFSETS_PAYLOADS - Enum constant in enum class org.infinispan.api.annotations.indexing.option.TermVector
Store the term vectors.
WITH_POSITIONS_PAYLOADS - Enum constant in enum class org.infinispan.api.annotations.indexing.option.TermVector
Store the term vectors.
withLifespan(Duration) - Static method in interface org.infinispan.api.common.CacheEntryExpiration
 
withLifespanAndMaxIdle(Duration, Duration) - Static method in interface org.infinispan.api.common.CacheEntryExpiration
 
withMaxIdle(Duration) - Static method in interface org.infinispan.api.common.CacheEntryExpiration
 
writeOptions() - Static method in interface org.infinispan.api.common.CacheWriteOptions
 
writeOptions(CacheOptions) - Static method in interface org.infinispan.api.common.CacheWriteOptions
 
writeOptions(CacheWriteOptions) - Static method in interface org.infinispan.api.common.CacheWriteOptions
 

Y

YES - Enum constant in enum class org.infinispan.api.annotations.indexing.option.TermVector
Store term vectors.
A B C D E F G H I J K L M N O P Q R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form