A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes All Packages

A

AbstractCacheEventFilterConverter<K,​V,​C> - Class in org.infinispan.notifications.cachelistener.filter
AbstractCacheEventFilterConverter() - Constructor for class org.infinispan.notifications.cachelistener.filter.AbstractCacheEventFilterConverter
 
AbstractConfigurationChildBuilder - Class in org.infinispan.client.hotrod.configuration
AbstractConfigurationChildBuilder.
AbstractConfigurationChildBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
AbstractCustomInterceptorsConfigurationChildBuilder - Class in org.infinispan.configuration.cache
Deprecated.
Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptors
AbstractCustomInterceptorsConfigurationChildBuilder(CustomInterceptorsConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AbstractCustomInterceptorsConfigurationChildBuilder
Deprecated.
 
AbstractDelegatingCollection<E> - Class in org.infinispan.commons.util
Delegating collection that delegates all calls to the collection returned from AbstractDelegatingCollection.delegate()
AbstractDelegatingCollection() - Constructor for class org.infinispan.commons.util.AbstractDelegatingCollection
 
AbstractDelegatingConcurrentMap<K,​V> - Class in org.infinispan.commons.util
 
AbstractDelegatingConcurrentMap() - Constructor for class org.infinispan.commons.util.AbstractDelegatingConcurrentMap
 
AbstractDelegatingMap<K,​V> - Class in org.infinispan.commons.util
 
AbstractDelegatingMap() - Constructor for class org.infinispan.commons.util.AbstractDelegatingMap
 
AbstractDelegatingMarshaller - Class in org.infinispan.commons.marshall
With the introduction of global and cache marshallers, there's a need to separate marshallers but still rely on the same marshalling backend as previously.
AbstractDelegatingMarshaller() - Constructor for class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
AbstractDelegatingSet<E> - Class in org.infinispan.commons.util
 
AbstractDelegatingSet() - Constructor for class org.infinispan.commons.util.AbstractDelegatingSet
 
AbstractEntrySizeCalculatorHelper<K,​V> - Class in org.infinispan.commons.util
Abstract class that provides a method to round up to the nearest value of 8 which is important for most jvm when doing size calculations.
AbstractEntrySizeCalculatorHelper() - Constructor for class org.infinispan.commons.util.AbstractEntrySizeCalculatorHelper
 
AbstractExternalizer<T> - Class in org.infinispan.commons.marshall
Base class for AdvancedExternalizer implementations that offers default implementations for some of its methods.
AbstractExternalizer() - Constructor for class org.infinispan.commons.marshall.AbstractExternalizer
 
AbstractFileLookup - Class in org.infinispan.commons.util
 
AbstractFileLookup() - Constructor for class org.infinispan.commons.util.AbstractFileLookup
 
AbstractHotRodServerChildConfigurationBuilder - Class in org.infinispan.server.hotrod.configuration
AbstractHotRodServerChildConfigurationBuilder.
AbstractHotRodServerChildConfigurationBuilder(HotRodServerChildConfigurationBuilder) - Constructor for class org.infinispan.server.hotrod.configuration.AbstractHotRodServerChildConfigurationBuilder
 
AbstractIterator<E> - Class in org.infinispan.commons.util
Abstract iterator that allows overriding just the AbstractIterator.getNext() method to implement it.
AbstractIterator() - Constructor for class org.infinispan.commons.util.AbstractIterator
 
AbstractJBossMarshaller - Class in org.infinispan.jboss.marshalling.commons
Deprecated.
since 11.0. To be removed in 14.0 ISPN-11947.
AbstractJBossMarshaller() - Constructor for class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
Deprecated.
 
AbstractJBossMarshaller.DebuggingExceptionListener - Class in org.infinispan.jboss.marshalling.commons
Deprecated.
 
AbstractJdbcStoreConfiguration - Class in org.infinispan.persistence.jdbc.configuration
 
AbstractJdbcStoreConfiguration(AttributeSet, AsyncStoreConfiguration, ConnectionFactoryConfiguration) - Constructor for class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfiguration
 
AbstractJdbcStoreConfigurationBuilder<T extends AbstractJdbcStoreConfiguration,​S extends AbstractJdbcStoreConfigurationBuilder<T,​S>> - Class in org.infinispan.persistence.jdbc.configuration
 
AbstractJdbcStoreConfigurationBuilder(PersistenceConfigurationBuilder, AttributeSet) - Constructor for class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
 
AbstractJdbcStoreConfigurationChildBuilder<S extends AbstractJdbcStoreConfigurationBuilder<?,​S>> - Class in org.infinispan.persistence.jdbc.configuration
AbstractJdbcStoreConfigurationChildBuilder.
AbstractJdbcStoreConfigurationChildBuilder(AbstractJdbcStoreConfigurationBuilder<?, S>) - Constructor for class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationChildBuilder
 
AbstractJdbcStoreConfigurationSerializer - Class in org.infinispan.persistence.jdbc.configuration
AbstractJdbcStoreConfigurationSerializer.
AbstractJdbcStoreConfigurationSerializer() - Constructor for class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationSerializer
 
AbstractKeyValueFilterConverter<K,​V,​C> - Class in org.infinispan.filter
This is a base class that should be used when implementing a KeyValueFilterConverter that provides default implementations for the KeyValueFilter.accept(Object, Object, org.infinispan.metadata.Metadata) and Converter.convert(Object, Object, org.infinispan.metadata.Metadata) methods so they just call the KeyValueFilterConverter.filterAndConvert(Object, Object, org.infinispan.metadata.Metadata) method and then do the right thing.
AbstractKeyValueFilterConverter() - Constructor for class org.infinispan.filter.AbstractKeyValueFilterConverter
 
AbstractMap<K,​V> - Class in org.infinispan.commons.util
Similar to the JDK's AbstractMap, this provides common functionality for custom map implementations.
AbstractMap() - Constructor for class org.infinispan.commons.util.AbstractMap
 
AbstractMap.SimpleEntry<K,​V> - Class in org.infinispan.commons.util
 
AbstractMarshaller - Class in org.infinispan.commons.marshall
Abstract Marshaller implementation containing shared implementations.
AbstractMarshaller() - Constructor for class org.infinispan.commons.marshall.AbstractMarshaller
 
AbstractModuleConfigurationBuilder - Class in org.infinispan.configuration.cache
AbstractModuleConfigurationBuilder.
AbstractModuleConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AbstractModuleConfigurationBuilder
 
AbstractPersistenceConfigurationChildBuilder - Class in org.infinispan.configuration.cache
AbstractPersistenceConfigurationChildBuilder.
AbstractPersistenceConfigurationChildBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AbstractPersistenceConfigurationChildBuilder
 
AbstractProtocolServerConfigurationChildBuilder<T extends ProtocolServerConfiguration,​S extends ProtocolServerConfigurationChildBuilder<T,​S>> - Class in org.infinispan.server.core.configuration
Helper
AbstractProtocolServerConfigurationChildBuilder(ProtocolServerConfigurationChildBuilder<T, S>) - Constructor for class org.infinispan.server.core.configuration.AbstractProtocolServerConfigurationChildBuilder
 
AbstractRemoteStoreConfigurationChildBuilder<S> - Class in org.infinispan.persistence.remote.configuration
AbstractRemoteStoreConfigurationChildBuilder.
AbstractRemoteStoreConfigurationChildBuilder(RemoteStoreConfigurationBuilder, AttributeSet) - Constructor for class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
 
AbstractRestStoreConfigurationChildBuilder<S> - Class in org.infinispan.persistence.rest.configuration
AbstractRestStoreConfigurationChildBuilder.
AbstractRestStoreConfigurationChildBuilder(RestStoreConfigurationBuilder, AttributeSet) - Constructor for class org.infinispan.persistence.rest.configuration.AbstractRestStoreConfigurationChildBuilder
 
AbstractSecurityConfigurationChildBuilder - Class in org.infinispan.client.hotrod.configuration
AbstractSecurityConfigurationChildBuilder.
AbstractSecurityConfigurationChildBuilder - Class in org.infinispan.persistence.remote.configuration
AbstractSecurityConfigurationChildBuilder.
AbstractSegmentedStoreConfiguration<T extends AbstractStoreConfiguration> - Class in org.infinispan.configuration.cache
Abstract store configuration that should be extended when the store configuration supports being segmented.
AbstractSegmentedStoreConfiguration(AttributeSet, AsyncStoreConfiguration) - Constructor for class org.infinispan.configuration.cache.AbstractSegmentedStoreConfiguration
 
AbstractStoreConfiguration - Class in org.infinispan.configuration.cache
 
AbstractStoreConfiguration(AttributeSet, AsyncStoreConfiguration) - Constructor for class org.infinispan.configuration.cache.AbstractStoreConfiguration
 
AbstractStoreConfigurationBuilder<T extends StoreConfiguration,​S extends AbstractStoreConfigurationBuilder<T,​S>> - Class in org.infinispan.configuration.cache
 
AbstractStoreConfigurationBuilder(PersistenceConfigurationBuilder, AttributeSet) - Constructor for class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
 
AbstractStoreConfigurationChildBuilder<S> - Class in org.infinispan.configuration.cache
 
AbstractStoreConfigurationChildBuilder(StoreConfigurationBuilder<? extends AbstractStoreConfiguration, ? extends StoreConfigurationBuilder<?, ?>>) - Constructor for class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
 
AbstractTransportConfigurationChildBuilder - Class in org.infinispan.configuration.cache
 
AbstractTransportConfigurationChildBuilder(TransactionConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
 
AbstractTypedPropertiesConfiguration - Class in org.infinispan.commons.configuration
 
AbstractTypedPropertiesConfiguration(Properties) - Constructor for class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
AbstractTypedPropertiesConfiguration(AttributeSet) - Constructor for class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
 
AbstractUnmanagedConnectionFactoryConfiguration - Class in org.infinispan.persistence.jdbc.configuration
 
AbstractUnmanagedConnectionFactoryConfiguration(AttributeSet) - Constructor for class org.infinispan.persistence.jdbc.configuration.AbstractUnmanagedConnectionFactoryConfiguration
 
accept(Object, Object, Metadata) - Method in class org.infinispan.filter.AcceptAllKeyValueFilter
 
accept(Supplier<PrimitiveIterator.OfInt>) - Method in interface org.infinispan.BaseCacheStream.SegmentCompletionListener
Invoked each time a given number of segments have completed and the terminal operation has consumed all entries in the given segment
accept(K, V, Metadata) - Method in class org.infinispan.filter.AbstractKeyValueFilterConverter
 
accept(K, V, Metadata) - Method in class org.infinispan.filter.CompositeKeyValueFilter
 
accept(K, V, Metadata) - Method in interface org.infinispan.filter.KeyValueFilter
 
accept(K, V, Metadata) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterAsKeyValueFilter
 
accept(K, V, Metadata, V, Metadata, EventType) - Method in class org.infinispan.notifications.cachelistener.filter.AbstractCacheEventFilterConverter
 
accept(K, V, Metadata, V, Metadata, EventType) - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventFilter
Whether or not this event should be raised to the listener it is attached to.
accept(K, V, Metadata, V, Metadata, EventType) - Method in class org.infinispan.notifications.cachelistener.filter.CompositeCacheEventFilter
 
accept(K, V, Metadata, V, Metadata, EventType) - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter
 
accept(K, V, Metadata, V, Metadata, EventType) - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterConverterAsCacheEventFilterConverter
 
accept(K, V, Metadata, V, Metadata, EventType) - Method in class org.infinispan.notifications.cachelistener.filter.PostCacheEventFilter
 
accept(ScopedState, Object, Metadata, Object, Metadata, EventType) - Method in class org.infinispan.globalstate.ScopeFilter
 
ACCEPT_ALL_KEY_VALUE_FILTER - Static variable in interface org.infinispan.commons.marshall.Ids
 
ACCEPT_HEADER - org.infinispan.rest.RequestHeader
 
AcceptAllKeyValueFilter - Class in org.infinispan.filter
A key value filter that accepts all entries found.
AcceptAllKeyValueFilter.Externalizer - Class in org.infinispan.filter
 
accumulator() - Method in class org.infinispan.commons.util.ArrayCollector
 
AdaptiveBufferSizePredictor - Class in org.infinispan.commons.marshall
The BufferSizePredictor that automatically increases and decreases the predicted buffer size on feed back.
AdaptiveBufferSizePredictor() - Constructor for class org.infinispan.commons.marshall.AdaptiveBufferSizePredictor
Creates a new predictor with the default parameters.
AdaptiveBufferSizePredictor(int, int, int) - Constructor for class org.infinispan.commons.marshall.AdaptiveBufferSizePredictor
Creates a new predictor with the specified parameters.
add(int) - Method in interface org.infinispan.commons.util.IntSet
Adds the given int to this set and returns true if it was set or false if it was already present
add(int) - Method in class org.infinispan.commons.util.RangeSet
Deprecated.
 
add(int) - Method in class org.infinispan.commons.util.SmallIntSet
Deprecated.
Add an integer to the set without boxing the parameter.
add(int, E) - Method in class org.infinispan.commons.util.ForwardingList
 
add(long) - Method in interface org.infinispan.counter.api.SyncWeakCounter
 
add(long) - Method in interface org.infinispan.counter.api.WeakCounter
Adds the given value to the new value.
add(E) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
 
add(E) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
add(E) - Method in class org.infinispan.commons.util.ForwardingList
 
add(E) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
 
add(E) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
add(Integer) - Method in class org.infinispan.commons.util.RangeSet
Deprecated.
 
add(Integer) - Method in class org.infinispan.commons.util.SmallIntSet
Deprecated.
 
add(Object) - Method in class org.infinispan.commons.util.ArrayCollector
 
add(Permission) - Method in class org.infinispan.security.CachePermissionCollection
 
add(AtomicLongFieldUpdater<T>, T, long) - Method in class org.infinispan.commons.util.concurrent.StripedCounters
 
add(List<CorsConfig>) - Method in class org.infinispan.rest.configuration.CorsConfigurationBuilder
 
add(Listeners.ReadWriteListeners.ReadWriteListener<K, V>) - Method in interface org.infinispan.functional.Listeners.ReadWriteListeners
Add a read-write listener, and return an AutoCloseable instance that can be used to remove the listener registration.
add(Listeners.WriteListeners.WriteListener<K, V>) - Method in interface org.infinispan.functional.Listeners.WriteListeners
Add a write-only listener, and return an AutoCloseable instance that can be used to remove the listener registration.
addAdvancedExternalizer(int, AdvancedExternalizer<T>) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
Deprecated.
since 10.0, AdvancedExternalizer's will be removed in a future release. Please utilise ProtoStream annotations on Java objects instead by configuring a SerializationContextInitializer via SerializationConfigurationBuilder.addContextInitializer(SerializationContextInitializer), or specifying a custom marshaller for user types via SerializationConfigurationBuilder.marshaller(Marshaller).
addAdvancedExternalizer(AdvancedExternalizer<T>) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
Deprecated.
since 10.0, AdvancedExternalizer's will be removed in a future release. Please utilise ProtoStream annotations on Java objects instead by configuring a SerializationContextInitializer via SerializationConfigurationBuilder.addContextInitializer(SerializationContextInitializer), or specifying a custom marshaller for user types via SerializationConfigurationBuilder.marshaller(Marshaller).
addAdvancedExternalizer(AdvancedExternalizer<T>...) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
Deprecated.
since 10.0, AdvancedExternalizer's will be removed in a future release. Please utilise ProtoStream annotations on Java objects instead by configuring a SerializationContextInitializer via SerializationConfigurationBuilder.addContextInitializer(SerializationContextInitializer), or specifying a custom marshaller for user types via SerializationConfigurationBuilder.marshaller(Marshaller).
addAll(int, Collection<? extends E>) - Method in class org.infinispan.commons.util.ForwardingList
 
addAll(int, Collection<? extends E>) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
addAll(int, Collection<? extends E>) - Method in class org.infinispan.commons.util.ImmutableListCopy.ImmutableSubList
 
addAll(Collection<? extends E>) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
 
addAll(Collection<? extends E>) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
addAll(Collection<? extends E>) - Method in class org.infinispan.commons.util.ForwardingList
 
addAll(Collection<? extends E>) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
 
addAll(Collection<? extends E>) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
addAll(Collection<? extends E>) - Method in class org.infinispan.commons.util.ImmutableListCopy.ImmutableSubList
 
addAll(Collection<? extends Integer>) - Method in class org.infinispan.commons.util.RangeSet
Deprecated.
 
addAll(Collection<? extends Integer>) - Method in class org.infinispan.commons.util.SmallIntSet
Deprecated.
 
addAll(List<CorsConfig>) - Method in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
 
addAll(IntSet) - Method in class org.infinispan.commons.util.ImmutableIntSet
Deprecated.
 
addAll(IntSet) - Method in interface org.infinispan.commons.util.IntSet
Adds all ints from the provided set into this one
addAll(IntSet) - Method in class org.infinispan.commons.util.RangeSet
Deprecated.
 
addAll(IntSet) - Method in class org.infinispan.commons.util.SmallIntSet
Deprecated.
 
addAllowedMech(String) - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfigurationBuilder
 
addAllowedMech(String) - Method in class org.infinispan.server.hotrod.configuration.SaslConfigurationBuilder
 
addAndGet(long) - Method in interface org.infinispan.counter.api.StrongCounter
Atomically adds the given value and return the new value.
addAndGet(long) - Method in interface org.infinispan.counter.api.SyncStrongCounter
 
addBackup() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
 
addBoundedThreadPool(String) - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
 
addCacheDependency(String, String) - Method in class org.infinispan.manager.DefaultCacheManager
 
addCacheDependency(String, String) - Method in interface org.infinispan.manager.EmbeddedCacheManager
Add a dependency between two caches.
addCachedThreadPool(String) - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
 
addClass(String) - Method in class org.infinispan.configuration.global.WhiteListConfigurationBuilder
Helper method that allows for registration of a class to the ClassWhiteList.
addClasses(Class...) - Method in class org.infinispan.configuration.global.WhiteListConfigurationBuilder
Helper method that allows for registration of classes to the ClassWhiteList.
addClasses(Class<?>...) - Method in class org.infinispan.commons.configuration.ClassWhiteList
 
addClasses(String...) - Method in class org.infinispan.commons.configuration.ClassWhiteList
 
addClientListener(Object) - Method in interface org.infinispan.client.hotrod.RemoteCache
Add a client listener to receive events that happen in the remote cache.
addClientListener(Object, Object[], Object[]) - Method in interface org.infinispan.client.hotrod.RemoteCache
Add a client listener to receive events that happen in the remote cache.
addClientQueryListener(RemoteCache<?, ?>, Object, Query<?>) - Static method in class org.infinispan.client.hotrod.event.ClientEvents
Register a client listener that uses a query DSL based filter.
addCluster(String) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
addCluster(String) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
addCluster(String) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
Adds a new remote server cluster
addClusterLoader() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
Deprecated.
since 11.0. To be removed in 14.0 ISPN-11864 with no direct replacement.
addClusterNode(String, int) - Method in class org.infinispan.client.hotrod.configuration.ClusterConfigurationBuilder
 
addClusterNodes(String) - Method in class org.infinispan.client.hotrod.configuration.ClusterConfigurationBuilder
 
addContextInitializer(String) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
addContextInitializer(String) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
addContextInitializer(String) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
Supply a SerializationContextInitializer implementation to register classes with the ProtoStreamMarshaller's SerializationContext.
addContextInitializer(SerializationContextInitializer) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
addContextInitializer(SerializationContextInitializer) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
addContextInitializer(SerializationContextInitializer) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
Supply a SerializationContextInitializer implementation to register classes with the ProtoStreamMarshaller's SerializationContext.
addContextInitializer(SerializationContextInitializer) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
 
addContextInitializers(List<SerializationContextInitializer>) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
 
addContextInitializers(SerializationContextInitializer...) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
addContextInitializers(SerializationContextInitializer...) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
addContextInitializers(SerializationContextInitializer...) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
Convenience method to supply multiple SerializationContextInitializer implementations.
addContextInitializers(SerializationContextInitializer...) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
 
addContinuousQueryListener(String, Map<String, Object>, ContinuousQueryListener<K, C>) - Method in interface org.infinispan.query.api.continuous.ContinuousQuery
Add a listener for a continuous query.
addContinuousQueryListener(String, ContinuousQueryListener<K, C>) - Method in interface org.infinispan.query.api.continuous.ContinuousQuery
Add a listener for a continuous query.
addContinuousQueryListener(Query<?>, ContinuousQueryListener<K, C>) - Method in interface org.infinispan.query.api.continuous.ContinuousQuery
Add a listener for a continuous query.
addErroneousAttribute(String) - Method in exception org.infinispan.commons.CacheConfigurationException
Deprecated.
addExecutorProperty(String, String) - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
Add key/value property pair to this executor factory configuration
addExecutorProperty(String, String) - Method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfigurationBuilder
Add key/value property pair to this executor factory configuration
addFilteredListener(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in interface org.infinispan.notifications.FilteringListenable
Registers a listener limiting the cache-entry specific events only to annotations that are passed in as parameter.
addFilteredListener(ListenerHolder, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in interface org.infinispan.notifications.DataConversionAwareListenable
 
addFilteredListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in interface org.infinispan.notifications.FilteringListenable
addFilteredListenerAsync(ListenerHolder, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in interface org.infinispan.notifications.DataConversionAwareListenable
 
addGrouper(Grouper<?>) - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
Add a grouper
addHexByte(StringBuilder, byte) - Static method in class org.infinispan.commons.util.Util
 
addIndexedEntities(Class<?>...) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
 
addIndexedEntities(String...) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
 
addIndexedEntity(Class<?>) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
 
addIndexedEntity(String) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
 
addInterceptor() - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfigurationBuilder
Deprecated.
Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptors
addInUseBackupSite(String) - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
Defines the site names, from the list of sites names defined within 'backups' element, to which this cache backups its data.
addJavaSerialWhiteList(String...) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
addJavaSerialWhiteList(String...) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
addJavaSerialWhiteList(String...) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
List of regular expressions for classes that can be deserialized using standard Java deserialization when reading data that might have been stored with a different endpoint, e.g.
addKeyTransformer(Class<?>, Class<?>) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
Registers a transformer for a key class.
addListener(Object) - Method in interface org.infinispan.notifications.Listenable
Adds a listener to the component.
addListener(Object, ClassLoader) - Method in interface org.infinispan.notifications.ClassLoaderAwareListenable
Adds a listener along with a class loader to use for the invocation
addListener(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>) - Method in interface org.infinispan.notifications.FilteringListenable
Registers a listener that will be notified on events that pass the filter condition.
addListener(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, ClassLoader) - Method in interface org.infinispan.notifications.ClassLoaderAwareFilteringListenable
Adds a listener with the provided filter and converter and using a given classloader when invoked.
addListener(ListenerHolder, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, ClassLoader) - Method in interface org.infinispan.notifications.DataConversionAwareListenable
 
addListener(T) - Method in interface org.infinispan.counter.api.StrongCounter
Registers a CounterListener to this counter.
addListener(T) - Method in interface org.infinispan.counter.api.WeakCounter
Adds a CounterListener to this counter.
addListenerAsync(Object) - Method in class org.infinispan.manager.DefaultCacheManager
 
addListenerAsync(Object) - Method in interface org.infinispan.notifications.Listenable
Asynchronous version of Listenable.addListener(Object)
addListenerAsync(Object, ClassLoader) - Method in interface org.infinispan.notifications.ClassLoaderAwareListenable
addListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>) - Method in interface org.infinispan.notifications.FilteringListenable
addListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, ClassLoader) - Method in interface org.infinispan.notifications.ClassLoaderAwareFilteringListenable
 
addListenerAsync(ListenerHolder, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, ClassLoader) - Method in interface org.infinispan.notifications.DataConversionAwareListenable
 
addLockedKey(Object) - Method in interface org.infinispan.context.InvocationContext
Tracks the given key as locked by this invocation context.
addLockedKeys(Collection<?>) - Method in interface org.infinispan.context.InvocationContext
 
addMechanisms(String...) - Method in class org.infinispan.rest.configuration.AuthenticationConfigurationBuilder
 
addMechanisms(String...) - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfigurationBuilder
 
addMechanisms(String...) - Method in class org.infinispan.server.hotrod.configuration.SaslConfigurationBuilder
 
addMechProperty(String, String) - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfigurationBuilder
 
addMergePolicyFactory(EntryMergePolicyFactory) - Method in class org.infinispan.conflict.EntryMergePolicyFactoryRegistry
 
addModule(Class<T>) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
 
addModule(Class<T>) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
 
addNewRule() - Method in class org.infinispan.rest.configuration.CorsConfigurationBuilder
 
addOptionalParameter(String, Object) - Method in class org.infinispan.tasks.TaskContext
Adds a named parameter to the task context only if it is non-null
addParameter(String, Object) - Method in class org.infinispan.tasks.TaskContext
Adds a named parameter to the task context
addProcessedDate(Date) - Method in class org.infinispan.rest.NettyRestResponse.Builder
 
addProperty(String, String) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
Defines a single property.
addProperty(String, String) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
 
addProperty(String, String) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
Defines a single property.
addProperty(String, String) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
Deprecated.
 
addProperty(String, String) - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
Defines a single property.
addProperty(String, String) - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
Add key/value property pair to this executor factory configuration
addProperty(String, String) - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
 
addProperty(String, String) - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
Deprecated.
 
addProperty(String, String) - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
Add key/value property pair to this executor factory configuration
addProperty(String, String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
 
addProperty(String, String) - Method in class org.infinispan.server.hotrod.configuration.SaslConfigurationBuilder
 
addQOP(String) - Method in class org.infinispan.server.hotrod.configuration.SaslConfigurationBuilder
 
addRegexp(String) - Method in class org.infinispan.configuration.global.WhiteListConfigurationBuilder
Helper method that allows for registration of a regexp to the ClassWhiteList.
addRegexps(String...) - Method in class org.infinispan.commons.configuration.ClassWhiteList
 
addRegexps(String...) - Method in class org.infinispan.configuration.global.WhiteListConfigurationBuilder
Helper method that allows for registration of regexps to the ClassWhiteList.
addRemoteCache(String, Consumer<RemoteCacheConfigurationBuilder>) - Method in class org.infinispan.client.hotrod.configuration.Configuration
addRequestor(Object, Address) - Method in interface org.infinispan.distribution.L1Manager
Records a request that will be cached in another nodes L1
addScheduledThreadPool(String) - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
 
addSegments(IntSet) - Method in class org.infinispan.persistence.rocksdb.RocksDBStore
 
addSegments(IntSet) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
Invoked when a node becomes an owner of the given segments.
addSegments(IntSet) - Method in interface org.infinispan.persistence.spi.SegmentedAdvancedLoadWriteStore
Deprecated.
Invoked when a node becomes an owner of the given segments.
addServer() - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
addServer() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
addServer() - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
Adds a new remote server
addServer() - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
 
addServer() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
 
addServer() - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
Adds a new remote server
addServers(String) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
addServers(String) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
addServers(String) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
Adds a list of remote servers in the form: host1[:port][;host2[:port]]...
addSingleFileStore() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
Adds a single file cache store.
addSni() - Method in class org.infinispan.server.core.configuration.EncryptionConfigurationBuilder
 
addStack(String) - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
 
addStackFile(String) - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
 
addStorageFormatFilteredListener(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in interface org.infinispan.notifications.FilteringListenable
Same as FilteringListenable.addFilteredListener(Object, CacheEventFilter, CacheEventConverter, Set), but assumes the filter and/or the converter will be done in the same data format as it's stored in the cache.
addStorageFormatFilteredListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>, Set<Class<? extends Annotation>>) - Method in interface org.infinispan.notifications.FilteringListenable
addStore(Class<T>) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
Adds a cache loader that uses the specified builder class to build its configuration.
addStore(StoreConfigurationBuilder<?, ?>) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
Adds a cache loader that uses the specified builder instance to build its configuration.
addStrength(String) - Method in class org.infinispan.server.hotrod.configuration.SaslConfigurationBuilder
 
addThreadFactory(String) - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
 
ADMIN - org.infinispan.security.AuthorizationPermission
Allows performing "administrative" operations on a cache
ADMIN_FLAG - Static variable in interface org.infinispan.commons.marshall.Ids
 
ADMIN_OPERATION_HANDLER - Static variable in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
 
AdminFlagExternalizer - Class in org.infinispan.commons.marshall
 
AdminFlagExternalizer() - Constructor for class org.infinispan.commons.marshall.AdminFlagExternalizer
 
administration() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
Access to administration operations (cache creation, removal, etc)
administration() - Method in interface org.infinispan.manager.CacheContainer
Provides access to administrative methods which affect the underlying cache container, such as cache creation and removal.
administration() - Method in class org.infinispan.manager.DefaultCacheManager
 
administration() - Method in interface org.infinispan.manager.EmbeddedCacheManager
Provides an EmbeddedCacheManagerAdmin whose methods affect the entire cluster as opposed to a single node.
adminOperationsHandler() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
 
adminOperationsHandler(AdminOperationsHandler) - Method in class org.infinispan.server.core.configuration.AbstractProtocolServerConfigurationChildBuilder
 
adminOperationsHandler(AdminOperationsHandler) - Method in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
 
adminOperationsHandler(AdminOperationsHandler) - Method in interface org.infinispan.server.core.configuration.ProtocolServerConfigurationChildBuilder
Indicates the AdminOperationsHandler which will be used to handle admin operations
adminOperationsHandler(AdminOperationsHandler) - Method in class org.infinispan.server.memcached.configuration.MemcachedServerConfigurationBuilder
Deprecated.
 
ADVANCED_EXTERNALIZERS - Static variable in class org.infinispan.configuration.global.SerializationConfiguration
 
AdvancedCache<K,​V> - Interface in org.infinispan
An advanced interface that exposes additional methods not available on Cache.
AdvancedCacheExpirationWriter<K,​V> - Interface in org.infinispan.persistence.spi
Deprecated.
since 11.0 replaced by NonBlockingStore
AdvancedCacheExpirationWriter.ExpirationPurgeListener<K,​V> - Interface in org.infinispan.persistence.spi
Deprecated.
Callback to be notified when an entry is removed by the AdvancedCacheExpirationWriter.purge(Executor, ExpirationPurgeListener) method.
AdvancedCacheLoader<K,​V> - Interface in org.infinispan.persistence.spi
Deprecated.
since 11.0 replaced by NonBlockingStore
AdvancedCacheWriter<K,​V> - Interface in org.infinispan.persistence.spi
Deprecated.
since 11.0 replaced by NonBlockingStore
AdvancedCacheWriter.PurgeListener<K> - Interface in org.infinispan.persistence.spi
Deprecated.
AdvancedExternalizer<T> - Interface in org.infinispan.commons.marshall
Deprecated.
since 10.0, will be removed in a future release. Please configure a SerializationContextInitializer and utilise ProtoStream annotations on Java objects instead, or specify a custom Marshaller implementation via the SerializationConfiguration.
advancedExternalizers() - Method in class org.infinispan.configuration.global.SerializationConfiguration
Deprecated.
since 10.0, AdvancedExternalizer's will be removed in a future release.
AdvancedLoadWriteStore<K,​V> - Interface in org.infinispan.persistence.spi
Deprecated.
since 11.0 replaced by NonBlockingStore
AffinityTaggedKey - Interface in org.infinispan.distribution.ch
 
after() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
 
after(Class<? extends AsyncInterceptor>) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
Deprecated.
Dictates that the custom interceptor appears immediately after the specified interceptor.
AFTER - Static variable in class org.infinispan.configuration.cache.InterceptorConfiguration
 
AFTER_FAILURES - Static variable in class org.infinispan.configuration.cache.TakeOfflineConfiguration
 
afterFailures() - Method in class org.infinispan.configuration.cache.TakeOfflineConfiguration
 
afterFailures(int) - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
The number of consecutive failed request operations after which this site should be taken offline.
AggregatedClassLoader - Class in org.infinispan.commons.util
A ClassLoader that delegates loading of classes and resources to a list of delegate ClassLoaders.
AggregatedClassLoader(Collection<ClassLoader>) - Constructor for class org.infinispan.commons.util.AggregatedClassLoader
Create an aggregated ClassLoader from a Collection of ClassLoaders
ALL - org.infinispan.configuration.cache.Index
Deprecated.
All cluster nodes will add the entry to the index.
ALL - org.infinispan.functional.Param.ExecutionMode
Command is executed on its owners, in transactional mode in the context, too, but there it is not persisted.
ALL - org.infinispan.manager.ClusterExecutionPolicy
The command can be executed on any node in the cluster
ALL - org.infinispan.security.AuthorizationPermission
Aggregate permission which implies all of the others
ALL_NODES - org.infinispan.tasks.TaskExecutionMode
 
ALL_READ - org.infinispan.security.AuthorizationPermission
Aggregate permission which implies all read permissions
ALL_WRITE - org.infinispan.security.AuthorizationPermission
Aggregate permission which implies all write permissions
allBackups() - Method in class org.infinispan.configuration.cache.SitesConfiguration
Returns the list of all sites where this cache might back up its data.
allMatch(Predicate<? super T>) - Method in interface org.infinispan.functional.Traversable
A terminal operation that returns whether all elements of this traversable match the provided predicate.
allMatch(SerializableDoublePredicate) - Method in interface org.infinispan.DoubleCacheStream
Same as DoubleStream.allMatch(DoublePredicate) except that the DoublePredicate must also implement Serializable
allMatch(SerializableIntPredicate) - Method in interface org.infinispan.IntCacheStream
Same as IntStream.allMatch(IntPredicate) except that the IntPredicate must also implement Serializable
allMatch(SerializableLongPredicate) - Method in interface org.infinispan.LongCacheStream
Same as LongStream.allMatch(LongPredicate) except that the LongPredicate must also implement Serializable.
allMatch(SerializablePredicate<? super R>) - Method in interface org.infinispan.CacheStream
Same as Stream.allMatch(Predicate) except that the Predicate must also implement Serializable
allNodeSubmission() - Method in interface org.infinispan.manager.ClusterExecutor
When a command is submitted it will submit this command to all of the available nodes that pass the provided filter.
ALLOW - org.infinispan.security.AuditResponse
 
ALLOW_READ_WRITES - org.infinispan.partitionhandling.PartitionHandling
Allow entries on each partition to diverge, with conflicts resolved during merge.
ALLOW_READS - org.infinispan.partitionhandling.PartitionHandling
Allows reads for a given key if it exists in this partition, but only allows writes if this partition contains all owners of a segment.
allowCredentials(boolean) - Method in class org.infinispan.rest.configuration.CorsRuleConfigurationBuilder
 
allowedMechs() - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfiguration
 
allowHeaders(String[]) - Method in class org.infinispan.rest.configuration.CorsRuleConfigurationBuilder
 
allowInvocations() - Method in enum org.infinispan.lifecycle.ComponentStatus
 
allowMethods(String[]) - Method in class org.infinispan.rest.configuration.CorsRuleConfigurationBuilder
 
allowOrigins(String[]) - Method in class org.infinispan.rest.configuration.CorsRuleConfigurationBuilder
 
ALPNHandler - Class in org.infinispan.rest
Handler responsible for TLS/ALPN negotiation.
ALPNHandler(RestServer) - Constructor for class org.infinispan.rest.ALPNHandler
 
ALREADY_HAS_LOCK - org.infinispan.context.Flag
Flag to designate that this operation was performed on behalf of another that already has the lock for the given key.
alwaysTruePredicate() - Static method in class org.infinispan.stream.StreamMarshalling
Predicate taht always returns true irrespective of the value provided
and() - Method in interface org.infinispan.query.dsl.FilterConditionContext
Deprecated.
Creates a new context and connects it with the current one using boolean AND.
and(FilterConditionContext) - Method in interface org.infinispan.query.dsl.FilterConditionContext
Deprecated.
Connects a given context with the current one using boolean AND.
anyMatch(Predicate<? super T>) - Method in interface org.infinispan.functional.Traversable
A terminal operation that returns whether any elements of this traversable match the provided predicate.
anyMatch(SerializableDoublePredicate) - Method in interface org.infinispan.DoubleCacheStream
Same as DoubleStream.anyMatch(DoublePredicate) except that the DoublePredicate must also implement Serializable
anyMatch(SerializableIntPredicate) - Method in interface org.infinispan.IntCacheStream
Same as IntStream.anyMatch(IntPredicate) except that the IntPredicate must also implement Serializable
anyMatch(SerializableLongPredicate) - Method in interface org.infinispan.LongCacheStream
Same as LongStream.anyMatch(LongPredicate) except that the LongPredicate must also implement Serializable.
anyMatch(SerializablePredicate<? super R>) - Method in interface org.infinispan.CacheStream
Same as Stream.anyMatch(Predicate) except that the Predicate must also implement Serializable
APPEND_CACHE_NAME_TO_PATH - org.infinispan.persistence.rest.configuration.Attribute
 
APPLY_DELTA - Static variable in interface org.infinispan.commons.marshall.Ids
 
applyAsInt(Object) - Method in interface org.infinispan.distribution.ch.KeyPartitioner
 
applyTo(BlockHound.Builder) - Method in class org.infinispan.rest.ServerRestBlockHoundIntegration
 
applyVersion(Metadata, Metadata) - Static method in class org.infinispan.metadata.Metadatas
Applies version in source metadata to target metadata, if no version in target metadata.
approximateSize(IntSet) - Method in class org.infinispan.persistence.rocksdb.RocksDBStore
 
approximateSize(IntSet) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
Returns an estimation of the amount of entries that map to the given segments in the store.
ArrayCollector - Class in org.infinispan.commons.util
 
ArrayCollector(Object[]) - Constructor for class org.infinispan.commons.util.ArrayCollector
 
arrayConcat(T[], T[]...) - Static method in class org.infinispan.commons.util.Util
Concatenates an arbitrary number of arrays returning a new array containing all elements
ArrayMap<K,​V> - Class in org.infinispan.commons.util
Base for classes that implement hash map by storing keys in one array and values in another.
ArrayMap() - Constructor for class org.infinispan.commons.util.ArrayMap
 
ARRAYS - Static variable in interface org.infinispan.commons.marshall.Ids
 
ASC - org.infinispan.query.dsl.SortOrder
Deprecated.
 
asCounterManager(RemoteCacheManager) - Static method in class org.infinispan.client.hotrod.RemoteCounterManagerFactory
 
asDoubleStream() - Method in interface org.infinispan.IntCacheStream
asDoubleStream() - Method in interface org.infinispan.LongCacheStream
asLongStream() - Method in interface org.infinispan.IntCacheStream
assertKeyNotNull(Object) - Static method in class org.infinispan.commons.util.AbstractMap
 
assertNotNullEntries(Collection<?>, String) - Static method in class org.infinispan.commons.util.InfinispanCollections
 
assertNotNullEntries(Map<?, ?>, String) - Static method in class org.infinispan.commons.util.InfinispanCollections
 
asSet(T...) - Static method in class org.infinispan.commons.util.Util
 
asString() - Method in class org.infinispan.rest.ByteBufContentSource
 
asThreadPoolConfigurationBuilder() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
 
asThreadPoolConfigurationBuilder() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
 
asThreadPoolConfigurationBuilder() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
 
asThreadPoolConfigurationBuilder() - Method in interface org.infinispan.configuration.global.ThreadPoolBuilderAdapter
 
async - Variable in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
 
async() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
Configuration for the async cache loader.
async() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
Configuration for the async cache store.
async() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
 
async() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
Configuration for the async cache loader.
async() - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
Configuration for the async cache store.
ASYNC - org.infinispan.configuration.cache.BackupConfiguration.BackupStrategy
 
ASYNC - org.infinispan.functional.Param.ReplicationMode
Invoking node does not know when the owners are updated nor if the command fails.
ASYNC_EXECUTOR - org.infinispan.persistence.remote.configuration.Attribute
 
ASYNC_TRANSPORT_EXECUTOR - org.infinispan.persistence.remote.configuration.Element
 
asyncBackupsStream() - Method in class org.infinispan.configuration.cache.SitesConfiguration
 
AsyncCache<K,​V> - Interface in org.infinispan.commons.api
AsyncCache.
asyncExecutor(String) - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
 
asyncExecutorFactory() - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
asyncExecutorFactory() - Method in class org.infinispan.client.hotrod.configuration.Configuration
 
asyncExecutorFactory() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
asyncExecutorFactory() - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
Configuration for the executor service used for asynchronous work on the Transport, including asynchronous marshalling and Cache 'async operations' such as Cache.putAsync().
asyncExecutorFactory() - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
 
asyncExecutorFactory() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
 
asyncExecutorFactory() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
 
asyncExecutorFactory() - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
Configuration for the executor service used for asynchronous work on the Transport, including asynchronous marshalling and Cache 'async operations' such as Cache.putAsync().
asyncInterceptor() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
 
AsyncStoreConfiguration - Class in org.infinispan.configuration.cache
Configuration for the async cache store.
AsyncStoreConfigurationBuilder<S> - Class in org.infinispan.configuration.cache
Configuration for the async cache store.
asyncThreadPool() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
 
asyncThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfiguration
Deprecated.
Since 11.0, no longer used.
asyncThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
 
asyncThreadPool() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
Configuration for the asynchronous operations thread pool
asyncThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
 
asyncThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
 
asyncThreadPoolName() - Method in class org.infinispan.configuration.global.GlobalConfiguration
Deprecated.
Since 11.0, no longer used.
asyncThreadPoolName(String) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
 
ATOMIC_FINE_GRAINED_MAP_FUNCTIONS - Static variable in interface org.infinispan.commons.marshall.Ids
 
ATOMIC_KEY_SET - Static variable in interface org.infinispan.commons.marshall.Ids
 
ATOMIC_MAP_FUNCTIONS - Static variable in interface org.infinispan.commons.marshall.Ids
 
Attribute - Enum in org.infinispan.persistence.jdbc.configuration
Enumerates the attributes used by the JDBC cache stores configuration
Attribute - Enum in org.infinispan.persistence.jpa.configuration
Enumerates the attributes used by the JPA cache stores configuration
Attribute - Enum in org.infinispan.persistence.remote.configuration
Enumerates the attributes used by the Remote cache store configuration
Attribute - Enum in org.infinispan.persistence.rest.configuration
Enumerates the attributes used by the Remote cache store configuration
Attribute - Enum in org.infinispan.persistence.rocksdb.configuration
Enumerates the attributes used by the LevelDB cache stores configuration
Attribute - Enum in org.infinispan.persistence.sifs.configuration
Enumerates the attributes used by the SoftIndex cache stores configuration
attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.ClusterLoaderConfiguration
Deprecated.
 
attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.Configuration
 
attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.ContentTypeConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.CustomStoreConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.InterceptorConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.MemoryStorageConfiguration
Deprecated.
 
attributeDefinitionSet() - Static method in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.ExecutorFactoryConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.GlobalStateConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.GlobalStatePathConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.GlobalStorageConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.JGroupsConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.JGroupsProtocolConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.PrincipalRoleMapperConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.StackConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.StackFileConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.persistence.rest.configuration.RemoteServerConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.persistence.rest.configuration.RestStoreConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.persistence.rocksdb.configuration.RocksDBExpirationConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.persistence.sifs.configuration.DataConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.rest.configuration.AuthenticationConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.rest.configuration.CorsRuleConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.rest.configuration.RestServerConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.server.core.configuration.EncryptionConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.server.core.configuration.SniConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.server.hotrod.configuration.AuthenticationConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.server.hotrod.configuration.BooleanElementConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.server.hotrod.configuration.HotRodServerConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.server.hotrod.configuration.SaslConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.server.hotrod.configuration.TopologyCacheConfiguration
 
attributeDefinitionSet() - Static method in class org.infinispan.server.memcached.configuration.MemcachedServerConfiguration
Deprecated.
 
attributes - Variable in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
 
attributes - Variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
 
attributes - Variable in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
 
attributes - Variable in class org.infinispan.persistence.jdbc.configuration.AbstractUnmanagedConnectionFactoryConfiguration
 
attributes - Variable in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
 
attributes - Variable in class org.infinispan.persistence.rest.configuration.AbstractRestStoreConfigurationChildBuilder
 
attributes - Variable in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
 
attributes - Variable in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
 
attributes() - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfiguration
 
attributes() - Method in interface org.infinispan.commons.configuration.BaseConfigurationInfo
 
attributes() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.cache.AuthorizationConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.cache.BackupConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.cache.BackupForBuilder
 
attributes() - Method in class org.infinispan.configuration.cache.BackupForConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfiguration
Deprecated.
 
attributes() - Method in class org.infinispan.configuration.cache.Configuration
 
attributes() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.cache.ContentTypeConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.cache.EncodingConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.cache.ExpirationConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.cache.GroupsConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.cache.HashConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
Deprecated.
 
attributes() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.L1Configuration
 
attributes() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.cache.LockingConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.cache.MemoryStorageConfiguration
Deprecated.
 
attributes() - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
Deprecated.
 
attributes() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.cache.RecoveryConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.cache.SecurityConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.cache.SitesConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.cache.StatisticsConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.cache.TakeOfflineConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.cache.UnsafeConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
 
attributes() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfiguration
 
attributes() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
 
attributes() - Method in class org.infinispan.configuration.global.GlobalJmxConfiguration
 
attributes() - Method in class org.infinispan.configuration.global.GlobalMetricsConfiguration
 
attributes() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
 
attributes() - Method in class org.infinispan.configuration.global.GlobalStatePathConfiguration
 
attributes() - Method in class org.infinispan.configuration.global.GlobalStorageConfiguration
 
attributes() - Method in class org.infinispan.configuration.global.JGroupsConfiguration
 
attributes() - Method in class org.infinispan.configuration.global.JGroupsProtocolConfiguration
 
attributes() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfiguration
 
attributes() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.global.SerializationConfiguration
 
attributes() - Method in class org.infinispan.configuration.global.ShutdownConfiguration
 
attributes() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.global.StackConfiguration
 
attributes() - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.global.StackFileConfiguration
 
attributes() - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfiguration
 
attributes() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
 
attributes() - Method in class org.infinispan.configuration.global.TransportConfiguration
 
attributes() - Method in class org.infinispan.configuration.global.WhiteListConfiguration
 
attributes() - Method in class org.infinispan.persistence.jdbc.configuration.DataColumnConfiguration
 
attributes() - Method in class org.infinispan.persistence.jdbc.configuration.DataColumnConfigurationBuilder
 
attributes() - Method in class org.infinispan.persistence.jdbc.configuration.IdColumnConfiguration
 
attributes() - Method in class org.infinispan.persistence.jdbc.configuration.IdColumnConfigurationBuilder
 
attributes() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationBuilder
 
attributes() - Method in class org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfiguration
 
attributes() - Method in class org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfigurationBuilder
 
attributes() - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfiguration
 
attributes() - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
 
attributes() - Method in class org.infinispan.persistence.jdbc.configuration.SegmentColumnConfiguration
 
attributes() - Method in class org.infinispan.persistence.jdbc.configuration.SegmentColumnConfigurationBuilder
 
attributes() - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfiguration
 
attributes() - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
 
attributes() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
 
attributes() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
 
attributes() - Method in class org.infinispan.persistence.jdbc.configuration.TimestampColumnConfiguration
 
attributes() - Method in class org.infinispan.persistence.jdbc.configuration.TimestampColumnConfigurationBuilder
 
attributes() - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfiguration
 
attributes() - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfigurationBuilder
 
attributes() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
 
attributes() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
 
attributes() - Method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfiguration
 
attributes() - Method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfigurationBuilder
 
attributes() - Method in class org.infinispan.persistence.remote.configuration.KeyStoreConfiguration
 
attributes() - Method in class org.infinispan.persistence.remote.configuration.KeyStoreConfigurationBuilder
 
attributes() - Method in class org.infinispan.persistence.remote.configuration.MechanismConfiguration
 
attributes() - Method in class org.infinispan.persistence.remote.configuration.MechanismConfigurationBuilder
 
attributes() - Method in class org.infinispan.persistence.remote.configuration.RemoteServerConfiguration
 
attributes() - Method in class org.infinispan.persistence.remote.configuration.RemoteServerConfigurationBuilder
 
attributes() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
 
attributes() - Method in class org.infinispan.persistence.remote.configuration.SecurityConfigurationBuilder
 
attributes() - Method in class org.infinispan.persistence.remote.configuration.SslConfiguration
 
attributes() - Method in class org.infinispan.persistence.remote.configuration.SslConfigurationBuilder
 
attributes() - Method in class org.infinispan.persistence.remote.configuration.TrustStoreConfiguration
 
attributes() - Method in class org.infinispan.persistence.remote.configuration.TrustStoreConfigurationBuilder
 
attributes() - Method in class org.infinispan.persistence.rest.configuration.ConnectionPoolConfiguration
 
attributes() - Method in class org.infinispan.persistence.rest.configuration.ConnectionPoolConfigurationBuilder
 
attributes() - Method in class org.infinispan.persistence.rest.configuration.RemoteServerConfiguration
 
attributes() - Method in class org.infinispan.persistence.rest.configuration.RemoteServerConfigurationBuilder
 
attributes() - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfigurationBuilder
 
attributes() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBExpirationConfiguration
 
attributes() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBExpirationConfigurationBuilder
 
attributes() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfiguration
 
attributes() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfigurationBuilder
 
attributes() - Method in class org.infinispan.persistence.sifs.configuration.DataConfiguration
 
attributes() - Method in class org.infinispan.persistence.sifs.configuration.DataConfigurationBuilder
 
attributes() - Method in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
 
attributes() - Method in class org.infinispan.persistence.sifs.configuration.IndexConfigurationBuilder
 
attributes() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
 
attributes() - Method in class org.infinispan.rest.configuration.AuthenticationConfiguration
 
attributes() - Method in class org.infinispan.rest.configuration.CorsRuleConfiguration
 
attributes() - Method in class org.infinispan.server.core.configuration.EncryptionConfiguration
 
attributes() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
 
attributes() - Method in class org.infinispan.server.core.configuration.SniConfiguration
 
attributes() - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfiguration
 
attributes() - Method in class org.infinispan.server.hotrod.configuration.BooleanElementConfiguration
 
attributes() - Method in class org.infinispan.server.hotrod.configuration.SaslConfiguration
 
attributes() - Method in class org.infinispan.server.hotrod.configuration.TopologyCacheConfiguration
 
attributeSet() - Static method in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
 
attributeSet() - Static method in class org.infinispan.persistence.jdbc.configuration.AbstractUnmanagedConnectionFactoryConfiguration
 
attributeSet() - Static method in class org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfiguration
 
attributeSet() - Static method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfiguration
 
audit(Subject, AuditContext, String, AuthorizationPermission, AuditResponse) - Method in class org.infinispan.security.audit.LoggingAuditLogger
 
audit(Subject, AuditContext, String, AuthorizationPermission, AuditResponse) - Method in class org.infinispan.security.audit.NullAuditLogger
 
audit(Subject, AuditContext, String, AuthorizationPermission, AuditResponse) - Method in interface org.infinispan.security.AuditLogger
 
AUDIT_LOGGER - Static variable in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
 
AuditContext - Enum in org.infinispan.security
AuditContext.
auditLogger() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
 
auditLogger(AuditLogger) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
The instance of an AuditLogger to be used to track operations performed on caches and cachemanagers.
AuditLogger - Interface in org.infinispan.security
AuditLogger.
AuditResponse - Enum in org.infinispan.security
 
AUTH - org.infinispan.client.hotrod.configuration.SaslQop
 
AUTH - org.infinispan.server.hotrod.configuration.QOP
 
AUTH_CONF - org.infinispan.client.hotrod.configuration.SaslQop
 
AUTH_CONF - org.infinispan.server.hotrod.configuration.QOP
 
AUTH_DIGEST - org.infinispan.persistence.remote.configuration.Element
 
AUTH_EXTERNAL - org.infinispan.persistence.remote.configuration.Element
 
AUTH_INT - org.infinispan.client.hotrod.configuration.SaslQop
 
AUTH_INT - org.infinispan.server.hotrod.configuration.QOP
 
AUTH_PLAIN - org.infinispan.persistence.remote.configuration.Element
 
authenticate(String) - Method in class org.infinispan.rest.NettyRestResponse.Builder
 
authenticate(String, String) - Method in interface org.infinispan.rest.authentication.SecurityDomain
Returns Subject based on user/password combination.
authentication() - Method in class org.infinispan.client.hotrod.configuration.AbstractSecurityConfigurationChildBuilder
 
authentication() - Method in class org.infinispan.client.hotrod.configuration.SecurityConfiguration
 
authentication() - Method in class org.infinispan.client.hotrod.configuration.SecurityConfigurationBuilder
 
authentication() - Method in class org.infinispan.persistence.remote.configuration.AbstractSecurityConfigurationChildBuilder
 
authentication() - Method in class org.infinispan.persistence.remote.configuration.SecurityConfiguration
 
authentication() - Method in class org.infinispan.persistence.remote.configuration.SecurityConfigurationBuilder
 
authentication() - Method in class org.infinispan.rest.configuration.RestServerConfiguration
 
authentication() - Method in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
 
authentication() - Method in class org.infinispan.server.hotrod.configuration.AbstractHotRodServerChildConfigurationBuilder
 
authentication() - Method in interface org.infinispan.server.hotrod.configuration.HotRodServerChildConfigurationBuilder
Configures authentication for this endpoint
authentication() - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfiguration
 
authentication() - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfigurationBuilder
 
AUTHENTICATION - org.infinispan.persistence.remote.configuration.Element
 
AuthenticationConfiguration - Class in org.infinispan.client.hotrod.configuration
AuthenticationConfiguration.
AuthenticationConfiguration - Class in org.infinispan.persistence.remote.configuration
AuthenticationConfiguration.
AuthenticationConfiguration - Class in org.infinispan.rest.configuration
AuthenticationConfiguration.
AuthenticationConfiguration - Class in org.infinispan.server.hotrod.configuration
AuthenticationConfiguration.
AuthenticationConfiguration(CallbackHandler, Subject, boolean, String, Map<String, String>, String) - Constructor for class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
 
AuthenticationConfiguration(AttributeSet, MechanismConfiguration) - Constructor for class org.infinispan.persistence.remote.configuration.AuthenticationConfiguration
 
AuthenticationConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
AuthenticationConfigurationBuilder.
AuthenticationConfigurationBuilder - Class in org.infinispan.persistence.remote.configuration
AuthenticationConfigurationBuilder.
AuthenticationConfigurationBuilder - Class in org.infinispan.rest.configuration
AuthenticationConfigurationBuilder.
AuthenticationConfigurationBuilder - Class in org.infinispan.server.hotrod.configuration
AuthenticationConfigurationBuilder.
AuthenticationConfigurationBuilder(SecurityConfigurationBuilder) - Constructor for class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
 
AuthenticationConfigurationBuilder(SecurityConfigurationBuilder) - Constructor for class org.infinispan.persistence.remote.configuration.AuthenticationConfigurationBuilder
 
authenticator() - Method in class org.infinispan.rest.configuration.AuthenticationConfiguration
 
authenticator(Authenticator) - Method in class org.infinispan.rest.configuration.AuthenticationConfigurationBuilder
 
Authenticator - Interface in org.infinispan.rest.authentication
Authentication mechanism.
authorization() - Method in class org.infinispan.configuration.cache.SecurityConfiguration
 
authorization() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
 
authorization() - Method in interface org.infinispan.configuration.cache.SecurityConfigurationChildBuilder
 
authorization() - Method in class org.infinispan.configuration.global.GlobalSecurityConfiguration
 
authorization() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
 
authorization() - Method in interface org.infinispan.configuration.global.GlobalSecurityConfigurationChildBuilder
Defines global roles as groups of permissions
AUTHORIZATION - org.infinispan.rest.RequestHeader
 
AuthorizationConfiguration - Class in org.infinispan.configuration.cache
AuthorizationConfiguration.
AuthorizationConfigurationBuilder - Class in org.infinispan.configuration.cache
AuthorizationConfigurationBuilder.
AuthorizationConfigurationBuilder(SecurityConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
 
AuthorizationManager - Interface in org.infinispan.security
The AuthorizationManager is a cache-scoped component which verifies that the Subject associated with the current AccessControlContext, or explicitly specified, has the requested permissions.
AuthorizationPermission - Enum in org.infinispan.security
AuthorizationPermission.
AUTO_COMMIT - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
 
AUTO_CONFIG - Static variable in class org.infinispan.configuration.cache.IndexingConfiguration
 
autoCommit() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
If the cache is transactional (i.e.
autoCommit(boolean) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
If the cache is transactional (i.e.
autoConfig() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
Deprecated.
Since 11.0, with no replacement.
autoConfig() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
Deprecated.
Since 11.0, with no replacement.
autoConfig(boolean) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
Deprecated.
Since 11.0 with no replacement.
AVAILABILITY_INTERVAL - Static variable in class org.infinispan.configuration.cache.PersistenceConfiguration
 
AVAILABILITY_MODE - Static variable in interface org.infinispan.commons.marshall.Ids
 
AvailabilityException - Exception in org.infinispan.partitionhandling
Thrown when a partition happened and the key that an operation tries to access is not available.
AvailabilityException() - Constructor for exception org.infinispan.partitionhandling.AvailabilityException
 
AvailabilityException(String) - Constructor for exception org.infinispan.partitionhandling.AvailabilityException
 
AvailabilityException(String, Throwable) - Constructor for exception org.infinispan.partitionhandling.AvailabilityException
 
AvailabilityException(Throwable) - Constructor for exception org.infinispan.partitionhandling.AvailabilityException
 
availabilityInterval() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
 
availabilityInterval(int) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
 
AvailabilityMode - Enum in org.infinispan.partitionhandling
 
AvailabilityMode.Externalizer - Class in org.infinispan.partitionhandling
 
available() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
available() - Method in class org.infinispan.configuration.cache.JMXStatisticsConfiguration
Deprecated.
since 10.1.3. This method will be removed in a future version.
available() - Method in class org.infinispan.configuration.cache.StatisticsConfiguration
Deprecated.
since 10.1.3. This method will be removed in a future version.
available() - Method in class org.infinispan.io.GridInputStream
Deprecated.
 
available() - Method in class org.infinispan.io.UnclosableObjectInputStream
Deprecated.
 
available() - Method in class org.infinispan.rest.CacheInputStream
 
available(boolean) - Method in class org.infinispan.configuration.cache.JMXStatisticsConfigurationBuilder
Deprecated.
since 10.1.3. This method will be removed in a future version.
available(boolean) - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
Deprecated.
since 10.1.3. This method will be removed in a future version.
AVAILABLE - org.infinispan.partitionhandling.AvailabilityMode
Regular operation mode
AVAILABLE - Static variable in class org.infinispan.configuration.cache.StatisticsConfiguration
 
availableProcessors() - Static method in class org.infinispan.commons.util.ProcessorInfo
Returns the number of processors available to this process.
avg(String) - Static method in interface org.infinispan.query.dsl.Expression
Deprecated.
 
AWAIT_INITIAL_TRANSFER - Static variable in class org.infinispan.configuration.cache.StateTransferConfiguration
 
awaitInitialTransfer() - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
If true, this will cause the first call to method CacheManager.getCache() on the joiner node to block and wait until the joining is complete and the cache has finished receiving state from neighboring caches (if fetchInMemoryState is enabled).
awaitInitialTransfer() - Method in class org.infinispan.server.hotrod.configuration.TopologyCacheConfiguration
 
awaitInitialTransfer(boolean) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
If true, this will cause the first call to method CacheManager.getCache() on the joiner node to block and wait until the joining is complete and the cache has finished receiving state from neighboring caches (if fetchInMemoryState is enabled).
awaitInitialTransfer(boolean) - Method in class org.infinispan.server.hotrod.configuration.TopologyCacheConfigurationBuilder
 

B

backArrayOffset() - Method in class org.infinispan.commons.marshall.WrappedByteArray
 
backArrayOffset() - Method in interface org.infinispan.commons.marshall.WrappedBytes
The offset of where data starts in the backed array.
backup() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
 
backup() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
 
BACKUP - org.infinispan.distribution.Ownership
this node is the backup owner.
BACKUP_WRITE - org.infinispan.context.Flag
Signals that a WriteCommand was sent from the primary as a backup operation.
BackupConfiguration - Class in org.infinispan.configuration.cache
 
BackupConfiguration(AttributeSet, TakeOfflineConfiguration, XSiteStateTransferConfiguration) - Constructor for class org.infinispan.configuration.cache.BackupConfiguration
 
BackupConfiguration.BackupStrategy - Enum in org.infinispan.configuration.cache
 
BackupConfigurationBuilder - Class in org.infinispan.configuration.cache
 
BackupConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.BackupConfigurationBuilder
 
backupFailurePolicy() - Method in class org.infinispan.configuration.cache.BackupConfiguration
 
backupFailurePolicy(BackupFailurePolicy) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
Configures how the system behaves when the backup call fails.
BackupFailurePolicy - Enum in org.infinispan.configuration.cache
Defines the possible behaviour in case of failure during x-site.
backupFor() - Method in class org.infinispan.configuration.cache.SitesConfiguration
 
backupFor() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
 
BackupForBuilder - Class in org.infinispan.configuration.cache
 
BackupForBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.BackupForBuilder
 
BackupForConfiguration - Class in org.infinispan.configuration.cache
Defines the remote caches for which this cache acts as a backup.
BackupForConfiguration(AttributeSet) - Constructor for class org.infinispan.configuration.cache.BackupForConfiguration
 
backups() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
 
BALANCING_STRATEGY - org.infinispan.persistence.remote.configuration.Attribute
 
balancingStrategy() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
 
balancingStrategy(Class<? extends FailoverRequestBalancingStrategy>) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
balancingStrategy(Class<? extends FailoverRequestBalancingStrategy>) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
balancingStrategy(Class<? extends FailoverRequestBalancingStrategy>) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
For replicated (vs distributed) Hot Rod server clusters, the client balances requests to the servers according to this strategy.
balancingStrategy(String) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
balancingStrategy(String) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
balancingStrategy(String) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
For replicated (vs distributed) Hot Rod server clusters, the client balances requests to the servers according to this strategy.
balancingStrategy(String) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
 
balancingStrategy(String) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
 
balancingStrategy(String) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
For replicated (vs distributed) Hot Rod server clusters, the client balances requests to the servers according to this strategy.
balancingStrategy(Supplier<FailoverRequestBalancingStrategy>) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
balancingStrategy(Supplier<FailoverRequestBalancingStrategy>) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
balancingStrategy(Supplier<FailoverRequestBalancingStrategy>) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
For replicated (vs distributed) Hot Rod server clusters, the client balances requests to the servers according to this strategy.
balancingStrategy(FailoverRequestBalancingStrategy) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
balancingStrategy(FailoverRequestBalancingStrategy) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
Deprecated.
balancingStrategy(FailoverRequestBalancingStrategy) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
Deprecated.
since 9.3. To be removed in 12.0. Use ConfigurationChildBuilder.balancingStrategy(Supplier) instead.
balancingStrategyFactory() - Method in class org.infinispan.client.hotrod.configuration.Configuration
 
BaseCacheStream<T,​S extends BaseStream<T,​S>> - Interface in org.infinispan
Interface that defines the base methods of all streams returned from a Cache.
BaseCacheStream.SegmentCompletionListener - Interface in org.infinispan
Functional interface that is used as a callback when segments are completed.
baseCfg - Variable in class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
Deprecated.
 
BaseConfigurationInfo - Interface in org.infinispan.commons.configuration
Defines base methods for exposing information about a configuration attributes and elements.
BaseHttpRequestHandler - Class in org.infinispan.rest
 
BASIC - org.infinispan.client.hotrod.configuration.ClientIntelligence
 
BasicCache<K,​V> - Interface in org.infinispan.commons.api
BasicCache provides the common building block for the two different types of caches that Infinispan provides: embedded and remote.
BasicCacheContainer - Interface in org.infinispan.commons.api
BasicCacheContainer defines the methods used to obtain a BasicCache.
BasicConfiguration - Interface in org.infinispan.commons.configuration
BasicConfiguration provides the basis for concrete configurations.
BasicMultimapCache<K,​V> - Interface in org.infinispan.multimap.api
BasicMultimapCache provides the common API for the two different types of multimap caches that Infinispan provides: embedded and remote.
batch(int, Publisher<NonBlockingStore.SegmentedPublisher<Object>>, Publisher<NonBlockingStore.SegmentedPublisher<MarshallableEntry<K, V>>>) - Method in class org.infinispan.persistence.rocksdb.RocksDBStore
 
batch(int, Publisher<NonBlockingStore.SegmentedPublisher<Object>>, Publisher<NonBlockingStore.SegmentedPublisher<MarshallableEntry<K, V>>>) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
Writes and removes the entries provided by the Publishers into the store.
BATCH_SIZE - org.infinispan.persistence.jdbc.configuration.Attribute
 
BATCH_SIZE - org.infinispan.persistence.jpa.configuration.Attribute
Deprecated.
BATCH_SIZE - Static variable in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
 
BatchingCache - Interface in org.infinispan.commons.api
The BatchingCache is implemented by all caches which support batching
batchSize() - Method in class org.infinispan.client.hotrod.configuration.Configuration
 
batchSize() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
Deprecated.
batchSize() - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfiguration
 
batchSize(int) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
batchSize(int) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
batchSize(int) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
Sets the batch size of internal iterators (ie.
batchSize(int) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
batchSize(long) - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationBuilder
Deprecated.
BeanUtils - Class in org.infinispan.commons.util
Simple JavaBean manipulation helper methods
BeanUtils() - Constructor for class org.infinispan.commons.util.BeanUtils
 
before() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
 
before(Class<? extends AsyncInterceptor>) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
Deprecated.
Dictates that the custom interceptor appears immediately before the specified interceptor.
BEFORE - Static variable in class org.infinispan.configuration.cache.InterceptorConfiguration
 
between(Object, Object) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
Deprecated.
Checks that the left argument is between the given range limits.
BI_FUNCTION_MAPPER - Static variable in interface org.infinispan.commons.marshall.Ids
 
BIAS_ACQUISITION - Static variable in class org.infinispan.configuration.cache.ClusteringConfiguration
 
BIAS_LIFESPAN - Static variable in class org.infinispan.configuration.cache.ClusteringConfiguration
 
BIAS_REVOCATION_RESPONSE - Static variable in interface org.infinispan.commons.marshall.Ids
 
biasAcquisition() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
For scattered cache, specifies if the nodes is allowed to cache the entry, serving reads locally.
biasAcquisition(BiasAcquisition) - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
Used in scattered cache.
BiasAcquisition - Enum in org.infinispan.configuration.cache
Specifies when is a node allowed to acquire a bias on an entry, serving further reads to the same key locally (despite not being an owner).
biasLifespan() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
For scattered cache, specifies how long is the node allowed to read the cached entry locally.
biasLifespan(long, TimeUnit) - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
Used in scattered cache.
BINARY - org.infinispan.configuration.cache.StorageType
Deprecated.
since 11.0, with no replacement. Use StorageType.HEAP and the cache's EncodingConfiguration to define a MediaType that is byte[] or primitive based.
BINARY_KEYED_JDBC_STORE - org.infinispan.persistence.jdbc.configuration.Element
 
binaryParam() - Method in interface org.infinispan.filter.ParamKeyValueFilterConverterFactory
 
bitSetOf(Enum<?>) - Static method in class org.infinispan.commons.util.EnumUtil
 
bitSetOf(Enum<?>[]) - Static method in class org.infinispan.commons.util.EnumUtil
 
bitSetOf(Enum<?>, Enum<?>) - Static method in class org.infinispan.commons.util.EnumUtil
 
bitSetOf(Enum<?>, Enum<?>, Enum<?>...) - Static method in class org.infinispan.commons.util.EnumUtil
 
bitSetOf(Collection<E>) - Static method in class org.infinispan.commons.util.EnumUtil
 
bitSetSize(long) - Static method in class org.infinispan.commons.util.EnumUtil
 
BLOCK_SIZE - org.infinispan.persistence.rocksdb.configuration.Attribute
 
blockingExecutor(String) - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
 
BlockingRejectedExecutionHandler - Class in org.infinispan.commons.util.concurrent
A handler for rejected tasks that runs the task if the current thread is a blocking thread otherwise it rejects the task.
BlockingResource - Interface in org.infinispan.commons.executors
Interface to designate the resource is a blocking one.
blockingThreadPool() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
 
blockingThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfiguration
 
blockingThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
 
blockingThreadPool() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
Configuration for the blocking thread pool
blockingThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
 
blockingThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
 
BlockingThreadPoolExecutorFactory - Class in org.infinispan.commons.executors
Deprecated.
since 12.0 with no replacement
BlockingThreadPoolExecutorFactory(int, int, int, long) - Constructor for class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
Deprecated.
 
BlockingThreadPoolExecutorFactory(int, int, int, long, boolean) - Constructor for class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
Deprecated.
 
blockingThreadPoolName() - Method in class org.infinispan.configuration.global.GlobalConfiguration
 
blockingThreadPoolName(String) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
 
blockSize() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfiguration
 
blockSize(int) - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfigurationBuilder
 
BlueprintGenerator - Class in org.infinispan.commons.util
Deprecated.
Since 10.1, OSGi support is deprecated and will be removed in a future release.
BlueprintGenerator() - Constructor for class org.infinispan.commons.util.BlueprintGenerator
Deprecated.
 
Boolean(boolean) - Constructor for class org.infinispan.commons.util.ByRef.Boolean
 
BooleanElementConfiguration - Class in org.infinispan.server.hotrod.configuration
 
BooleanElementConfigurationBuilder - Class in org.infinispan.server.hotrod.configuration
 
BOTH - org.infinispan.notifications.Listener.Observation
Observation level used to be notified of an operation before and after it occurs
BOUNDED_STRONG - org.infinispan.counter.api.CounterType
A strong consistent and bounded counter.
BoundedThreadPoolConfigurationBuilder - Class in org.infinispan.configuration.global
 
boundedThreadPools() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
 
boxed() - Method in interface org.infinispan.DoubleCacheStream
boxed() - Method in interface org.infinispan.IntCacheStream
boxed() - Method in interface org.infinispan.LongCacheStream
brandName() - Method in class org.infinispan.commons.util.Version
 
brandVersion() - Method in class org.infinispan.commons.util.Version
 
BROADCAST - org.infinispan.query.dsl.IndexedQueryMode
Deprecated.
Query is sent to all nodes, and results are combined before returning to the caller.
BUFFER_SIZE - org.infinispan.persistence.rest.configuration.Attribute
 
BUFFER_SIZE - Static variable in class org.infinispan.persistence.rest.configuration.ConnectionPoolConfiguration
 
bufferSize() - Method in class org.infinispan.persistence.rest.configuration.ConnectionPoolConfiguration
 
bufferSize(int) - Method in class org.infinispan.persistence.rest.configuration.ConnectionPoolConfigurationBuilder
 
BufferSizePredictor - Interface in org.infinispan.commons.marshall
Buffer size predictor
build() - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
build() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
build() - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
Builds a configuration object
build() - Method in class org.infinispan.client.hotrod.DataFormat.Builder
 
build() - Method in interface org.infinispan.commons.marshall.MarshallUtil.UnboundedCollectionBuilder
 
build() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
 
build() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
 
build() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
 
build() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
Builds a GlobalConfiguration object using the settings applied to this builder
build() - Method in class org.infinispan.counter.api.CounterConfiguration.Builder
 
build() - Method in class org.infinispan.metadata.EmbeddedMetadata.Builder
 
build() - Method in interface org.infinispan.metadata.Metadata.Builder
Build a metadata instance.
build() - Method in interface org.infinispan.query.dsl.QueryBuilder
Deprecated.
Builds the query object.
build() - Method in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
 
build() - Method in class org.infinispan.rest.NettyRestResponse.Builder
 
build() - Method in class org.infinispan.server.core.configuration.AbstractProtocolServerConfigurationChildBuilder
 
build() - Method in interface org.infinispan.server.core.configuration.ProtocolServerConfigurationChildBuilder
Builds a configuration object
build() - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfigurationBuilder
 
build() - Method in class org.infinispan.server.memcached.configuration.MemcachedServerConfigurationBuilder
Deprecated.
 
build(boolean) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
build(boolean) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
 
build(boolean) - Method in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
 
build(boolean) - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfigurationBuilder
 
build(boolean) - Method in class org.infinispan.server.memcached.configuration.MemcachedServerConfigurationBuilder
Deprecated.
 
build(int) - Method in interface org.infinispan.commons.marshall.MarshallUtil.ArrayBuilder
 
build(int) - Method in interface org.infinispan.commons.marshall.MarshallUtil.CollectionBuilder
 
build(int) - Method in interface org.infinispan.commons.marshall.MarshallUtil.EnumBuilder
 
build(int) - Method in interface org.infinispan.commons.marshall.MarshallUtil.MapBuilder
 
build(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
 
builder - Variable in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
 
builder - Variable in class org.infinispan.server.core.configuration.AbstractProtocolServerConfigurationChildBuilder
 
builder() - Static method in class org.infinispan.client.hotrod.DataFormat
 
builder() - Method in class org.infinispan.metadata.EmbeddedMetadata
 
builder() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedExpirableMetadata
 
builder() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedLifespanExpirableMetadata
 
builder() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedMaxIdleExpirableMetadata
 
builder() - Method in interface org.infinispan.metadata.Metadata
Returns an instance of Metadata.Builder which can be used to build new instances of Metadata instance which are full copies of this Metadata.
builder(CounterType) - Static method in class org.infinispan.counter.api.CounterConfiguration
 
Builder<T> - Interface in org.infinispan.commons.configuration
Builder.
Builder() - Constructor for class org.infinispan.client.hotrod.DataFormat.Builder
 
Builder() - Constructor for class org.infinispan.metadata.EmbeddedMetadata.Builder
 
Builder() - Constructor for class org.infinispan.rest.NettyRestResponse.Builder
 
builderFor(B) - Static method in class org.infinispan.commons.configuration.ConfigurationUtils
Returns the builder that was used to build this class.
builderForNonStrict(B) - Static method in class org.infinispan.commons.configuration.ConfigurationUtils
The same as ConfigurationUtils.builderFor(Object) except that it won't throw an exception if no builder class is found.
BuiltBy - Annotation Type in org.infinispan.commons.configuration
BuiltBy.
BULK_READ - org.infinispan.persistence.spi.NonBlockingStore.Characteristic
If this store supports bulk read operations.
BULK_READ - org.infinispan.security.AuthorizationPermission
Allows bulk-read operations (e.g.
BULK_WRITE - org.infinispan.security.AuthorizationPermission
Allows bulk-write operations (e.g.
bulkUpdate(Publisher<MarshallableEntry<? extends K, ? extends V>>) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
 
bulkUpdate(Publisher<MarshallableEntry<? extends K, ? extends V>>) - Method in class org.infinispan.persistence.jpa.JpaStore
 
bulkUpdate(Publisher<MarshallableEntry<? extends K, ? extends V>>) - Method in class org.infinispan.persistence.remote.RemoteStore
 
bulkUpdate(Publisher<MarshallableEntry<? extends K, ? extends V>>) - Method in interface org.infinispan.persistence.spi.CacheWriter
Deprecated.
Persist all provided entries to the store in chunks, with the size of each chunk determined by the store implementation.
ByRef<T> - Class in org.infinispan.commons.util
This class can be used to pass an argument by reference.
ByRef(T) - Constructor for class org.infinispan.commons.util.ByRef
 
ByRef.Boolean - Class in org.infinispan.commons.util
Implementation for primitive type
ByRef.Integer - Class in org.infinispan.commons.util
 
ByRef.Long - Class in org.infinispan.commons.util
 
BYTE_BUFFER - Static variable in interface org.infinispan.commons.marshall.Ids
 
BYTE_STRING - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ByteBufContentSource - Class in org.infinispan.rest
 
ByteBuffer - Interface in org.infinispan.commons.io
A byte buffer that exposes the internal byte array with minimal copying.
ByteBufferFactory - Interface in org.infinispan.commons.io
Used for building instances of ByteBuffer.
ByteBufferFactoryImpl - Class in org.infinispan.commons.io
 
ByteBufferFactoryImpl() - Constructor for class org.infinispan.commons.io.ByteBufferFactoryImpl
 
ByteBufferImpl - Class in org.infinispan.commons.io
A byte buffer that exposes the internal byte array with minimal copying
ByteBufferImpl.Externalizer - Class in org.infinispan.commons.io
 
ByteQuantity - Class in org.infinispan.commons.util
Parser human-readable quantity of bytes.
ByteQuantity() - Constructor for class org.infinispan.commons.util.ByteQuantity
 
BYTES - org.infinispan.commons.util.MemoryUnit
Deprecated.
 
BZLIB2 - org.infinispan.persistence.rocksdb.configuration.CompressionType
 

C

cache(String) - Method in class org.infinispan.server.memcached.configuration.MemcachedServerConfigurationBuilder
Deprecated.
cache(Cache<?, ?>) - Method in class org.infinispan.tasks.TaskContext
The cache against which this task will be executed.
Cache<K,​V> - Interface in org.infinispan
The central interface of Infinispan.
CACHE - org.infinispan.persistence.remote.configuration.Element
 
CACHE - org.infinispan.security.AuditContext
 
CACHE_BI_CONSUMERS - Static variable in interface org.infinispan.commons.marshall.Ids
 
CACHE_CONTROL_HEADER - org.infinispan.rest.RequestHeader
 
CACHE_CONTROL_HEADER - org.infinispan.rest.ResponseHeader
 
CACHE_ENTRY_ACTIVATED - org.infinispan.notifications.cachelistener.event.Event.Type
 
CACHE_ENTRY_CREATED - org.infinispan.notifications.cachelistener.event.Event.Type
 
CACHE_ENTRY_EVICTED - org.infinispan.notifications.cachelistener.event.Event.Type
 
CACHE_ENTRY_EXPIRED - org.infinispan.notifications.cachelistener.event.Event.Type
 
CACHE_ENTRY_INVALIDATED - org.infinispan.notifications.cachelistener.event.Event.Type
 
CACHE_ENTRY_LOADED - org.infinispan.notifications.cachelistener.event.Event.Type
 
CACHE_ENTRY_MODIFIED - org.infinispan.notifications.cachelistener.event.Event.Type
 
CACHE_ENTRY_PASSIVATED - org.infinispan.notifications.cachelistener.event.Event.Type
 
CACHE_ENTRY_REMOVED - org.infinispan.notifications.cachelistener.event.Event.Type
 
CACHE_ENTRY_VISITED - org.infinispan.notifications.cachelistener.event.Event.Type
 
CACHE_EVENT_CONVERTER_AS_CONVERTER - Static variable in interface org.infinispan.commons.marshall.Ids
 
CACHE_EVENT_FILTER_AS_KEY_VALUE_FILTER - Static variable in interface org.infinispan.commons.marshall.Ids
 
CACHE_EVENT_FILTER_CONVERTER_AS_KEY_VALUE_FILTER_CONVERTER - Static variable in interface org.infinispan.commons.marshall.Ids
 
CACHE_FILTERS - Static variable in interface org.infinispan.commons.marshall.Ids
 
CACHE_JOIN_INFO - Static variable in interface org.infinispan.commons.marshall.Ids
 
CACHE_MANAGER_TAG_NAME - Static variable in interface org.infinispan.metrics.Constants
 
CACHE_MODE - Static variable in class org.infinispan.configuration.cache.ClusteringConfiguration
 
CACHE_MODE_LOCAL - org.infinispan.context.Flag
Forces LOCAL mode operation, even if the cache is configured to use a clustered mode like replication, invalidation or distribution.
CACHE_NAME - org.infinispan.persistence.rest.configuration.Attribute
 
CACHE_NAME - Static variable in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
 
CACHE_NAME - Static variable in class org.infinispan.persistence.rest.configuration.RestStoreConfiguration
 
CACHE_NOT_FOUND_RESPONSE - Static variable in interface org.infinispan.commons.marshall.Ids
 
CACHE_RPC_COMMAND - Static variable in interface org.infinispan.commons.marshall.Ids
 
CACHE_SIZE - org.infinispan.persistence.rocksdb.configuration.Attribute
 
CACHE_STARTED - org.infinispan.notifications.cachemanagerlistener.event.Event.Type
 
CACHE_STATE - Static variable in interface org.infinispan.commons.marshall.Ids
 
CACHE_STATUS_RESPONSE - Static variable in interface org.infinispan.commons.marshall.Ids
 
CACHE_STOP_TIMEOUT - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
 
CACHE_STOPPED - org.infinispan.notifications.cachemanagerlistener.event.Event.Type
 
CACHE_STREAM_INTERMEDIATE_PUBLISHER - Static variable in interface org.infinispan.commons.marshall.Ids
 
CACHE_STREAM_INTERMEDIATE_REDUCER - Static variable in interface org.infinispan.commons.marshall.Ids
 
CACHE_TAG_NAME - Static variable in interface org.infinispan.metrics.Constants
 
CACHE_TOPOLOGY - Static variable in interface org.infinispan.commons.marshall.Ids
 
CacheAware<K,​V> - Interface in org.infinispan.stream
Interface that describes how a cache can be injected into another object.
CacheBackpressureFullException - Exception in org.infinispan.commons.util.concurrent
A CacheException that is thrown when the backpressure has been filled an unable to process the request.
CacheBackpressureFullException() - Constructor for exception org.infinispan.commons.util.concurrent.CacheBackpressureFullException
 
CacheCollection<E> - Interface in org.infinispan
A collection type that returns special Cache based streams that have additional options to tweak behavior.
CacheCollectors - Class in org.infinispan.stream
Helper class designed to be used to create a serializable Collector for use with CacheStream.collect(Collector) from a supplier of a collector.
CacheConfigurationException - Exception in org.infinispan.commons
An exception that represents an error in the configuration.
CacheConfigurationException(Exception) - Constructor for exception org.infinispan.commons.CacheConfigurationException
 
CacheConfigurationException(String) - Constructor for exception org.infinispan.commons.CacheConfigurationException
 
CacheConfigurationException(String, String) - Constructor for exception org.infinispan.commons.CacheConfigurationException
Deprecated.
CacheConfigurationException(String, Throwable) - Constructor for exception org.infinispan.commons.CacheConfigurationException
 
cacheContainer() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
 
CacheContainer - Interface in org.infinispan.manager
 
CacheContainerAdmin<C extends CacheContainerAdmin,​A extends BasicConfiguration> - Interface in org.infinispan.commons.api
Administrative cache container operations.
CacheContainerAdmin.AdminFlag - Enum in org.infinispan.commons.api
Flags which affect only administrative operations
CacheContainerConfigurationBuilder - Class in org.infinispan.configuration.global
 
CacheContainerStats - Interface in org.infinispan.stats
Deprecated.
Since 10.1.3. This mixes statistics across unrelated caches so the reported numbers don't have too much relevance. Please use Stats or ClusterCacheStats instead.
cacheControl(CacheControl) - Method in class org.infinispan.rest.NettyRestResponse.Builder
 
CacheControl - Class in org.infinispan.rest
A helper class for controlling Cache Control headers.
CACHED_VALUES - Static variable in enum org.infinispan.functional.Param.ReplicationMode
 
CachedThreadPoolConfigurationBuilder - Class in org.infinispan.configuration.global
 
CachedThreadPoolExecutorFactory - Enum in org.infinispan.commons.executors
 
cachedThreadPools() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
 
CacheEntriesEvicted - Annotation Type in org.infinispan.notifications.cachelistener.annotation
This annotation should be used on methods that need to be notified when cache entries are evicted.
CacheEntriesEvictedEvent<K,​V> - Interface in org.infinispan.notifications.cachelistener.event
This event subtype is passed in to any method annotated with CacheEntriesEvicted.
CacheEntryActivated - Annotation Type in org.infinispan.notifications.cachelistener.annotation
This annotation should be used on methods that need to be notified when a cache entry is activated.
CacheEntryActivatedEvent<K,​V> - Interface in org.infinispan.notifications.cachelistener.event
This event subtype is passed in to any method annotated with CacheEntryActivated.
CacheEntryCreated - Annotation Type in org.infinispan.notifications.cachelistener.annotation
This annotation should be used on methods that need to be notified when a cache entry is created.
CacheEntryCreatedEvent<K,​V> - Interface in org.infinispan.notifications.cachelistener.event
This event subtype is passed in to any method annotated with CacheEntryCreated.
CacheEntryEvent<K,​V> - Interface in org.infinispan.notifications.cachelistener.event
A transactional event subtype that additionally expose a key as such events pertain to a specific cache entry.
CacheEntryExpired - Annotation Type in org.infinispan.notifications.cachelistener.annotation
This annotation should be used on methods that need to be notified when a cache entry is expired
CacheEntryExpiredEvent<K,​V> - Interface in org.infinispan.notifications.cachelistener.event
This event subtype is passed in to any method annotated with CacheEntryExpired.
CacheEntryInvalidated - Annotation Type in org.infinispan.notifications.cachelistener.annotation
This annotation should be used on methods that need to be notified when a cache entry is invalidated.
CacheEntryInvalidatedEvent<K,​V> - Interface in org.infinispan.notifications.cachelistener.event
Notifies a listener of an invalidation event.
CacheEntryLoaded - Annotation Type in org.infinispan.notifications.cachelistener.annotation
This annotation should be used on methods that need to be notified when a cache entry is loaded from a CacheLoader.
CacheEntryLoadedEvent<K,​V> - Interface in org.infinispan.notifications.cachelistener.event
This event subtype is passed in to any method annotated with CacheEntryLoaded.
CacheEntryModified - Annotation Type in org.infinispan.notifications.cachelistener.annotation
This annotation should be used on methods that need to be notified when a cache entry has been modified.
CacheEntryModifiedEvent<K,​V> - Interface in org.infinispan.notifications.cachelistener.event
This event subtype is passed in to any method annotated with CacheEntryModified
CacheEntryPassivated - Annotation Type in org.infinispan.notifications.cachelistener.annotation
This annotation should be used on methods that need to be notified when cache entries are passivated.
CacheEntryPassivatedEvent<K,​V> - Interface in org.infinispan.notifications.cachelistener.event
This event subtype is passed in to any method annotated with CacheEntryPassivated.
CacheEntryRemoved - Annotation Type in org.infinispan.notifications.cachelistener.annotation
This annotation should be used on methods that need to be notified when a cache entry is removed from the cache.
CacheEntryRemovedEvent<K,​V> - Interface in org.infinispan.notifications.cachelistener.event
This event subtype is passed in to any method annotated with CacheEntryRemoved.
cacheEntrySet() - Method in interface org.infinispan.AdvancedCache
Identical to Cache.entrySet() but is typed to return CacheEntries instead of Entries.
CacheEntryVisited - Annotation Type in org.infinispan.notifications.cachelistener.annotation
This annotation should be used on methods that need to be notified when a cache entry is visited.
CacheEntryVisitedEvent<K,​V> - Interface in org.infinispan.notifications.cachelistener.event
This event subtype is passed in to any method annotated with CacheEntryVisited.
CacheEventConverter<K,​V,​C> - Interface in org.infinispan.notifications.cachelistener.filter
A converter that can be used to convert the value given for an event.
CacheEventConverterAsConverter<K,​V,​C> - Class in org.infinispan.notifications.cachelistener.filter
Converter that is implemented by using the provided CacheEventConverter.
CacheEventConverterAsConverter(CacheEventConverter<K, V, C>) - Constructor for class org.infinispan.notifications.cachelistener.filter.CacheEventConverterAsConverter
 
CacheEventConverterAsConverter.Externalizer - Class in org.infinispan.notifications.cachelistener.filter
 
CacheEventConverterFactory - Interface in org.infinispan.notifications.cachelistener.filter
Factory that can produce CacheEventConverters
CacheEventFilter<K,​V> - Interface in org.infinispan.notifications.cachelistener.filter
A filter that can be used to tell if an event should be raised or not.
CacheEventFilterAsKeyValueFilter<K,​V> - Class in org.infinispan.notifications.cachelistener.filter
KeyValueFilter that is implemented by using the provided CacheEventFilter.
CacheEventFilterAsKeyValueFilter(CacheEventFilter<K, V>) - Constructor for class org.infinispan.notifications.cachelistener.filter.CacheEventFilterAsKeyValueFilter
 
CacheEventFilterAsKeyValueFilter.Externalizer - Class in org.infinispan.notifications.cachelistener.filter
 
CacheEventFilterConverter<K,​V,​C> - Interface in org.infinispan.notifications.cachelistener.filter
This interface is an optimization that can be used when an event filter and converter are most efficiently used as the same object composing the filtering and conversion in the same method invocation.
CacheEventFilterConverterAsKeyValueFilterConverter<K,​V,​C> - Class in org.infinispan.notifications.cachelistener.filter
 
CacheEventFilterConverterAsKeyValueFilterConverter(CacheEventFilterConverter<K, V, C>) - Constructor for class org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterAsKeyValueFilterConverter
 
CacheEventFilterConverterAsKeyValueFilterConverter.Externalizer - Class in org.infinispan.notifications.cachelistener.filter
 
CacheEventFilterConverterFactory - Interface in org.infinispan.notifications.cachelistener.filter
Factory that can produce CacheEventFilterConverter instances.
CacheEventFilterFactory - Interface in org.infinispan.notifications.cachelistener.filter
Factory that can produce CacheEventFilters
CacheException - Exception in org.infinispan.commons
Thrown when operations fail unexpectedly.
CacheException() - Constructor for exception org.infinispan.commons.CacheException
 
CacheException(String) - Constructor for exception org.infinispan.commons.CacheException
 
CacheException(String, Throwable) - Constructor for exception org.infinispan.commons.CacheException
 
CacheException(String, Throwable, boolean, boolean) - Constructor for exception org.infinispan.commons.CacheException
 
CacheException(Throwable) - Constructor for exception org.infinispan.commons.CacheException
 
cacheExists(String) - Method in class org.infinispan.manager.DefaultCacheManager
 
cacheExists(String) - Method in interface org.infinispan.manager.EmbeddedCacheManager
A cache is considered to exist if it has been created and started via one of the EmbeddedCacheManager.getCache() methods and has not yet been removed via EmbeddedCacheManager.removeCache(String).
CacheFilters - Class in org.infinispan.filter
Static factory class that contains utility methods that can be used for performing proper transformations from KeyValueFilter, Converter and KeyValueFilterConverter to appropriate distributed stream instances.
CacheFilters.CacheFiltersExternalizer - Class in org.infinispan.filter
 
CacheFiltersExternalizer() - Constructor for class org.infinispan.filter.CacheFilters.CacheFiltersExternalizer
 
CacheInputStream - Class in org.infinispan.rest
An InputStream that reads from a CacheStream of byte[] and produces a JSON output.
CacheInputStream(CacheStream<?>, int) - Constructor for class org.infinispan.rest.CacheInputStream
 
CacheListenerException - Exception in org.infinispan.commons
Wraps exceptions produced by listener implementations.
CacheListenerException() - Constructor for exception org.infinispan.commons.CacheListenerException
 
CacheListenerException(String) - Constructor for exception org.infinispan.commons.CacheListenerException
 
CacheListenerException(String, Throwable) - Constructor for exception org.infinispan.commons.CacheListenerException
 
CacheListenerException(Throwable) - Constructor for exception org.infinispan.commons.CacheListenerException
 
CacheLoader<K,​V> - Interface in org.infinispan.persistence.spi
Deprecated.
since 11.0 replaced by NonBlockingStore
cacheManager(EmbeddedCacheManager) - Method in class org.infinispan.tasks.TaskContext
The cache manager with which this task should be executed
CACHEMANAGER - org.infinispan.security.AuditContext
 
CacheManagerInfo - Class in org.infinispan.manager
 
CacheManagerInfo(DefaultCacheManager, ConfigurationManager, InternalCacheRegistry) - Constructor for class org.infinispan.manager.CacheManagerInfo
 
cacheManagerName() - Method in class org.infinispan.configuration.global.GlobalConfiguration
 
cacheManagerName() - Method in class org.infinispan.configuration.global.GlobalJmxConfiguration
Deprecated.
Since 10.1. please use GlobalConfiguration.cacheManagerName() instead.
cacheManagerName() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
Deprecated.
Since 10.1. please use GlobalConfiguration.cacheManagerName() instead.
cacheManagerName(String) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
 
cacheManagerName(String) - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
cacheManagerName(String) - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
cacheManagerStarted(GlobalComponentRegistry) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
 
cacheManagerStarting(GlobalComponentRegistry, GlobalConfiguration) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
 
cacheManagerStarting(GlobalComponentRegistry, GlobalConfiguration) - Method in class org.infinispan.persistence.remote.LifecycleCallbacks
 
cacheManagerStopped(GlobalComponentRegistry) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
 
cacheManagerStopping(GlobalComponentRegistry) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
 
cacheMode() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
Cache mode.
cacheMode() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
 
cacheMode(CacheMode) - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
Cache mode.
CacheMode - Enum in org.infinispan.configuration.cache
Cache replication mode.
cacheModeString() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
 
cacheName() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
 
cacheName() - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfiguration
 
cacheName(String) - Method in class org.infinispan.persistence.rest.configuration.AbstractRestStoreConfigurationChildBuilder
 
cacheName(String) - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfigurationBuilder
 
cacheName(String) - Method in interface org.infinispan.persistence.rest.configuration.RestStoreConfigurationChildBuilder
The cache name of the remote REST endpoint.
cacheNameBytes() - Static method in class org.infinispan.client.hotrod.RemoteCacheManager
 
cacheNameBytes(String) - Static method in class org.infinispan.client.hotrod.RemoteCacheManager
 
cacheNamePattern() - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfiguration
 
cacheNamePattern(String) - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
Deprecated.
cacheNamePattern(Pattern) - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
Deprecated.
CacheNotTransactionalException - Exception in org.infinispan.client.hotrod.exceptions
When try to create a transactional org.infinispan.client.hotrod.RemoteCache but the cache in the Hot Rod server isn't transactional, this exception is thrown.
CacheNotTransactionalException() - Constructor for exception org.infinispan.client.hotrod.exceptions.CacheNotTransactionalException
 
CacheNotTransactionalException(String) - Constructor for exception org.infinispan.client.hotrod.exceptions.CacheNotTransactionalException
 
CacheNotTransactionalException(String, long, int) - Constructor for exception org.infinispan.client.hotrod.exceptions.CacheNotTransactionalException
 
CacheNotTransactionalException(String, Throwable) - Constructor for exception org.infinispan.client.hotrod.exceptions.CacheNotTransactionalException
 
CacheNotTransactionalException(Throwable) - Constructor for exception org.infinispan.client.hotrod.exceptions.CacheNotTransactionalException
 
CachePermission - Class in org.infinispan.security
CachePermission.
CachePermission(String) - Constructor for class org.infinispan.security.CachePermission
 
CachePermission(AuthorizationPermission) - Constructor for class org.infinispan.security.CachePermission
 
CachePermissionCollection - Class in org.infinispan.security
CachePermissionCollection.
CachePermissionCollection() - Constructor for class org.infinispan.security.CachePermissionCollection
 
CacheQuery<E> - Interface in org.infinispan.query
Deprecated.
Since 11.0, replaced by Query in the Query API and IndexedQuery internally.
CacheSet<E> - Interface in org.infinispan
A set that also must implement the various CacheCollection methods for streams.
cacheSize() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfiguration
 
cacheSize(long) - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfigurationBuilder
 
cacheStarted(ComponentRegistry, String) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
 
CacheStarted - Annotation Type in org.infinispan.notifications.cachemanagerlistener.annotation
This annotation should be used on methods that need to be notified when a cache is started.
CacheStartedEvent - Interface in org.infinispan.notifications.cachemanagerlistener.event
This event is passed in to any method annotated with CacheStarted.
cacheStarting(ComponentRegistry, Configuration, String) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
 
cacheStopped(ComponentRegistry, String) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
 
CacheStopped - Annotation Type in org.infinispan.notifications.cachemanagerlistener.annotation
This annotation should be used on methods that need to be notified when a cache is stopped.
CacheStoppedEvent - Interface in org.infinispan.notifications.cachemanagerlistener.event
This event is passed in to any method annotated with CacheStopped.
cacheStopping(ComponentRegistry, String) - Method in interface org.infinispan.lifecycle.ModuleLifecycle
 
cacheStopTimeout() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
If there are any ongoing transactions when a cache is stopped, Infinispan waits for ongoing remote and local transactions to finish.
cacheStopTimeout(long) - Method in class org.infinispan.configuration.cache.TransactionConfiguration
If there are any ongoing transactions when a cache is stopped, Infinispan waits for ongoing remote and local transactions to finish.
cacheStopTimeout(long) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
If there are any ongoing transactions when a cache is stopped, Infinispan waits for ongoing remote and local transactions to finish.
cacheStopTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
If there are any ongoing transactions when a cache is stopped, Infinispan waits for ongoing remote and local transactions to finish.
CacheStream<R> - Interface in org.infinispan
A Stream that has additional operations to monitor or control behavior when used from a Cache.
CacheTopologyInfo - Interface in org.infinispan.client.hotrod
Contains information about cache topology including servers and owned segments.
CacheWriter<K,​V> - Interface in org.infinispan.persistence.spi
Deprecated.
since 11.0 replaced by NonBlockingStore
calculateSize(K, V) - Method in interface org.infinispan.commons.util.EntrySizeCalculator
Method used to calculate how much memory in size the key and value use.
callbackHandler() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
 
callbackHandler() - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfiguration
 
callbackHandler(CallbackHandler) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
Specifies a CallbackHandler to be used during the authentication handshake.
callbackHandler(CallbackHandler) - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfigurationBuilder
Specifies a CallbackHandler to be used during the authentication handshake.
CallerRunsRejectOnShutdownPolicy - Class in org.infinispan.commons.util.concurrent
A handler for rejected tasks that runs the rejected task directly in the calling thread of the execute method.
CallerRunsRejectOnShutdownPolicy() - Constructor for class org.infinispan.commons.util.concurrent.CallerRunsRejectOnShutdownPolicy
 
canExecute() - Method in class org.infinispan.io.GridFile
Deprecated.
 
CANNOT_ASSUME_DENOM_IS_POWER_OF_TWO - Static variable in class org.infinispan.io.ModularArithmetic
Deprecated.
 
cannotClearData(IOException) - Method in interface org.infinispan.persistence.sifs.Log
 
cannotClearIndex(IOException) - Method in interface org.infinispan.persistence.sifs.Log
 
cannotCloseDeleteFile(int, IOException) - Method in interface org.infinispan.persistence.sifs.Log
 
cannotCloseFile(IOException) - Method in interface org.infinispan.persistence.sifs.Log
 
cannotLoadKeyFromIndex(Object, Exception) - Method in interface org.infinispan.persistence.sifs.Log
 
cannotOpenIndex(String, IOException) - Method in interface org.infinispan.persistence.sifs.Log
 
cannotTruncateIndex(IOException) - Method in interface org.infinispan.persistence.sifs.Log
 
canRead() - Method in class org.infinispan.io.GridFile
Deprecated.
 
canStoreReferences() - Method in enum org.infinispan.configuration.cache.StorageType
 
canWrite() - Method in class org.infinispan.io.GridFile
Deprecated.
 
capacity() - Method in class org.infinispan.commons.util.SmallIntSet
Deprecated.
 
capacity() - Method in interface org.infinispan.container.DataContainer
Returns the capacity of the underlying container.
CAPACITY_FACTOR - Static variable in class org.infinispan.configuration.cache.HashConfiguration
 
capacityFactor() - Method in class org.infinispan.configuration.cache.HashConfiguration
Controls the proportion of entries that will reside on the local node, compared to the other nodes in the cluster.
capacityFactor(float) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
Controls the proportion of entries that will reside on the local node, compared to the other nodes in the cluster.
CERTIFICATE_PASSWORD - org.infinispan.persistence.remote.configuration.Attribute
 
challenge(RestRequest, ChannelHandlerContext) - Method in interface org.infinispan.rest.authentication.Authenticator
Challenges specific RestRequest for authentication.
channelConfigurator(EmbeddedJGroupsChannelConfigurator) - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
 
channelFactory - Variable in class org.infinispan.client.hotrod.RemoteCacheManager
 
channelRead(ChannelHandlerContext, Object) - Method in class org.infinispan.rest.CorsHandler
 
channelRead0(ChannelHandlerContext, FullHttpRequest) - Method in class org.infinispan.rest.RestRequestHandler
 
characteristics() - Method in class org.infinispan.commons.util.ArrayCollector
 
characteristics() - Method in class org.infinispan.commons.util.FilterSpliterator
 
characteristics() - Method in class org.infinispan.commons.util.FlattenSpliterator
 
characteristics() - Method in class org.infinispan.commons.util.SpliteratorMapper
 
characteristics() - Method in class org.infinispan.persistence.rocksdb.RocksDBStore
 
characteristics() - Method in interface org.infinispan.persistence.spi.NonBlockingStore
Returns a set of characteristics for this store and its elements.
CheckedClassResolver - Class in org.infinispan.jboss.marshalling.commons
Deprecated.
CheckedClassResolver(ClassWhiteList, ClassLoader) - Constructor for class org.infinispan.jboss.marshalling.commons.CheckedClassResolver
Deprecated.
 
CheckedInputStream - Class in org.infinispan.commons.marshall
 
CheckedInputStream(InputStream, ClassWhiteList) - Constructor for class org.infinispan.commons.marshall.CheckedInputStream
 
checkParentDirs(String, boolean) - Method in class org.infinispan.io.GridFile
Deprecated.
Checks whether the parent directories are present (and are directories).
checkPermission(Subject, AuthorizationPermission) - Method in interface org.infinispan.security.AuthorizationManager
Verifies that the Subject has the requested permission.
checkPermission(Subject, AuthorizationPermission, String) - Method in interface org.infinispan.security.AuthorizationManager
Verifies that the Subject has the requested permission and role.
checkPermission(AuthorizationPermission) - Method in interface org.infinispan.security.AuthorizationManager
Verifies that the Subject associated with the current AccessControlContext has the requested permission.
checkPermission(AuthorizationPermission, String) - Method in interface org.infinispan.security.AuthorizationManager
Verifies that the Subject associated with the current AccessControlContext has the requested permission and role.
checkPermission(CachePermission) - Static method in class org.infinispan.security.Security
 
CHUNK_CACHE_KEY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CHUNK_SIZE - Static variable in class org.infinispan.configuration.cache.StateTransferConfiguration
 
CHUNK_SIZE - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
 
CHUNKED_FILE - org.infinispan.rest.ResponseWriter
 
CHUNKED_STREAM - org.infinispan.rest.ResponseWriter
 
chunkSize() - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
The state will be transferred in batches of chunkSize cache entries.
chunkSize() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
 
chunkSize(int) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
The state will be transferred in batches of chunkSize cache entries.
chunkSize(int) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
If > 0, the state will be transferred in batches of chunkSize cache entries.
CLASS - Static variable in interface org.infinispan.commons.marshall.Ids
 
CLASS - Static variable in class org.infinispan.configuration.global.PrincipalRoleMapperConfiguration
 
ClassFinder - Class in org.infinispan.commons.util
Find infinispan classes utility
ClassFinder() - Constructor for class org.infinispan.commons.util.ClassFinder
 
classLoader() - Method in class org.infinispan.client.hotrod.configuration.Configuration
Deprecated.
classLoader() - Method in class org.infinispan.configuration.global.GlobalConfiguration
Get the classloader in use by this configuration.
classLoader(ClassLoader) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
classLoader(ClassLoader) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
classLoader(ClassLoader) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
Deprecated.
since 9.0. To be removed in 12.0. If you need to load configuration resources from other locations, you will need to do so yourself and use the appropriate configuration methods (e.g. SslConfigurationBuilder.sslContext(javax.net.ssl.SSLContext))
classLoader(ClassLoader) - Method in class org.infinispan.commons.util.SslContextFactory
 
classLoader(ClassLoader) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
 
ClassLoaderAwareFilteringListenable<K,​V> - Interface in org.infinispan.notifications
Interface that enhances FilteringListenable with the possibility of specifying the ClassLoader which should be set as the context class loader for the invoked listener method
ClassLoaderAwareListenable - Interface in org.infinispan.notifications
Interface that enhances Listenable with the possibility of specifying the ClassLoader which should be set as the context class loader for the invoked listener method
ClassWhiteList - Class in org.infinispan.commons.configuration
The ClassWhiteList maintains classes definitions either by name or regular expression and is used for permissioning.
ClassWhiteList() - Constructor for class org.infinispan.commons.configuration.ClassWhiteList
 
ClassWhiteList(Collection<String>, List<String>) - Constructor for class org.infinispan.commons.configuration.ClassWhiteList
 
ClassWhiteList(List<String>) - Constructor for class org.infinispan.commons.configuration.ClassWhiteList
 
CLEANUP_TASK_FREQUENCY - Static variable in class org.infinispan.configuration.cache.L1Configuration
 
cleanupTaskFrequency() - Method in class org.infinispan.configuration.cache.L1Configuration
Determines how often a cleanup thread runs to clean up an internal log of requestors for a specific key
cleanupTaskFrequency(long) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
How often the L1 requestors map is cleaned up of stale items
cleanupTaskFrequency(long, TimeUnit) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
How often the L1 requestors map is cleaned up of stale items
clear() - Method in interface org.infinispan.Cache
Removes all mappings from the cache.
clear() - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
Clear the cached marshallable type hints.
clear() - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
 
clear() - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
clear() - Method in class org.infinispan.commons.util.ArrayMap
 
clear() - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
clear() - Method in class org.infinispan.commons.util.FastCopyHashMap
 
clear() - Method in class org.infinispan.commons.util.FastCopyHashMap.EntrySet
 
clear() - Method in class org.infinispan.commons.util.FastCopyHashMap.KeySet
 
clear() - Method in class org.infinispan.commons.util.FastCopyHashMap.Values
 
clear() - Method in class org.infinispan.commons.util.ForwardingList
 
clear() - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
 
clear() - Method in class org.infinispan.commons.util.RangeSet
Deprecated.
 
clear() - Method in class org.infinispan.commons.util.SmallIntSet
Deprecated.
 
clear() - Method in class org.infinispan.commons.util.WeakValueHashMap
 
clear() - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
 
clear() - Method in interface org.infinispan.container.DataContainer
Removes all entries in the container
clear() - Method in class org.infinispan.persistence.file.SingleFileStore
 
clear() - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
 
clear() - Method in class org.infinispan.persistence.jpa.JpaStore
 
clear() - Method in class org.infinispan.persistence.remote.RemoteStore
 
clear() - Method in class org.infinispan.persistence.rest.RestStore
Deprecated.
 
clear() - Method in class org.infinispan.persistence.rocksdb.RocksDBStore
 
clear() - Method in class org.infinispan.persistence.sifs.FileProvider
 
clear() - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
 
clear() - Method in class org.infinispan.persistence.sifs.TemporaryTable
 
clear() - Method in interface org.infinispan.persistence.spi.AdvancedCacheWriter
Deprecated.
Removes all the data from the storage.
clear() - Method in interface org.infinispan.persistence.spi.NonBlockingStore
Clears all entries from the store.
clear(IntSet) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
 
clear(IntSet) - Method in class org.infinispan.persistence.remote.RemoteStore
 
clear(IntSet) - Method in interface org.infinispan.persistence.spi.SegmentedAdvancedLoadWriteStore
Deprecated.
Removes all the data that maps to the given segments from the storage.
CLEAR_THRESHOLD - org.infinispan.persistence.rocksdb.configuration.Attribute
 
clearAndPause() - Method in class org.infinispan.persistence.sifs.LogAppender
 
clearAsync() - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of Map.clear().
clearGroupers() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
Clear the groupers
clearLockedKeys() - Method in interface org.infinispan.context.InvocationContext
 
clearModules() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
 
clearModules() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
 
clearProperties() - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
Deprecated.
Clears the interceptor properties
clearProperties() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
Clears the transport properties
clearStores() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
Removes any configured stores from this builder.
clearThreshold() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfiguration
 
clearThreshold(int) - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfigurationBuilder
 
CLIENT_CACHE_ENTRY_CREATED - org.infinispan.client.hotrod.event.ClientEvent.Type
 
CLIENT_CACHE_ENTRY_EXPIRED - org.infinispan.client.hotrod.event.ClientEvent.Type
 
CLIENT_CACHE_ENTRY_MODIFIED - org.infinispan.client.hotrod.event.ClientEvent.Type
 
CLIENT_CACHE_ENTRY_REMOVED - org.infinispan.client.hotrod.event.ClientEvent.Type
 
CLIENT_CACHE_FAILOVER - org.infinispan.client.hotrod.event.ClientEvent.Type
 
CLIENT_ENCODING - Static variable in class org.infinispan.server.memcached.configuration.MemcachedServerConfiguration
Deprecated.
 
ClientCacheEntryCreated - Annotation Type in org.infinispan.client.hotrod.annotation
 
ClientCacheEntryCreatedEvent<K> - Interface in org.infinispan.client.hotrod.event
Client side cache entry created events provide information on the created key, and the version of the entry.
ClientCacheEntryCustomEvent<T> - Interface in org.infinispan.client.hotrod.event
The events generated by default contain just enough information to make the event relevant but they avoid cramming too much information in order to reduce the cost of sending them.
ClientCacheEntryExpired - Annotation Type in org.infinispan.client.hotrod.annotation
 
ClientCacheEntryExpiredEvent<K> - Interface in org.infinispan.client.hotrod.event
Client side cache entry expired events provide information on the expired key.
ClientCacheEntryModified - Annotation Type in org.infinispan.client.hotrod.annotation
 
ClientCacheEntryModifiedEvent<K> - Interface in org.infinispan.client.hotrod.event
Client side cache entry modified events provide information on the modified key, and the version of the entry after the modification.
ClientCacheEntryRemoved - Annotation Type in org.infinispan.client.hotrod.annotation
 
ClientCacheEntryRemovedEvent<K> - Interface in org.infinispan.client.hotrod.event
Client side cache entry removed events provide information on the removed key.
ClientCacheFailover - Annotation Type in org.infinispan.client.hotrod.annotation
 
ClientCacheFailoverEvent - Interface in org.infinispan.client.hotrod.event
Event received when the registered listener fails over to a different node.
clientEncoding() - Method in class org.infinispan.server.memcached.configuration.MemcachedServerConfiguration
Deprecated.
 
clientEncoding(MediaType) - Method in class org.infinispan.server.memcached.configuration.MemcachedServerConfigurationBuilder
Deprecated.
The encoding to be used by clients of the memcached text protocol.
ClientEvent - Interface in org.infinispan.client.hotrod.event
 
ClientEvent.Type - Enum in org.infinispan.client.hotrod.event
 
ClientEvents - Class in org.infinispan.client.hotrod.event
 
clientIntelligence() - Method in class org.infinispan.client.hotrod.configuration.Configuration
 
clientIntelligence(ClientIntelligence) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
clientIntelligence(ClientIntelligence) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
clientIntelligence(ClientIntelligence) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
Specifies the level of "intelligence" the client should have
ClientIntelligence - Enum in org.infinispan.client.hotrod.configuration
ClientIntelligence specifies the level of intelligence used by the client.
ClientListener - Annotation Type in org.infinispan.client.hotrod.annotation
Annotation that marks a class to receive remote events from Hot Rod caches.
clientStatistics() - Method in interface org.infinispan.client.hotrod.RemoteCache
Returns client-side statistics for this cache.
clientSubject() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
 
clientSubject() - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfiguration
 
clientSubject(Subject) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
Sets the client subject, necessary for those SASL mechanisms which require it to access client credentials (i.e.
clientSubject(Subject) - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfigurationBuilder
Sets the client subject, necessary for those SASL mechanisms which require it to access client credentials (i.e.
clone() - Method in class org.infinispan.commons.util.FastCopyHashMap
 
clone() - Method in interface org.infinispan.context.InvocationContext
Clones the invocation context.
cloneWithMarshaller(Marshaller, T) - Static method in class org.infinispan.commons.util.Util
Clones parameter x of type T with a given Marshaller reference;
close() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
close() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
close() - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
close() - Method in interface org.infinispan.commons.util.CloseableIterable
 
close() - Method in interface org.infinispan.commons.util.CloseableIterator
 
close() - Method in interface org.infinispan.commons.util.CloseableSpliterator
 
close() - Method in class org.infinispan.commons.util.ConcatIterator
 
close() - Method in class org.infinispan.commons.util.FilterIterator
 
close() - Method in class org.infinispan.commons.util.FilterSpliterator
 
close() - Method in class org.infinispan.commons.util.IteratorMapper
 
close() - Method in class org.infinispan.commons.util.RemovableCloseableIterator
 
close() - Method in class org.infinispan.commons.util.SpliteratorMapper
 
close() - Method in class org.infinispan.io.GridInputStream
Deprecated.
 
close() - Method in class org.infinispan.io.GridOutputStream
Deprecated.
 
close() - Method in class org.infinispan.io.ReadableGridFileChannel
Deprecated.
 
close() - Method in class org.infinispan.io.UnclosableObjectInputStream
Deprecated.
 
close() - Method in class org.infinispan.io.UnclosableObjectOutputStream
Deprecated.
 
close() - Method in class org.infinispan.io.WritableGridFileChannel
Deprecated.
 
close() - Method in class org.infinispan.manager.DefaultCacheManager
 
close() - Method in class org.infinispan.persistence.sifs.FileProvider.Handle
 
close() - Method in class org.infinispan.persistence.sifs.FileProvider.Log
 
close() - Method in interface org.infinispan.rest.authentication.Authenticator
 
close(AutoCloseable) - Static method in class org.infinispan.commons.util.Util
 
close(AutoCloseable...) - Static method in class org.infinispan.commons.util.Util
 
close(Socket) - Static method in class org.infinispan.commons.util.Util
 
close(Context) - Static method in class org.infinispan.commons.util.Util
 
CloseableIterable<E> - Interface in org.infinispan.commons.util
Interface that provides semantics of a Iterable and AutoCloseable interfaces.
CloseableIterator<E> - Interface in org.infinispan.commons.util
Interface that provides semantics of a Iterator and AutoCloseable interfaces.
CloseableIteratorCollection<E> - Interface in org.infinispan.commons.util
A collection that defines an iterator method that returns a CloseableIterator instead of a non closeable one.
CloseableIteratorCollectionAdapter<E> - Class in org.infinispan.commons.util
CloseableIteratorCollectionAdapter(Collection<E>) - Constructor for class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
CloseableIteratorSet<E> - Interface in org.infinispan.commons.util
A set that defines an iterator method that returns a CloseableIterator instead of a non closeable one.
CloseableIteratorSetAdapter<E> - Class in org.infinispan.commons.util
CloseableIteratorSetAdapter(Set<E>) - Constructor for class org.infinispan.commons.util.CloseableIteratorSetAdapter
 
Closeables - Class in org.infinispan.commons.util
This class consists exclusively of static methods that operate on or return closeable interfaces.
CloseableSpliterator<T> - Interface in org.infinispan.commons.util
Interface that provides semantics of a Spliterator and AutoCloseable interfaces.
closeMarshaller() - Method in interface org.infinispan.jboss.marshalling.commons.RiverCloseListener
Deprecated.
 
closeUnmarshaller() - Method in interface org.infinispan.jboss.marshalling.commons.RiverCloseListener
Deprecated.
 
CLUSTER_BACKUP_OWNERS_HEADER - org.infinispan.rest.ResponseHeader
 
CLUSTER_EVENT - Static variable in interface org.infinispan.commons.marshall.Ids
 
CLUSTER_LISTENER_REMOVE_CALLABLE - Static variable in interface org.infinispan.commons.marshall.Ids
 
CLUSTER_LISTENER_REPLICATE_CALLABLE - Static variable in interface org.infinispan.commons.marshall.Ids
 
CLUSTER_NAME - Static variable in class org.infinispan.configuration.global.TransportConfiguration
 
CLUSTER_NODE_NAME_HEADER - org.infinispan.rest.ResponseHeader
 
CLUSTER_PRIMARY_OWNER_HEADER - org.infinispan.rest.ResponseHeader
 
CLUSTER_SERVER_ADDRESS_HEADER - org.infinispan.rest.ResponseHeader
 
clusterBackupOwners(String) - Method in class org.infinispan.rest.NettyRestResponse.Builder
 
ClusterCacheStats - Interface in org.infinispan.stats
Similar to Stats but cluster wide.
ClusterConfiguration - Class in org.infinispan.client.hotrod.configuration
 
ClusterConfiguration(List<ServerConfiguration>, String) - Constructor for class org.infinispan.client.hotrod.configuration.ClusterConfiguration
 
ClusterConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
 
ClusterConfigurationBuilder(ConfigurationBuilder, String) - Constructor for class org.infinispan.client.hotrod.configuration.ClusterConfigurationBuilder
 
ClusterContainerStats - Interface in org.infinispan.stats
Cluster wide container statistics.
clustered() - Method in annotation type org.infinispan.notifications.Listener
Defines whether the annotated listener is clustered or not.
clusteredDefault() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
 
clusteredDefault() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
Helper method that gets you a default constructed GlobalConfiguration, preconfigured to use the default clustering stack.
ClusteredLock - Interface in org.infinispan.lock.api
ClusteredLock is a data structure used for concurrent programming between Infinispan instances in cluster mode.
ClusteredLockConfiguration - Class in org.infinispan.lock.api
A Clustered Lock can be reentrant and there are different ownership levels.
ClusteredLockConfiguration() - Constructor for class org.infinispan.lock.api.ClusteredLockConfiguration
Default lock is non reentrant and the ownership level is OwnershipLevel.NODE
ClusteredLockException - Exception in org.infinispan.lock.exception
Exception used to handle errors on clustered locks
ClusteredLockException(String) - Constructor for exception org.infinispan.lock.exception.ClusteredLockException
 
ClusteredLockException(Throwable) - Constructor for exception org.infinispan.lock.exception.ClusteredLockException
 
ClusteredLockManager - Interface in org.infinispan.lock.api
Provides the API to define, create and remove ClusteredLocks.
ClusterExecutionPolicy - Enum in org.infinispan.manager
ClusterExecutionPolicy controls how which nodes commands submitted via ClusterExecutor.
ClusterExecutor - Interface in org.infinispan.manager
A cluster executor that can be used to invoke a given command across the cluster.
clustering() - Method in class org.infinispan.configuration.cache.Configuration
 
clustering() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
 
clustering() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
 
ClusteringConfiguration - Class in org.infinispan.configuration.cache
Defines clustered characteristics of the cache.
ClusteringConfigurationBuilder - Class in org.infinispan.configuration.cache
Defines clustered characteristics of the cache.
ClusteringConfigurationChildBuilder - Interface in org.infinispan.configuration.cache
 
ClusterLoader - Class in org.infinispan.persistence.cluster
Deprecated.
since 11.0. To be removed in 14.0 ISPN-11864 with no direct replacement.
ClusterLoader() - Constructor for class org.infinispan.persistence.cluster.ClusterLoader
Deprecated.
 
ClusterLoaderConfiguration - Class in org.infinispan.configuration.cache
Deprecated.
since 11.0. To be removed in 14.0 ISPN-11864 with no direct replacement.
ClusterLoaderConfigurationBuilder - Class in org.infinispan.configuration.cache
Deprecated.
since 11.0. To be removed in 14.0 ISPN-11864 with no direct replacement.
ClusterLoaderConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
Deprecated.
 
clusterName() - Method in class org.infinispan.configuration.global.TransportConfiguration
 
clusterName(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
Defines the name of the cluster.
clusterNodeName(String) - Method in class org.infinispan.rest.NettyRestResponse.Builder
 
clusterPrimaryOwner(String) - Method in class org.infinispan.rest.NettyRestResponse.Builder
 
clusters() - Method in class org.infinispan.client.hotrod.configuration.Configuration
 
clusterServerAddress(String) - Method in class org.infinispan.rest.NettyRestResponse.Builder
 
collect(Supplier<Collector<? super R, ?, R1>>) - Method in interface org.infinispan.CacheStream
Performs a mutable reduction operation on the elements of this stream using a Collector that is lazily created from the Supplier provided.
collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in interface org.infinispan.functional.Traversable
A terminal operation that transforms the traversable into a result container, first constructed with the given supplier, and then accumulating elements over it with the given consumer.
collect(Collector<? super R, A, R1>) - Method in interface org.infinispan.CacheStream
collect(Collector<? super T, A, R>) - Method in interface org.infinispan.functional.Traversable
A terminal operation that transforms the traversable into a result container using a Collector.
collect(SerializableSupplier<Collector<? super R, ?, R1>>) - Method in interface org.infinispan.CacheStream
Performs a mutable reduction operation on the elements of this stream using a Collector that is lazily created from the SerializableSupplier provided.
collect(SerializableSupplier<R>, SerializableObjDoubleConsumer<R>, SerializableBiConsumer<R, R>) - Method in interface org.infinispan.DoubleCacheStream
Same as DoubleStream.collect(Supplier, ObjDoubleConsumer, BiConsumer) except that the arguments must also implement Serializable
collect(SerializableSupplier<R>, SerializableObjIntConsumer<R>, SerializableBiConsumer<R, R>) - Method in interface org.infinispan.IntCacheStream
Same as IntStream.collect(Supplier, ObjIntConsumer, BiConsumer) except that the arguments must also implement Serializable
collect(SerializableSupplier<R>, SerializableObjLongConsumer<R>, SerializableBiConsumer<R, R>) - Method in interface org.infinispan.LongCacheStream
Same as LongStream.collect(Supplier, ObjLongConsumer, BiConsumer) except that the arguments must also implement Serializable.
collect(SerializableSupplier<R1>, SerializableBiConsumer<R1, ? super R>, SerializableBiConsumer<R1, R1>) - Method in interface org.infinispan.CacheStream
Same as Stream.collect(Supplier, BiConsumer, BiConsumer) except that the various arguments must also implement Serializable
COLLECTIONS - Static variable in interface org.infinispan.commons.marshall.Ids
 
collector(Supplier<Collector<T, ?, R>>) - Static method in class org.infinispan.stream.CacheCollectors
Similar to CacheCollectors.serializableCollector(SerializableSupplier) except that the supplier provided must be marshable through ISPN marshalling techniques.
columnName(String) - Method in class org.infinispan.persistence.jdbc.configuration.SegmentColumnConfigurationBuilder
 
columnType(String) - Method in class org.infinispan.persistence.jdbc.configuration.SegmentColumnConfigurationBuilder
 
combiner() - Method in class org.infinispan.commons.util.ArrayCollector
 
COMMAND_RETRY - org.infinispan.context.Flag
If a write operation encounters a retry due to a topology change this flag should be used to tell the new owner that such a thing happened.
commit(Transaction) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
 
commit(Transaction) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
Commit changes in the provided transaction to the underlying store.
commit(Transaction) - Method in interface org.infinispan.persistence.spi.TransactionalCacheWriter
Deprecated.
Commit the provided transaction's changes to the underlying store.
CommonNameRoleMapper - Class in org.infinispan.security.mappers
CommonNameRoleMapper.
CommonNameRoleMapper() - Constructor for class org.infinispan.security.mappers.CommonNameRoleMapper
 
COMMONS_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
COMPACTION_THRESHOLD - org.infinispan.persistence.sifs.configuration.Attribute
 
COMPACTION_THRESHOLD - Static variable in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
 
compactionThreshold() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
 
compactionThreshold(double) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
If the amount of unused space in some data file gets above this threshold, the file is compacted - entries from that file are copied to a new file and the old file is deleted.
compactorFailed(Throwable) - Method in interface org.infinispan.persistence.sifs.Log
 
compareAndSet(long, long) - Method in interface org.infinispan.counter.api.StrongCounter
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSet(long, long) - Method in interface org.infinispan.counter.api.SyncStrongCounter
 
compareAndSwap(long, long) - Method in interface org.infinispan.counter.api.StrongCounter
Atomically sets the value to the given updated value if the current value == the expected value.
compareAndSwap(long, long) - Method in interface org.infinispan.counter.api.SyncStrongCounter
 
compareTo(byte[]) - Static method in class org.infinispan.commons.util.Version
 
compareTo(byte[]) - Static method in class org.infinispan.Version
Deprecated.
 
compareTo(File) - Method in class org.infinispan.io.GridFile
Deprecated.
 
COMPLETED_TX_TIMEOUT - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
 
completedTxTimeout() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
 
completedTxTimeout(long) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
The duration (millis) in which to keep information about the completion of a transaction.
ComponentStatus - Enum in org.infinispan.lifecycle
Different states a component may be in.
composeWithExceptions(Runnable, Runnable) - Static method in class org.infinispan.commons.util.Util
Given two Runnables, return a Runnable that executes both in sequence, even if the first throws an exception, and if both throw exceptions, add any exceptions thrown by the second as suppressed exceptions of the first.
COMPOSITE_KEY_FILTER - Static variable in interface org.infinispan.commons.marshall.Ids
 
COMPOSITE_KEY_VALUE_FILTER - Static variable in interface org.infinispan.commons.marshall.Ids
 
CompositeCacheEventFilter<K,​V> - Class in org.infinispan.notifications.cachelistener.filter
Allows AND-composing several cache event filters.
CompositeCacheEventFilter(CacheEventFilter<? super K, ? super V>...) - Constructor for class org.infinispan.notifications.cachelistener.filter.CompositeCacheEventFilter
 
CompositeKeyValueFilter<K,​V> - Class in org.infinispan.filter
Allows AND-composing several key/value filters.
CompositeKeyValueFilter(KeyValueFilter<? super K, ? super V>...) - Constructor for class org.infinispan.filter.CompositeKeyValueFilter
 
CompositeKeyValueFilter.Externalizer - Class in org.infinispan.filter
 
COMPRESSION - org.infinispan.persistence.rocksdb.configuration.Element
 
COMPRESSION_LEVEL - Static variable in class org.infinispan.rest.configuration.RestServerConfiguration
 
COMPRESSION_TYPE - org.infinispan.persistence.rocksdb.configuration.Attribute
 
COMPRESSION_TYPE - Static variable in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfiguration
 
compressionLevel(int) - Method in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
 
compressionType() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfiguration
 
compressionType(CompressionType) - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfigurationBuilder
 
CompressionType - Enum in org.infinispan.persistence.rocksdb.configuration
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface org.infinispan.Cache
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
compute(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
An overloaded form of ConcurrentMap.compute(Object, BiFunction) which takes in lifespan parameters.
compute(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
An overloaded form of ConcurrentMap.compute(Object, BiFunction) which takes in lifespan and maxIdleTime parameters.
compute(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
An overloaded form of #compute(K, BiFunction), which takes in an instance of Metadata which can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc.
compute(K, DataContainer.ComputeAction<K, V>) - Method in interface org.infinispan.container.DataContainer
Computes the new value for the key.
compute(K, InternalCacheEntry<K, V>, InternalEntryFactory) - Method in interface org.infinispan.container.DataContainer.ComputeAction
Computes the new value for the key.
compute(K, SerializableBiFunction<? super K, ? super V, ? extends V>) - Method in interface org.infinispan.Cache
Overloaded Cache.compute(Object, BiFunction) with Infinispan SerializableBiFunction.
compute(K, SerializableBiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.Cache
Overloaded BasicCache.compute(Object, BiFunction, long, TimeUnit) with Infinispan SerializableBiFunction.
compute(K, SerializableBiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.Cache
Overloaded BasicCache.compute(Object, BiFunction, long, TimeUnit, long, TimeUnit) with Infinispan SerializableBiFunction.
compute(K, SerializableBiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
Overloaded AdvancedCache.compute(Object, BiFunction, Metadata) with SerializableBiFunction
computeAsync(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface org.infinispan.commons.api.AsyncCache
computeAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
computeAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
computeAsync(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
Overloaded #computeAsync(K, BiFunction), which stores metadata alongside the value.
computeAsync(K, SerializableBiFunction<? super K, ? super V, ? extends V>) - Method in interface org.infinispan.Cache
Overloaded AsyncCache.computeAsync(Object, BiFunction) with Infinispan SerializableBiFunction.
computeAsync(K, SerializableBiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.Cache
Overloaded AsyncCache.computeAsync(Object, BiFunction, long, TimeUnit) with Infinispan SerializableBiFunction.
computeAsync(K, SerializableBiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.Cache
Overloaded AsyncCache.computeAsync(Object, BiFunction, long, TimeUnit, long, TimeUnit) with Infinispan SerializableBiFunction.
computeAsync(K, SerializableBiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
Overloaded AdvancedCache.computeAsync(Object, BiFunction, Metadata) with SerializableBiFunction
computeGroup(T, Object) - Method in interface org.infinispan.distribution.group.Grouper
Compute the group for a given key
computeGroup(T, String) - Method in interface org.infinispan.distribution.group.Grouper
Deprecated.
Since 9.1
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in interface org.infinispan.Cache
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
computeIfAbsent(K, Function<? super K, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
An overloaded form of ConcurrentMap.computeIfAbsent(Object, Function) which takes in lifespan parameters.
computeIfAbsent(K, Function<? super K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
An overloaded form of ConcurrentMap.computeIfAbsent(Object, Function) which takes in lifespan and maxIdleTime parameters.
computeIfAbsent(K, Function<? super K, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
An overloaded form of #computeIfAbsent(K, Function), which takes in an instance of Metadata which can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc.
computeIfAbsent(K, SerializableFunction<? super K, ? extends V>) - Method in interface org.infinispan.Cache
Overloaded Cache.computeIfAbsent(Object, Function) with Infinispan SerializableFunction.
computeIfAbsent(K, SerializableFunction<? super K, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.Cache
Overloaded BasicCache.computeIfAbsent(Object, Function, long, TimeUnit) with Infinispan SerializableFunction.
computeIfAbsent(K, SerializableFunction<? super K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.Cache
computeIfAbsent(K, SerializableFunction<? super K, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
computeIfAbsentAsync(K, Function<? super K, ? extends V>) - Method in interface org.infinispan.commons.api.AsyncCache
computeIfAbsentAsync(K, Function<? super K, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
computeIfAbsentAsync(K, Function<? super K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
computeIfAbsentAsync(K, Function<? super K, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
Overloaded #computeIfAbsentAsync(K, Function), which takes in an instance of Metadata which can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc.
computeIfAbsentAsync(K, SerializableFunction<? super K, ? extends V>) - Method in interface org.infinispan.Cache
Overloaded AsyncCache.computeIfAbsentAsync(Object, Function) with Infinispan SerializableFunction.
computeIfAbsentAsync(K, SerializableFunction<? super K, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.Cache
Overloaded AsyncCache.computeIfAbsentAsync(Object, Function, long, TimeUnit) with Infinispan SerializableFunction.
computeIfAbsentAsync(K, SerializableFunction<? super K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.Cache
computeIfAbsentAsync(K, SerializableFunction<? super K, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface org.infinispan.Cache
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
An overloaded form of ConcurrentMap.computeIfPresent(Object, BiFunction) which takes in lifespan parameters.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
An overloaded form of ConcurrentMap.computeIfPresent(Object, BiFunction) which takes in lifespan and maxIdleTime parameters.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
An overloaded form of #computeIfPresent(K, BiFunction), which takes in an instance of Metadata which can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc.
computeIfPresent(K, SerializableBiFunction<? super K, ? super V, ? extends V>) - Method in interface org.infinispan.Cache
Overloaded Cache.computeIfPresent(Object, BiFunction) with Infinispan SerializableBiFunction The compiler will pick this overload for lambda parameters, making them Serializable
computeIfPresent(K, SerializableBiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface org.infinispan.commons.api.AsyncCache
computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
Overloaded #computeIfPresentAsync(K, BiFunction), which takes in an instance of Metadata which can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc.
computeIfPresentAsync(K, SerializableBiFunction<? super K, ? super V, ? extends V>) - Method in interface org.infinispan.Cache
Overloaded AsyncCache.computeIfPresentAsync(Object, BiFunction) with Infinispan SerializableBiFunction The compiler will pick this overload for lambda parameters, making them Serializable
computeIfPresentAsync(K, SerializableBiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
ConcatIterator<E> - Class in org.infinispan.commons.util
Iterator that concatenates a bunch of iterables into 1 big iterator.
ConcatIterator(Iterable<? extends Iterable<E>>) - Constructor for class org.infinispan.commons.util.ConcatIterator
 
CONCURRENCY_LEVEL - Static variable in class org.infinispan.configuration.cache.LockingConfiguration
 
concurrencyLevel() - Method in class org.infinispan.configuration.cache.LockingConfiguration
Concurrency level for lock containers.
concurrencyLevel() - Method in class org.infinispan.counter.api.CounterConfiguration
 
concurrencyLevel(int) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
Concurrency level for lock containers.
concurrencyLevel(int) - Method in class org.infinispan.counter.api.CounterConfiguration.Builder
Sets the concurrency level of the counter.
concurrentCopyFrom(IntSet, int) - Static method in class org.infinispan.commons.util.IntSets
Returns a copy of the given set that supports concurrent operations.
concurrentSet(int) - Static method in class org.infinispan.commons.util.IntSets
Returns a concurrent mutable IntSet that can store values in the range of 0..maxExclusive-1
CONFIG_STATE_CACHE_NAME - Static variable in interface org.infinispan.globalstate.GlobalConfigurationManager
 
configuration - Variable in class org.infinispan.persistence.rocksdb.RocksDBStore
 
configuration - Variable in class org.infinispan.rest.RestRequestHandler
 
configuration() - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfiguration
 
configuration(String) - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfigurationBuilder
Specifies the declarative configuration to be used to create the cache if it doesn't already exist on the server.
Configuration - Class in org.infinispan.client.hotrod.configuration
Configuration.
Configuration - Class in org.infinispan.configuration.cache
 
Configuration(ExecutorFactoryConfiguration, Supplier<FailoverRequestBalancingStrategy>, ClassLoader, ClientIntelligence, ConnectionPoolConfiguration, int, Class<? extends ConsistentHash>[], boolean, int, Marshaller, Class<? extends Marshaller>, ProtocolVersion, List<ServerConfiguration>, int, SecurityConfiguration, boolean, boolean, int, int, NearCacheConfiguration, List<ClusterConfiguration>, List<String>, int, TransactionConfiguration, StatisticsConfiguration, Features, List<SerializationContextInitializer>, Map<String, RemoteCacheConfiguration>) - Constructor for class org.infinispan.client.hotrod.configuration.Configuration
 
CONFIGURATION - Static variable in class org.infinispan.client.hotrod.configuration.RemoteCacheConfiguration
 
ConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
ConfigurationBuilder used to generate immutable Configuration objects to pass to the RemoteCacheManager(Configuration) constructor.
ConfigurationBuilder - Class in org.infinispan.configuration.cache
 
ConfigurationBuilder() - Constructor for class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
ConfigurationBuilder() - Constructor for class org.infinispan.configuration.cache.ConfigurationBuilder
 
ConfigurationBuilderInfo - Interface in org.infinispan.commons.configuration
Exposes attributes and element from a configuration builder.
ConfigurationChildBuilder - Interface in org.infinispan.client.hotrod.configuration
ConfigurationChildBuilder.
ConfigurationChildBuilder - Interface in org.infinispan.configuration.cache
 
ConfigurationFor - Annotation Type in org.infinispan.commons.configuration
ConfigurationFor.
ConfigurationInfo - Interface in org.infinispan.commons.configuration
Exposes information about attributes and sub-elements of a configuration.
Configurations - Class in org.infinispan.configuration.cache
Helper configuration methods.
configurationStorage() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
 
configurationStorage() - Method in class org.infinispan.configuration.global.GlobalStorageConfiguration
 
configurationStorage(ConfigurationStorage) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
Defines the ConfigurationStorage strategy to use.
configurationStorage(ConfigurationStorage) - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
 
ConfigurationStorage - Enum in org.infinispan.globalstate
Configuration storage
configurationStorageClass() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
configurationStorageSupplier(Supplier<? extends LocalConfigurationStorage>) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
configurationURI(URI) - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfigurationBuilder
Specifies a URI pointing to the declarative configuration to be used to create the cache if it doesn't already exist on the server.
ConfigurationUtils - Class in org.infinispan.commons.configuration
ConfigurationUtils.
ConfiguredBy - Annotation Type in org.infinispan.commons.configuration
Defines the configuration used to configure the given class instances
configureHttpPipeline(ChannelPipeline) - Method in class org.infinispan.rest.ALPNHandler
 
configurePipeline(ChannelHandlerContext, String) - Method in class org.infinispan.rest.ALPNHandler
 
configurePipeline(ChannelPipeline, String) - Method in class org.infinispan.rest.ALPNHandler
 
ConflictManager<K,​V> - Interface in org.infinispan.conflict
 
ConflictManagerFactory - Class in org.infinispan.conflict
A ConflictManager factory for cache instances.
ConflictManagerFactory() - Constructor for class org.infinispan.conflict.ConflictManagerFactory
 
CONNECT_TIMEOUT - org.infinispan.persistence.remote.configuration.Attribute
 
CONNECTION_ATTEMPTS - Static variable in class org.infinispan.configuration.cache.PersistenceConfiguration
 
CONNECTION_INTERVAL - Static variable in class org.infinispan.configuration.cache.PersistenceConfiguration
 
CONNECTION_POOL - org.infinispan.persistence.jdbc.configuration.Element
 
CONNECTION_POOL - org.infinispan.persistence.remote.configuration.Element
 
CONNECTION_POOL - org.infinispan.persistence.rest.configuration.Element
 
CONNECTION_TIMEOUT - org.infinispan.persistence.rest.configuration.Attribute
 
CONNECTION_TIMEOUT - Static variable in class org.infinispan.persistence.rest.configuration.ConnectionPoolConfiguration
 
CONNECTION_URL - org.infinispan.persistence.jdbc.configuration.Attribute
 
CONNECTION_URL - Static variable in class org.infinispan.persistence.jdbc.configuration.AbstractUnmanagedConnectionFactoryConfiguration
 
connectionAttempts() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
 
connectionAttempts(int) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
 
connectionFactory - Variable in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
 
connectionFactory() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfiguration
 
connectionFactory(C) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
Use the specified ConnectionFactoryConfigurationBuilder to configure connections to the database
connectionFactory(C) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationChildBuilder
 
connectionFactory(C) - Method in interface org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationChildBuilder
Use the specified ConnectionFactoryConfigurationBuilder to configure connections to the database
connectionFactory(Class<C>) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
Use the specified ConnectionFactory to handle connection to the database
connectionFactory(Class<C>) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationChildBuilder
 
connectionFactory(Class<C>) - Method in interface org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationChildBuilder
Use the specified ConnectionFactory to handle connection to the database
connectionFactoryClass() - Method in interface org.infinispan.persistence.jdbc.configuration.ConnectionFactoryConfiguration
 
connectionFactoryClass() - Method in class org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfiguration
 
connectionFactoryClass() - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfiguration
 
connectionFactoryClass() - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfiguration
 
ConnectionFactoryConfiguration - Interface in org.infinispan.persistence.jdbc.configuration
ConnectionFactoryConfiguration.
ConnectionFactoryConfigurationBuilder<T extends ConnectionFactoryConfiguration> - Interface in org.infinispan.persistence.jdbc.configuration
 
connectionInterval() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
 
connectionInterval(int) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
 
connectionPool() - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
connectionPool() - Method in class org.infinispan.client.hotrod.configuration.Configuration
 
connectionPool() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
connectionPool() - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
Configures the connection pool
connectionPool() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
 
connectionPool() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationChildBuilder
 
connectionPool() - Method in interface org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationChildBuilder
Configures a connection pool to be used by this JDBC Cache Store to handle connections to the database
connectionPool() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationBuilder.StringTableManipulationConfigurationBuilder
 
connectionPool() - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
 
connectionPool() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
 
connectionPool() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
 
connectionPool() - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
Configures the connection pool
connectionPool() - Method in class org.infinispan.persistence.rest.configuration.AbstractRestStoreConfigurationChildBuilder
 
connectionPool() - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfiguration
 
connectionPool() - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfigurationBuilder
 
connectionPool() - Method in interface org.infinispan.persistence.rest.configuration.RestStoreConfigurationChildBuilder
Configures the connection pool
ConnectionPoolConfiguration - Class in org.infinispan.client.hotrod.configuration
ConnectionPoolConfiguration.
ConnectionPoolConfiguration - Class in org.infinispan.persistence.remote.configuration
 
ConnectionPoolConfiguration - Class in org.infinispan.persistence.rest.configuration
ConnectionPoolConfiguration.
ConnectionPoolConfiguration(AttributeSet) - Constructor for class org.infinispan.persistence.rest.configuration.ConnectionPoolConfiguration
 
ConnectionPoolConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
ConnectionPoolConfigurationBuilder.
ConnectionPoolConfigurationBuilder - Class in org.infinispan.persistence.remote.configuration
ConnectionPoolConfigurationBuilder.
ConnectionPoolConfigurationBuilder - Class in org.infinispan.persistence.rest.configuration
ConnectionPoolConfigurationBuilder.
connectionTimeout() - Method in class org.infinispan.client.hotrod.configuration.Configuration
 
connectionTimeout() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
 
connectionTimeout() - Method in class org.infinispan.persistence.rest.configuration.ConnectionPoolConfiguration
 
connectionTimeout(int) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
connectionTimeout(int) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
connectionTimeout(int) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
This property defines the maximum socket connect timeout in milliseconds before giving up connecting to the server.
connectionTimeout(int) - Method in class org.infinispan.persistence.rest.configuration.ConnectionPoolConfigurationBuilder
 
connectionTimeout(long) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
 
connectionTimeout(long) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
 
connectionTimeout(long) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
This property defines the maximum socket connect timeout before giving up connecting to the server.
connectionUrl() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractUnmanagedConnectionFactoryConfiguration
 
connectionUrl(String) - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
 
connectionUrl(String) - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
 
CONSISTENT_HASH_FACTORY - Static variable in class org.infinispan.configuration.cache.HashConfiguration
 
ConsistentHash - Interface in org.infinispan.distribution.ch
A consistent hash algorithm implementation.
consistentHashFactory() - Method in class org.infinispan.configuration.cache.HashConfiguration
Deprecated.
Since 11.0. Will be removed in 14.0, the segment allocation will no longer be customizable.
consistentHashFactory(ConsistentHashFactory<? extends ConsistentHash>) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
Deprecated.
Since 11.0. Will be removed in 14.0, the segment allocation will no longer be customizable.
ConsistentHashFactory<CH extends ConsistentHash> - Interface in org.infinispan.distribution.ch
Deprecated.
Since 11.0. Will be removed in 14.0, the segment allocation will no longer be customizable.
consistentHashImpl() - Method in class org.infinispan.client.hotrod.configuration.Configuration
 
consistentHashImpl(int) - Method in class org.infinispan.client.hotrod.configuration.Configuration
 
consistentHashImpl(int, Class<? extends ConsistentHash>) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
consistentHashImpl(int, Class<? extends ConsistentHash>) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
consistentHashImpl(int, Class<? extends ConsistentHash>) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
Defines the ConsistentHash implementation to use for the specified version.
consistentHashImpl(int, String) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
 
consistentHashImpl(int, String) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
consistentHashImpl(int, String) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
Defines the ConsistentHash implementation to use for the specified version.
Constants - Interface in org.infinispan.metrics
Various public constant names, used by Infinispan's microprofile metrics support.
constructDouble(Class<?>, Object) - Static method in class org.infinispan.commons.util.Util
 
consumer - Variable in class org.infinispan.commons.util.RemovableIterator
 
contains(int) - Method in class org.infinispan.commons.util.ImmutableIntSet
Deprecated.
 
contains(int) - Method in interface org.infinispan.commons.util.IntSet
Whether this set contains the given int
contains(int) - Method in class org.infinispan.commons.util.RangeSet
Deprecated.
 
contains(int) - Method in class org.infinispan.commons.util.SmallIntSet
Deprecated.
Check if the set contains an integer without boxing the parameter.
contains(int, Object) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
 
contains(int, Object) - Method in class org.infinispan.persistence.remote.RemoteStore
 
contains(int, Object) - Method in interface org.infinispan.persistence.spi.SegmentedAdvancedLoadWriteStore
Deprecated.
Returns true if the storage contains an entry associated with the given key in the given segment
contains(Integer) - Method in class org.infinispan.commons.util.SmallIntSet
Deprecated.
 
contains(Object) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
 
contains(Object) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
contains(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap.EntrySet
 
contains(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap.KeySet
 
contains(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap.Values
 
contains(Object) - Method in class org.infinispan.commons.util.ForwardingList
 
contains(Object) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
 
contains(Object) - Method in class org.infinispan.commons.util.ImmutableIntSet
Deprecated.
 
contains(Object) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
contains(Object) - Method in class org.infinispan.commons.util.RangeSet
Deprecated.
 
contains(Object) - Method in class org.infinispan.commons.util.SmallIntSet
Deprecated.
 
contains(Object) - Method in class org.infinispan.persistence.cluster.ClusterLoader
Deprecated.
 
contains(Object) - Method in class org.infinispan.persistence.file.SingleFileStore
The base class implementation calls CacheLoader.loadEntry(Object) for this, we can do better because we keep all keys in memory.
contains(Object) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
 
contains(Object) - Method in class org.infinispan.persistence.jpa.JpaStore
 
contains(Object) - Method in class org.infinispan.persistence.remote.RemoteStore
 
contains(Object) - Method in class org.infinispan.persistence.rest.RestStore
Deprecated.
 
contains(Object) - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
 
contains(Object) - Method in interface org.infinispan.persistence.spi.CacheLoader
Deprecated.
Returns true if the storage contains an entry associated with the given key.
contains(Object) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
Deprecated.
Checks that the left argument (which is expected to be an array or a Collection) contains the given element.
containsAll(long, long) - Static method in class org.infinispan.commons.util.EnumUtil
 
containsAll(Object...) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
Deprecated.
Checks that the left argument (which is expected to be an array or a Collection) contains all of the the given elements, in any order.
containsAll(Collection) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
Deprecated.
Checks that the left argument (which is expected to be an array or a Collection) contains all the elements of the given collection, in any order.
containsAll(Collection<?>) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
 
containsAll(Collection<?>) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
containsAll(Collection<?>) - Method in class org.infinispan.commons.util.ForwardingList
 
containsAll(Collection<?>) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
 
containsAll(Collection<?>) - Method in class org.infinispan.commons.util.ImmutableIntSet
Deprecated.
 
containsAll(Collection<?>) - Method in class org.infinispan.commons.util.RangeSet
Deprecated.
 
containsAll(Collection<?>) - Method in class org.infinispan.commons.util.SmallIntSet
Deprecated.
 
containsAll(IntSet) - Method in class org.infinispan.commons.util.ImmutableIntSet
Deprecated.
 
containsAll(IntSet) - Method in interface org.infinispan.commons.util.IntSet
Whether this set contains all ints in the given IntSet
containsAll(IntSet) - Method in class org.infinispan.commons.util.RangeSet
Deprecated.
 
containsAll(IntSet) - Method in class org.infinispan.commons.util.SmallIntSet
Deprecated.
 
containsAny(long, long) - Static method in class org.infinispan.commons.util.EnumUtil
 
containsAny(Object...) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
Deprecated.
Checks that the left argument (which is expected to be an array or a Collection) contains any of the the given elements.
containsAny(Collection) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
Deprecated.
Checks that the left argument (which is expected to be an array or a Collection) contains any of the elements of the given collection.
containsAny(Collection<T>, Collection<T>) - Static method in class org.infinispan.commons.util.InfinispanCollections
 
containsEntry(K, V) - Method in interface org.infinispan.multimap.api.BasicMultimapCache
Returns Boolean.TRUE if this multimap cache contains the key-value pair.
containsKey(int, Object) - Method in class org.infinispan.persistence.rocksdb.RocksDBStore
 
containsKey(int, Object) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
Returns a stage that will contain whether the value can be found in the store.
containsKey(Object) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
containsKey(Object) - Method in class org.infinispan.commons.util.ArrayMap
 
containsKey(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap
 
containsKey(Object) - Method in class org.infinispan.commons.util.WeakValueHashMap
 
containsKey(Object) - Method in interface org.infinispan.container.DataContainer
Tests whether an entry exists in the container
containsKey(K) - Method in interface org.infinispan.multimap.api.BasicMultimapCache
Returns Boolean.TRUE if this multimap cache contains the key.
containsKeyAsync(K) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of Map.containsKey(Object)
containsProperty(String) - Method in interface org.infinispan.globalstate.ScopedPersistentState
Returns whether the state contains a property
containsValue(Object) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
containsValue(Object) - Method in class org.infinispan.commons.util.ArrayMap
 
containsValue(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap
 
containsValue(V) - Method in interface org.infinispan.multimap.api.BasicMultimapCache
Asynchronous method that returns Boolean.TRUE if this multimap cache contains the value at any key.
CONTENT_ENCODING_HEADER - org.infinispan.rest.RequestHeader
 
CONTENT_LENGTH_HEADER - org.infinispan.rest.ResponseHeader
 
CONTENT_TYPE_HEADER - org.infinispan.rest.RequestHeader
 
CONTENT_TYPE_HEADER - org.infinispan.rest.ResponseHeader
 
contentLength(long) - Method in class org.infinispan.rest.NettyRestResponse.Builder
 
contents() - Method in class org.infinispan.rest.NettyRestRequest
 
contentType() - Method in class org.infinispan.rest.NettyRestRequest
 
contentType(String) - Method in class org.infinispan.rest.NettyRestResponse.Builder
 
contentType(MediaType) - Method in class org.infinispan.rest.NettyRestResponse.Builder
 
ContentTypeConfiguration - Class in org.infinispan.configuration.cache
 
ContentTypeConfigurationBuilder - Class in org.infinispan.configuration.cache
 
ContentTypeConfigurationBuilder(boolean, EncodingConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
 
CONTEXT_PATH - Static variable in class org.infinispan.rest.configuration.RestServerConfiguration
 
contextInitializers() - Method in class org.infinispan.configuration.global.SerializationConfiguration
 
contextPath() - Method in class org.infinispan.rest.configuration.RestServerConfiguration
 
contextPath(String) - Method in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
 
ContinuousQuery<K,​V> - Interface in org.infinispan.query.api.continuous
A container of continuous query listeners for a cache.
ContinuousQueryListener<K,​V> - Interface in org.infinispan.query.api.continuous
Listener for continuous query events.
convert(long, MemoryUnit) - Method in enum org.infinispan.commons.util.MemoryUnit
Deprecated.
 
convert(K, V, Metadata) - Method in class org.infinispan.filter.AbstractKeyValueFilterConverter
 
convert(K, V, Metadata) - Method in interface org.infinispan.filter.Converter
 
convert(K, V, Metadata) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventConverterAsConverter
 
convert(K, V, Metadata, V, Metadata, EventType) - Method in class org.infinispan.notifications.cachelistener.filter.AbstractCacheEventFilterConverter
 
convert(K, V, Metadata, V, Metadata, EventType) - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventConverter
Converts the given newValue into something different possibly.
convert(K, V, Metadata, V, Metadata, EventType) - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterConverterAsCacheEventFilterConverter
 
convert(MarshallableEntry<K, V>, InternalEntryFactory) - Static method in class org.infinispan.persistence.PersistenceUtil
 
Converter<K,​V,​C> - Interface in org.infinispan.filter
Converter that can be used to transform a given entry to a different value.
converterFactoryName() - Method in annotation type org.infinispan.client.hotrod.annotation.ClientListener
Defines the converter factory for this client listener.
copy() - Method in interface org.infinispan.commons.io.ByteBuffer
Returns a new byte[] instance of size ByteBuffer.getLength() that contains all the bytes owned by this buffer.
copy() - Method in class org.infinispan.commons.io.ByteBufferImpl
 
CORE_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
coreThreads() - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
Deprecated.
 
coreThreads() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
 
coreThreads(Integer) - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
 
cors() - Method in class org.infinispan.rest.configuration.RestServerConfiguration
 
cors() - Method in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
 
CorsConfiguration - Class in org.infinispan.rest.configuration
 
CorsConfigurationBuilder - Class in org.infinispan.rest.configuration
 
CorsConfigurationBuilder() - Constructor for class org.infinispan.rest.configuration.CorsConfigurationBuilder
 
CorsHandler - Class in org.infinispan.rest
Handles Cross Origin Resource Sharing (CORS) requests.
CorsHandler(CorsConfig) - Constructor for class org.infinispan.rest.CorsHandler
Creates a new instance with a single CorsConfig.
CorsHandler(List<CorsConfig>, boolean) - Constructor for class org.infinispan.rest.CorsHandler
Creates a new instance with the specified config list.
CorsRuleConfiguration - Class in org.infinispan.rest.configuration
 
CorsRuleConfigurationBuilder - Class in org.infinispan.rest.configuration
 
count() - Method in interface org.infinispan.functional.Traversable
A terminal operation that returns the number of elements in the traversable.
count(String) - Static method in interface org.infinispan.query.dsl.Expression
Deprecated.
 
count(AdvancedCacheLoader<K, V>, Predicate<? super K>) - Static method in class org.infinispan.persistence.PersistenceUtil
 
count(SegmentedAdvancedLoadWriteStore<?, ?>, IntSet) - Static method in class org.infinispan.persistence.PersistenceUtil
Counts how many entries are present in the segmented store.
COUNT - org.infinispan.eviction.EvictionType
Deprecated.
 
COUNTER_CONFIGURATION - Static variable in interface org.infinispan.commons.marshall.Ids
 
COUNTER_CONFIGURATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
COUNTER_STATE - Static variable in interface org.infinispan.commons.marshall.Ids
 
COUNTER_STATE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
COUNTER_STORAGE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
COUNTER_TYPE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
COUNTER_VALUE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CounterConfiguration - Class in org.infinispan.counter.api
A counter configuration used to define counters cluster wide via CounterManager.defineCounter(String, CounterConfiguration).
CounterConfiguration.Builder - Class in org.infinispan.counter.api
The builder of CounterConfiguration.
CounterConfigurationException - Exception in org.infinispan.counter.exception
Signals a missing configuration or an invalid configuration.
CounterConfigurationException() - Constructor for exception org.infinispan.counter.exception.CounterConfigurationException
 
CounterConfigurationException(String) - Constructor for exception org.infinispan.counter.exception.CounterConfigurationException
 
CounterConfigurationException(String, Throwable) - Constructor for exception org.infinispan.counter.exception.CounterConfigurationException
 
CounterConfigurationException(Throwable) - Constructor for exception org.infinispan.counter.exception.CounterConfigurationException
 
CounterEvent - Interface in org.infinispan.counter.api
The event used by CounterListener.
CounterException - Exception in org.infinispan.counter.exception
A RuntimeException related to counters.
CounterException() - Constructor for exception org.infinispan.counter.exception.CounterException
 
CounterException(String) - Constructor for exception org.infinispan.counter.exception.CounterException
 
CounterException(String, Throwable) - Constructor for exception org.infinispan.counter.exception.CounterException
 
CounterException(String, Throwable, boolean, boolean) - Constructor for exception org.infinispan.counter.exception.CounterException
 
CounterException(Throwable) - Constructor for exception org.infinispan.counter.exception.CounterException
 
CounterListener - Interface in org.infinispan.counter.api
A listener interface to listen to StrongCounter changes.
CounterManager - Interface in org.infinispan.counter.api
The CounterManager creates, defines and returns counters.
CounterOutOfBoundsException - Exception in org.infinispan.counter.exception
A CounterException signalling that the StrongCounter has reached its bounds.
CounterOutOfBoundsException(String) - Constructor for exception org.infinispan.counter.exception.CounterOutOfBoundsException
 
COUNTERS_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CounterState - Enum in org.infinispan.counter.api
The possible states for a counter value.
CounterState$___Marshaller_93aa5d27c0d57954ec79247b055254b02d5c87a64e0764e392772b387eb7542d - Class in org.infinispan.counter.api
 
CounterState$___Marshaller_93aa5d27c0d57954ec79247b055254b02d5c87a64e0764e392772b387eb7542d() - Constructor for class org.infinispan.counter.api.CounterState$___Marshaller_93aa5d27c0d57954ec79247b055254b02d5c87a64e0764e392772b387eb7542d
 
CounterType - Enum in org.infinispan.counter.api
The counter types.
CounterType$___Marshaller_4dd4ef0972bf79fd96da56b8ce9348d84b1c42596acd7df3abf86c5e467887f5 - Class in org.infinispan.counter.api
 
CounterType$___Marshaller_4dd4ef0972bf79fd96da56b8ce9348d84b1c42596acd7df3abf86c5e467887f5() - Constructor for class org.infinispan.counter.api.CounterType$___Marshaller_4dd4ef0972bf79fd96da56b8ce9348d84b1c42596acd7df3abf86c5e467887f5
 
create() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
 
create() - Method in class org.infinispan.client.hotrod.configuration.ClusterConfigurationBuilder
 
create() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
 
create() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
 
create() - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
 
create() - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
 
create() - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfigurationBuilder
 
create() - Method in class org.infinispan.client.hotrod.configuration.SecurityConfigurationBuilder
 
create() - Method in class org.infinispan.client.hotrod.configuration.ServerConfigurationBuilder
 
create() - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
 
create() - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfigurationBuilder
 
create() - Method in class org.infinispan.client.hotrod.configuration.TransactionConfigurationBuilder
 
create() - Method in interface org.infinispan.commons.configuration.Builder
Create the configuration bean
create() - Static method in enum org.infinispan.commons.executors.CachedThreadPoolExecutorFactory
 
create() - Static method in enum org.infinispan.commons.executors.ScheduledThreadPoolExecutorFactory
 
create() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.BackupForBuilder
 
create() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
Deprecated.
 
create() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfigurationBuilder
Deprecated.
 
create() - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
Deprecated.
 
create() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
Deprecated.
 
create() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.JGroupsProtocolConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
Deprecated.
 
create() - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
 
create() - Method in class org.infinispan.configuration.global.WhiteListConfiguration
 
create() - Method in class org.infinispan.configuration.global.WhiteListConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.jdbc.configuration.DataColumnConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.jdbc.configuration.IdColumnConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.jdbc.configuration.SegmentColumnConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.jdbc.configuration.TimestampColumnConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.remote.configuration.KeyStoreConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.remote.configuration.MechanismConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.remote.configuration.RemoteServerConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.remote.configuration.SecurityConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.remote.configuration.SslConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.remote.configuration.TrustStoreConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.rest.configuration.ConnectionPoolConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.rest.configuration.RemoteServerConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.rest.configuration.RestStoreConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBExpirationConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.sifs.configuration.DataConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.sifs.configuration.IndexConfigurationBuilder
 
create() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
 
create() - Method in class org.infinispan.rest.configuration.AuthenticationConfigurationBuilder
 
create() - Method in class org.infinispan.rest.configuration.CorsConfigurationBuilder
 
create() - Method in class org.infinispan.rest.configuration.CorsRuleConfigurationBuilder
 
create() - Method in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
 
create() - Method in class org.infinispan.server.core.configuration.EncryptionConfigurationBuilder
 
create() - Method in class org.infinispan.server.core.configuration.SniConfigurationBuilder
 
create() - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
 
create() - Method in class org.infinispan.server.core.configuration.SslEngineConfigurationBuilder
 
create() - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfigurationBuilder
 
create() - Method in class org.infinispan.server.hotrod.configuration.BooleanElementConfigurationBuilder
 
create() - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfigurationBuilder
 
create() - Method in class org.infinispan.server.hotrod.configuration.PolicyConfigurationBuilder
 
create() - Method in class org.infinispan.server.hotrod.configuration.SaslConfigurationBuilder
 
create() - Method in class org.infinispan.server.hotrod.configuration.TopologyCacheConfigurationBuilder
 
create() - Method in class org.infinispan.server.memcached.configuration.MemcachedServerConfigurationBuilder
Deprecated.
 
create(byte[]) - Static method in class org.infinispan.commons.io.ByteBufferImpl
 
create(byte[], int, int) - Static method in class org.infinispan.commons.io.ByteBufferImpl
 
create(int, int, boolean) - Static method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
Deprecated.
 
create(int, int, List<Address>, Map<Address, Float>) - Method in interface org.infinispan.distribution.ch.ConsistentHashFactory
Deprecated.
Create a new consistent hash instance.
create(Object) - Method in interface org.infinispan.persistence.spi.MarshallableEntryFactory
value defaults to null
create(Object, Object) - Method in interface org.infinispan.persistence.spi.MarshallableEntryFactory
metadata defaults to null created defaults to -1 lastUsed defaults to -1
create(Object, Object, Metadata, PrivateMetadata, long, long) - Method in interface org.infinispan.persistence.spi.MarshallableEntryFactory
Creates a MarshallableEntry using non-marshalled POJOs as arguments
create(Object, ByteBuffer, ByteBuffer, ByteBuffer, long, long) - Method in interface org.infinispan.persistence.spi.MarshallableEntryFactory
Creates a MarshallableEntry using a object key and already marshalled value/metadata as arguments
create(Object, InternalCacheValue<V>) - Method in interface org.infinispan.persistence.spi.MarshallableEntryFactory
Creates a MarshallableEntry instance from a key and an InternalCacheValue.
create(Object, MarshalledValue) - Method in interface org.infinispan.persistence.spi.MarshallableEntryFactory
Creates a MarshallableEntry using a Key MarshalledValue.
create(String) - Method in interface org.infinispan.query.dsl.QueryFactory
Creates a Query based on an Ickle query string.
create(String, IndexedQueryMode) - Method in interface org.infinispan.query.dsl.QueryFactory
Deprecated.
since 11.0. IndexedQueryMode is now automatically selected. Use QueryFactory.create(String) instead. This method will be removed in next major version.
create(Hash, int, int, List<Address>, Map<Address, Float>) - Method in interface org.infinispan.distribution.ch.ConsistentHashFactory
Deprecated.
since 11.0. hashFunction is ignored, use ConsistentHashFactory.create(int, int, List, Map) instead.
create(ByteBuffer, ByteBuffer) - Method in interface org.infinispan.persistence.spi.MarshallableEntryFactory
metadataBytes defaults to null created defaults to -1 lastUsed defaults to -1
create(ByteBuffer, ByteBuffer, ByteBuffer, ByteBuffer, long, long) - Method in interface org.infinispan.persistence.spi.MarshallableEntryFactory
Creates a MarshallableEntry using already marshalled objects as arguments
create(InternalCacheEntry<K, V>) - Method in interface org.infinispan.persistence.spi.MarshallableEntryFactory
Creates a MarshallableEntry instance from an InternalCacheEntry.
create(T) - Static method in class org.infinispan.commons.util.ByRef
 
CREATE_NEW - org.infinispan.client.hotrod.configuration.ExhaustedAction
 
CREATE_NEW - org.infinispan.persistence.remote.configuration.ExhaustedAction
 
CREATE_ON_START - org.infinispan.persistence.jdbc.configuration.Attribute
 
CREATE_ON_START - Static variable in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
 
createCache(String, A) - Method in interface org.infinispan.commons.api.CacheContainerAdmin
Creates a cache on the container using the specified template.
createCache(String, String) - Method in interface org.infinispan.client.hotrod.RemoteCacheManagerAdmin
Creates a cache on the remote server cluster using the specified template name.
createCache(String, String) - Method in interface org.infinispan.commons.api.CacheContainerAdmin
Creates a cache on the container using the specified template.
createCache(String, String) - Method in class org.infinispan.manager.DefaultCacheManagerAdmin
 
createCache(String, String) - Method in interface org.infinispan.manager.EmbeddedCacheManagerAdmin
Creates a cache on the container using the specified template.
createCache(String, String, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.GlobalConfigurationManager
Defines a cluster-wide cache configuration using the supplied template
createCache(String, String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.LocalConfigurationStorage
Creates the cache using the supplied template, configuration and flags.
createCache(String, DefaultTemplate) - Method in interface org.infinispan.client.hotrod.RemoteCacheManagerAdmin
Creates a cache on the remote server cluster using the specified default configuration template present in the server.
createCache(String, BasicConfiguration) - Method in interface org.infinispan.client.hotrod.RemoteCacheManagerAdmin
Creates a cache on the remote server cluster using the specified configuration
createCache(String, Configuration) - Method in class org.infinispan.manager.DefaultCacheManager
 
createCache(String, Configuration) - Method in class org.infinispan.manager.DefaultCacheManagerAdmin
 
createCache(String, Configuration) - Method in interface org.infinispan.manager.EmbeddedCacheManager
Creates a cache on the local node using the supplied configuration.
createCache(String, Configuration) - Method in interface org.infinispan.manager.EmbeddedCacheManagerAdmin
Creates a cache across the cluster.
createCache(String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.GlobalConfigurationManager
Defines a cluster-wide cache configuration
createChannelFactory() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
 
createClearNonTxInvocationContext() - Method in interface org.infinispan.context.InvocationContextFactory
Will create an ClearInvocationContext with the AbstractInvocationContext.isOriginLocal() returning true.
created() - Method in interface org.infinispan.metadata.InternalMetadata
Deprecated.
 
created() - Method in interface org.infinispan.persistence.spi.MarshallableEntry
 
created(long) - Method in class org.infinispan.rest.NettyRestResponse.Builder
 
CREATED_HEADER - org.infinispan.rest.RequestHeader
 
CREATED_HEADER - org.infinispan.rest.ResponseHeader
 
createExecutor(ThreadFactory) - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
Deprecated.
 
createExecutor(ThreadFactory) - Method in enum org.infinispan.commons.executors.CachedThreadPoolExecutorFactory
 
createExecutor(ThreadFactory) - Method in enum org.infinispan.commons.executors.ScheduledThreadPoolExecutorFactory
 
createExecutor(ThreadFactory) - Method in interface org.infinispan.commons.executors.ThreadPoolExecutorFactory
 
createExternal(Class<?>, ObjectInput) - Method in class org.infinispan.jboss.marshalling.commons.JBossExternalizerAdapter
Deprecated.
 
createInstance(PartitionHandlingConfiguration) - Method in interface org.infinispan.conflict.EntryMergePolicyFactory
 
createInstance(PartitionHandlingConfiguration) - Method in class org.infinispan.conflict.EntryMergePolicyFactoryRegistry
 
createInvocationContext(boolean, int) - Method in interface org.infinispan.context.InvocationContextFactory
If we are in a tx scope this will return an TxInvocationContext.
createInvocationContext(Transaction, boolean) - Method in interface org.infinispan.context.InvocationContextFactory
Creates an invocation context
createLocalizedCacheTopology(CacheTopology) - Method in interface org.infinispan.distribution.DistributionManager
 
createMap() - Method in class org.infinispan.commons.util.WeakValueHashMap
Create map.
createMarshaller(MarshallingConfiguration) - Method in class org.infinispan.jboss.marshalling.commons.JBossMarshallerFactory
Deprecated.
 
createNearCacheService(String, NearCacheConfiguration) - Method in class org.infinispan.client.hotrod.RemoteCacheManager
 
createNearCacheService(NearCacheConfiguration) - Method in class org.infinispan.client.hotrod.RemoteCacheManager
Deprecated.
since 10.0. To be removed in 12.0. Replaced by #createNearCacheService(String, NearCacheConfiguration).
createNewFile() - Method in class org.infinispan.io.GridFile
Deprecated.
 
createNonTxInvocationContext() - Method in interface org.infinispan.context.InvocationContextFactory
Will create an NonTxInvocationContext with the AbstractInvocationContext.isOriginLocal() returning true.
createOnStart() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
 
createOnStart(boolean) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
Determines whether database tables should be created by the store on startup
createRemoteInvocationContext(Address) - Method in interface org.infinispan.context.InvocationContextFactory
Returns an NonTxInvocationContext whose AbstractInvocationContext.isOriginLocal() flag will be true.
createRemoteInvocationContextForCommand(VisitableCommand, Address) - Method in interface org.infinispan.context.InvocationContextFactory
As InvocationContextFactory.createRemoteInvocationContext(org.infinispan.remoting.transport.Address), but returning the flags to the context from the Command if any Flag was set.
createRemoteTxInvocationContext(RemoteTransaction, Address) - Method in interface org.infinispan.context.InvocationContextFactory
Returns an RemoteTxInvocationContext.
createSingleKeyNonTxInvocationContext() - Method in interface org.infinispan.context.InvocationContextFactory
Will create an NonTxInvocationContext with the AbstractInvocationContext.isOriginLocal() returning true.
createsNonBlockingThreads() - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
Deprecated.
 
createsNonBlockingThreads() - Method in interface org.infinispan.commons.executors.ThreadPoolExecutorFactory
 
createTxInvocationContext(LocalTransaction) - Method in interface org.infinispan.context.InvocationContextFactory
Returns a LocalTxInvocationContext.
createUnmarshaller(MarshallingConfiguration) - Method in class org.infinispan.jboss.marshalling.commons.JBossMarshallerFactory
Deprecated.
 
ctx - Variable in class org.infinispan.persistence.file.SingleFileStore
 
ctx - Variable in class org.infinispan.persistence.remote.RemoteStore
 
CURRENT_NR_OF_ENTRIES - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
Number of entries currently in the Hot Rod server
currentMillisFromNanotime() - Static method in class org.infinispan.commons.util.Util
System.nanoTime() is less expensive than System.currentTimeMillis() and better suited to measure time intervals.
currentValue - Variable in class org.infinispan.commons.util.RemovableIterator
 
CUSTOM - org.infinispan.configuration.cache.BackupFailurePolicy
 
CUSTOM - org.infinispan.conflict.MergePolicy
 
CUSTOM - org.infinispan.globalstate.ConfigurationStorage
Lets you provide a configuration storage provider.
CUSTOM_STORE_CLASS - Static variable in class org.infinispan.configuration.cache.CustomStoreConfiguration
 
CustomFailurePolicy<K,​V> - Interface in org.infinispan.configuration.cache
Used for implementing custom policies in case of communication failures with a remote site.
customInterceptors() - Method in class org.infinispan.configuration.cache.Configuration
Deprecated.
Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptors
customInterceptors() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
Deprecated.
Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptors
customInterceptors() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
Deprecated.
Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptors
CustomInterceptorsConfiguration - Class in org.infinispan.configuration.cache
Deprecated.
Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptors
CustomInterceptorsConfigurationBuilder - Class in org.infinispan.configuration.cache
Deprecated.
Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptors
customStoreClass() - Method in class org.infinispan.configuration.cache.CustomStoreConfiguration
 
customStoreClass(Class<?>) - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
 
CustomStoreConfiguration - Class in org.infinispan.configuration.cache
 
CustomStoreConfiguration(AttributeSet, AsyncStoreConfiguration) - Constructor for class org.infinispan.configuration.cache.CustomStoreConfiguration
 
CustomStoreConfigurationBuilder - Class in org.infinispan.configuration.cache
StoreConfigurationBuilder used for stores/loaders that don't have a configuration builder
CustomStoreConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
 

D

data - Variable in class org.infinispan.io.GridFilesystem
Deprecated.
 
data() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
 
DATA - org.infinispan.persistence.sifs.configuration.Element
 
DATA_COLUMN - org.infinispan.persistence.jdbc.configuration.Element
 
DATA_COLUMN_NAME - Static variable in class org.infinispan.persistence.jdbc.configuration.DataColumnConfiguration
 
DATA_COLUMN_TYPE - Static variable in class org.infinispan.persistence.jdbc.configuration.DataColumnConfiguration
 
DATA_CONVERSION - Static variable in interface org.infinispan.commons.marshall.Ids
 
DATA_LOCATION - Static variable in class org.infinispan.persistence.sifs.configuration.DataConfiguration
 
DATA_REHASHED - org.infinispan.notifications.cachelistener.event.Event.Type
 
DATA_SOURCE - org.infinispan.persistence.jdbc.configuration.Element
 
dataColumnConfiguration() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
 
DataColumnConfiguration - Class in org.infinispan.persistence.jdbc.configuration
 
DataColumnConfiguration(AttributeSet) - Constructor for class org.infinispan.persistence.jdbc.configuration.DataColumnConfiguration
 
DataColumnConfigurationBuilder - Class in org.infinispan.persistence.jdbc.configuration
 
dataColumnName() - Method in class org.infinispan.persistence.jdbc.configuration.DataColumnConfiguration
 
dataColumnName() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
 
dataColumnName() - Method in class org.infinispan.persistence.jdbc.configuration.TimestampColumnConfiguration
 
dataColumnName(String) - Method in class org.infinispan.persistence.jdbc.configuration.DataColumnConfigurationBuilder
 
dataColumnName(String) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
The name of the database column used to store the entries
dataColumnName(String) - Method in class org.infinispan.persistence.jdbc.configuration.TimestampColumnConfigurationBuilder
 
dataColumnType() - Method in class org.infinispan.persistence.jdbc.configuration.DataColumnConfiguration
 
dataColumnType() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
 
dataColumnType() - Method in class org.infinispan.persistence.jdbc.configuration.TimestampColumnConfiguration
 
dataColumnType(String) - Method in class org.infinispan.persistence.jdbc.configuration.DataColumnConfigurationBuilder
 
dataColumnType(String) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
The type of the database column used to store the entries
dataColumnType(String) - Method in class org.infinispan.persistence.jdbc.configuration.TimestampColumnConfigurationBuilder
 
DataConfiguration - Class in org.infinispan.persistence.sifs.configuration
 
DataConfigurationBuilder - Class in org.infinispan.persistence.sifs.configuration
 
DataConfigurationBuilder() - Constructor for class org.infinispan.persistence.sifs.configuration.DataConfigurationBuilder
 
DataContainer<K,​V> - Interface in org.infinispan.container
The main internal data structure which stores entries.
DataContainer.ComputeAction<K,​V> - Interface in org.infinispan.container
 
DataConversionAwareListenable<K,​V> - Interface in org.infinispan.notifications
 
dataDbOptions() - Method in class org.infinispan.persistence.rocksdb.RocksDBStore
 
DataFormat - Class in org.infinispan.client.hotrod
Defines data format for keys and values during Hot Rod client requests.
DataFormat.Builder - Class in org.infinispan.client.hotrod
 
DataLocality - Enum in org.infinispan.distribution
Deprecated.
Since 11.0. Will be removed in 14.0, no longer used.
dataLocation() - Method in class org.infinispan.persistence.sifs.configuration.DataConfiguration
 
dataLocation() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
 
dataLocation(String) - Method in class org.infinispan.persistence.sifs.configuration.DataConfigurationBuilder
 
dataLocation(String) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
The path where the Soft-Index store will keep its data files.
DataRehashed - Annotation Type in org.infinispan.notifications.cachelistener.annotation
This annotation should be used on methods that need to be notified when a rehash starts or ends.
DataRehashedEvent<K,​V> - Interface in org.infinispan.notifications.cachelistener.event
An event passed in to methods annotated with DataRehashed.
dataSource() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
 
dataSource() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationChildBuilder
 
dataSource() - Method in interface org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationChildBuilder
Configures a DataSource to be used by this JDBC Cache Store to handle connections to the database
dataSource() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationBuilder.StringTableManipulationConfigurationBuilder
 
DATE_HEADER - org.infinispan.rest.ResponseHeader
 
DateUtils - Class in org.infinispan.rest
 
DB_MAJOR_VERSION - org.infinispan.persistence.jdbc.configuration.Attribute
 
DB_MINOR_VERSION - org.infinispan.persistence.jdbc.configuration.Attribute
 
dbMajorVersion() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfiguration
 
dbMajorVersion(Integer) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
 
dbMinorVersion() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfiguration
 
dbMinorVersion(Integer) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
 
DEADLOCK_DETECTING_GLOBAL_TRANSACTION - Static variable in interface org.infinispan.commons.marshall.Ids
 
DebuggingExceptionListener() - Constructor for class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller.DebuggingExceptionListener
Deprecated.
 
dec() - Method in class org.infinispan.commons.util.ByRef.Integer
 
dec() - Method in class org.infinispan.commons.util.ByRef.Long
 
decode(int) - Static method in class org.infinispan.commons.io.SignedNumeric
 
decode(int) - Method in class org.infinispan.counter.api.CounterState$___Marshaller_93aa5d27c0d57954ec79247b055254b02d5c87a64e0764e392772b387eb7542d
 
decode(int) - Method in class org.infinispan.counter.api.CounterType$___Marshaller_4dd4ef0972bf79fd96da56b8ce9348d84b1c42596acd7df3abf86c5e467887f5
 
decode(int) - Method in class org.infinispan.counter.api.Storage$___Marshaller_ed04a8616efd062a7c88e9e578efa97c99224ac3211dd20ca76376455f84a9ae
 
decodeVersion(short) - Static method in class org.infinispan.commons.util.Version
 
decodeVersion(short) - Static method in class org.infinispan.Version
Deprecated.
 
decodeVersionForSerialization(short) - Static method in class org.infinispan.commons.util.Version
Serialization only looks at major and minor, not micro or below.
decodeVersionForSerialization(short) - Static method in class org.infinispan.Version
Deprecated.
Serialization only looks at major and minor, not micro or below.
decrement() - Method in interface org.infinispan.counter.api.SyncWeakCounter
 
decrement() - Method in interface org.infinispan.counter.api.WeakCounter
Decrements the counter.
decrementAndGet() - Method in interface org.infinispan.counter.api.StrongCounter
Atomically decrements the counter and returns the new value
decrementAndGet() - Method in interface org.infinispan.counter.api.SyncStrongCounter
 
DEF_CLASS_COUNT - Static variable in class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
Deprecated.
 
DEF_INSTANCE_COUNT - Static variable in class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
Deprecated.
 
DEFAULT - org.infinispan.configuration.global.ShutdownHookBehavior
By default a shutdown hook is registered if no MBean server (apart from the JDK default) is detected.
DEFAULT_CACHE_NAME - Static variable in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
 
DEFAULT_CHUNK_SIZE - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
 
DEFAULT_CONSISTENT_HASH - Static variable in interface org.infinispan.commons.marshall.Ids
 
DEFAULT_CONSISTENT_HASH_FACTORY - Static variable in interface org.infinispan.commons.marshall.Ids
 
DEFAULT_DOUBLING_SIZE - Static variable in class org.infinispan.commons.io.ExposedByteArrayOutputStream
Default buffer size after which if more buffer capacity is needed the buffer will grow by 25% rather than 100%
DEFAULT_DOUBLING_SIZE - Static variable in class org.infinispan.io.ExpandableMarshalledValueByteStream
Deprecated.
Default buffer size after which if more buffer capacity is needed the buffer will grow by 25% rather than 100%
DEFAULT_KEEP_ALIVE_MILLIS - Static variable in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
Deprecated.
 
DEFAULT_LIFESPAN - org.infinispan.client.hotrod.Flag
This flag can either be used as a request flag during a put operation to mean that the default server lifespan should be applied or as a response flag meaning that the return entry has a default lifespan value
DEFAULT_MARSHALL_VERSION - Static variable in class org.infinispan.configuration.global.GlobalConfiguration
Deprecated.
Since 9.4, use Version.getVersionShort() instead.
DEFAULT_MAX_RETRIES - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
 
DEFAULT_MAXIDLE - org.infinispan.client.hotrod.Flag
This flag can either be used as a request flag during a put operation to mean that the default server maxIdle should be applied or as a response flag meaning that the return entry has a default maxIdle value
DEFAULT_MECHANISM - Static variable in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
 
DEFAULT_MEDIA_TYPE - Static variable in class org.infinispan.configuration.cache.ContentTypeConfiguration
 
DEFAULT_MEMCACHED_CACHE - Static variable in class org.infinispan.server.memcached.configuration.MemcachedServerConfiguration
Deprecated.
 
DEFAULT_MEMCACHED_PORT - Static variable in class org.infinispan.server.memcached.configuration.MemcachedServerConfiguration
Deprecated.
 
DEFAULT_PROTOCOL_VERSION - Static variable in enum org.infinispan.client.hotrod.ProtocolVersion
 
DEFAULT_REALM - Static variable in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
 
DEFAULT_RECOVERY_INFO_CACHE - Static variable in class org.infinispan.configuration.cache.RecoveryConfiguration
 
DEFAULT_SERVER_NAME - Static variable in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
 
DEFAULT_SNI_DOMAIN - Static variable in class org.infinispan.server.core.configuration.SslConfiguration
 
DEFAULT_TIMEOUT - Static variable in class org.infinispan.client.hotrod.configuration.TransactionConfigurationBuilder
 
DEFAULT_TIMEOUT - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
 
DEFAULT_TRANSPORT - Static variable in class org.infinispan.configuration.global.TransportConfigurationBuilder
 
DEFAULT_WAIT_TIME - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
 
defaultCache(String) - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
 
DefaultCacheManager - Class in org.infinispan.manager
A CacheManager is the primary mechanism for retrieving a Cache instance, and is often used as a starting point to using the Cache.
DefaultCacheManager() - Constructor for class org.infinispan.manager.DefaultCacheManager
Constructs and starts a default instance of the CacheManager, using configuration defaults.
DefaultCacheManager(boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
Constructs a default instance of the CacheManager, using configuration defaults.
DefaultCacheManager(InputStream) - Constructor for class org.infinispan.manager.DefaultCacheManager
Constructs and starts a new instance of the CacheManager, using the input stream passed in to read configuration file contents.
DefaultCacheManager(InputStream, boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
Constructs a new instance of the CacheManager, using the input stream passed in to read configuration file contents.
DefaultCacheManager(String) - Constructor for class org.infinispan.manager.DefaultCacheManager
Constructs and starts a new instance of the CacheManager, using the configuration file name passed in.
DefaultCacheManager(String, boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
Constructs a new instance of the CacheManager, using the configuration file name passed in.
DefaultCacheManager(URL, boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
Constructs a new instance of the CacheManager, using the input stream passed in to read configuration file contents.
DefaultCacheManager(Configuration) - Constructor for class org.infinispan.manager.DefaultCacheManager
Deprecated.
DefaultCacheManager(Configuration, boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
Deprecated.
DefaultCacheManager(GlobalConfiguration) - Constructor for class org.infinispan.manager.DefaultCacheManager
Constructs and starts a new instance of the CacheManager, using the global configuration passed in, and system defaults for the default named cache configuration.
DefaultCacheManager(GlobalConfiguration, boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
Constructs a new instance of the CacheManager, using the global configuration passed in, and system defaults for the default named cache configuration.
DefaultCacheManager(GlobalConfiguration, Configuration) - Constructor for class org.infinispan.manager.DefaultCacheManager
Deprecated.
DefaultCacheManager(GlobalConfiguration, Configuration, boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
Deprecated.
DefaultCacheManager(ConfigurationBuilderHolder, boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
Constructs a new instance of the CacheManager, using the holder passed in to read configuration settings.
DefaultCacheManagerAdmin - Class in org.infinispan.manager
The default implementation of EmbeddedCacheManagerAdmin
defaultCacheName() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
 
defaultCacheName() - Method in class org.infinispan.configuration.global.GlobalConfiguration
 
defaultCacheName() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
 
defaultCacheName() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
 
defaultCacheName(String) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
 
defaultCacheName(String) - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
Sets the name of the cache that acts as the default cache and is returned by EmbeddedCacheManager.getCache().
defaultCacheName(String) - Method in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
 
defaultCacheName(String) - Method in class org.infinispan.server.core.configuration.AbstractProtocolServerConfigurationChildBuilder
 
defaultCacheName(String) - Method in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
 
defaultCacheName(String) - Method in interface org.infinispan.server.core.configuration.ProtocolServerConfigurationChildBuilder
Specifies the cache to use as a default cache for the protocol
defaultChunkSize - Variable in class org.infinispan.io.GridFilesystem
Deprecated.
 
defaultClusteredBuilder() - Static method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
 
defaultClusteredBuilder() - Static method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
 
DefaultContextClassResolver - Class in org.infinispan.jboss.marshalling.commons
Deprecated.
since 11.0. To be removed in 14.0 ISPN-11947.
DefaultContextClassResolver(ClassLoader) - Constructor for class org.infinispan.jboss.marshalling.commons.DefaultContextClassResolver
Deprecated.
 
DefaultFileLookup() - Constructor for class org.infinispan.commons.util.FileLookupFactory.DefaultFileLookup
 
defaultRemoteCache() - Method in class org.infinispan.configuration.cache.BackupForBuilder
Deprecated.
Use a named cache with BackupForBuilder.remoteCache(String) instead.
DefaultTemplate - Enum in org.infinispan.client.hotrod
This enum lists the cache configuration templates names that are available in the server by default.
defaultTransactionManagerLookup() - Static method in class org.infinispan.client.hotrod.configuration.TransactionConfigurationBuilder
 
defaultTransport() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
 
defaultValue() - Static method in class org.infinispan.functional.MetaParam.MetaLifespan
 
defaultValue() - Static method in class org.infinispan.functional.MetaParam.MetaMaxIdle
 
defaultValue() - Static method in enum org.infinispan.functional.Param.ExecutionMode
 
defaultValue() - Static method in enum org.infinispan.functional.Param.LockingMode
 
defaultValue() - Static method in enum org.infinispan.functional.Param.PersistenceMode
Provides default persistence mode.
defaultValue() - Static method in enum org.infinispan.functional.Param.ReplicationMode
 
defaultValue() - Static method in enum org.infinispan.functional.Param.StatisticsMode
 
defineConfiguration(String, String, Configuration) - Method in class org.infinispan.manager.DefaultCacheManager
 
defineConfiguration(String, String, Configuration) - Method in interface org.infinispan.manager.EmbeddedCacheManager
Defines a cache configuration by first reading the template configuration and then applying the override.
defineConfiguration(String, Configuration) - Method in class org.infinispan.manager.DefaultCacheManager
 
defineConfiguration(String, Configuration) - Method in interface org.infinispan.manager.EmbeddedCacheManager
Register a cache configuration in the cache manager.
defineConfiguration(String, Configuration) - Method in interface org.infinispan.multimap.api.embedded.MultimapCacheManager
Defines a named multimap cache's configuration by using the provided configuration If this cache was already configured either declaritively or programmatically this method will throw a CacheConfigurationException.
defineCounter(String, CounterConfiguration) - Method in interface org.infinispan.counter.api.CounterManager
Defines a counter with the specific name and CounterConfiguration.
defineLock(String) - Method in interface org.infinispan.lock.api.ClusteredLockManager
Defines a lock with the specific name and the default ClusteredLockConfiguration.
defineLock(String, ClusteredLockConfiguration) - Method in interface org.infinispan.lock.api.ClusteredLockManager
Defines a lock with the specific name and ClusteredLockConfiguration.
DEGRADED_MODE - org.infinispan.partitionhandling.AvailabilityMode
Data can not be safely accessed because of a network split or successive nodes leaving.
delegate - Variable in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
delegate() - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
 
delegate() - Method in class org.infinispan.commons.util.AbstractDelegatingConcurrentMap
 
delegate() - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
delegate() - Method in class org.infinispan.commons.util.AbstractDelegatingSet
 
delegate() - Method in class org.infinispan.commons.util.EnumerationList
 
delegate() - Method in class org.infinispan.commons.util.ForwardingList
 
DelegatingCacheEntryListenerInvocation<K,​V> - Class in org.infinispan.notifications.cachelistener.filter
A wrapper around a CacheEntryListenerInvocation that keeps a reference to the FilterIndexingServiceProvider instance that handles this invocation.
DelegatingCacheEntryListenerInvocation(CacheEntryListenerInvocation<K, V>) - Constructor for class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
 
DelegatingObjectInput - Class in org.infinispan.commons.marshall
Class that extends InputStream and implements ObjectInput.
DelegatingObjectInput(ObjectInput) - Constructor for class org.infinispan.commons.marshall.DelegatingObjectInput
 
DelegatingObjectOutput - Class in org.infinispan.commons.marshall
Class that extends OutputStream and implements ObjectOutput.
DelegatingObjectOutput(ObjectOutput) - Constructor for class org.infinispan.commons.marshall.DelegatingObjectOutput
 
delete() - Method in class org.infinispan.io.GridFile
Deprecated.
 
delete(int, Object) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
 
delete(int, Object) - Method in class org.infinispan.persistence.remote.RemoteStore
 
delete(int, Object) - Method in class org.infinispan.persistence.rocksdb.RocksDBStore
 
delete(int, Object) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
Removes the entry for given key and segment from the store returning a stage that when completes normally contains whether the entry was actually removed or not.
delete(int, Object) - Method in interface org.infinispan.persistence.spi.SegmentedAdvancedLoadWriteStore
Deprecated.
Removes the entry for the provided key which is in the given segment.
delete(Object) - Method in class org.infinispan.persistence.file.SingleFileStore
 
delete(Object) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
 
delete(Object) - Method in class org.infinispan.persistence.jpa.JpaStore
 
delete(Object) - Method in class org.infinispan.persistence.remote.RemoteStore
 
delete(Object) - Method in class org.infinispan.persistence.rest.RestStore
Deprecated.
 
delete(Object) - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
 
delete(Object) - Method in interface org.infinispan.persistence.spi.CacheWriter
Deprecated.
 
deleteBatch(Iterable<Object>) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
 
deleteBatch(Iterable<Object>) - Method in class org.infinispan.persistence.jpa.JpaStore
 
deleteBatch(Iterable<Object>) - Method in interface org.infinispan.persistence.spi.CacheWriter
Deprecated.
Remove all provided keys from the store in a single batch operation.
deleteFile(int) - Method in class org.infinispan.persistence.sifs.FileProvider
 
deleteOnExit() - Method in class org.infinispan.io.GridFile
Deprecated.
 
DELTA_COMPOSITE_KEY - Static variable in interface org.infinispan.commons.marshall.Ids
 
DENY - org.infinispan.security.AuditResponse
 
DENY_READ_WRITES - org.infinispan.partitionhandling.PartitionHandling
If the partition does not have all owners for a given segment, both reads and writes are denied for all keys in that segment.
DESC - org.infinispan.query.dsl.SortOrder
Deprecated.
 
destroy() - Method in class org.infinispan.persistence.file.SingleFileStore
 
destroy() - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
 
destroy() - Method in interface org.infinispan.persistence.spi.ExternalStore
Deprecated.
Method to be used to destroy and clean up any resources associated with this store.
dialect() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfiguration
 
dialect(DatabaseType) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
 
DIALECT - org.infinispan.persistence.jdbc.configuration.Attribute
 
diffBitSets(long, long) - Static method in class org.infinispan.commons.util.EnumUtil
 
difference(Set<? extends E>, Set<? extends E>) - Static method in class org.infinispan.commons.util.InfinispanCollections
Returns the elements that are present in s1 but which are not present in s2, without changing the contents of neither s1, nor s2.
DIFFERENT_MACHINE - org.infinispan.manager.ClusterExecutionPolicy
The command will be executed only on a different machine.
DIFFERENT_RACK - org.infinispan.manager.ClusterExecutionPolicy
The command will be executed on machine on a different rack.
DIFFERENT_SITE - org.infinispan.manager.ClusterExecutionPolicy
The command will be executed on a different site.
DIR - Static variable in class org.infinispan.io.GridFile.Metadata
Deprecated.
 
disable() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
Disables authentication
disable() - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
Disables the SSL support
disable() - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfigurationBuilder
Disables client-side statistics collection
disable() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
 
disable() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
Disables authorization for this cache
disable() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
 
disable() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
 
disable() - Method in class org.infinispan.configuration.cache.JMXStatisticsConfigurationBuilder
Deprecated.
Disable statistics gathering and reporting
disable() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
 
disable() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
Disable recovery for this cache
disable() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
Disable statistics gathering.
disable() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
 
disable() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
Disables JMX in the cache manager.
disable() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
Deprecated.
Disables JMX in the cache manager.
disable() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
 
disable() - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfigurationBuilder
Disables authentication
disable() - Method in class org.infinispan.persistence.remote.configuration.SslConfigurationBuilder
Disables the SSL support
disable() - Method in class org.infinispan.rest.configuration.AuthenticationConfigurationBuilder
 
disable() - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
Disables the SSL support
disable() - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfigurationBuilder
 
DISABLE_BACKUPS - Static variable in class org.infinispan.configuration.cache.SitesConfiguration
 
disableBackups() - Method in class org.infinispan.configuration.cache.SitesConfiguration
Returns true if this cache won't backup its data remotely.
disableBackups(boolean) - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
Returns true if this cache won't backup its data remotely.
disabled() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
Disable grouping support so that Group annotations are not used and any configured groupers will not be be invoked
DISABLED - org.infinispan.client.hotrod.configuration.NearCacheMode
Near caching is disabled.
disableFullTextFilter(String) - Method in interface org.infinispan.query.CacheQuery
Deprecated.
Disable a given filter by its name.
disableReaper() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
Disable the background reaper to test entries for expiration.
disableRehashAware() - Method in interface org.infinispan.BaseCacheStream
Disables tracking of rehash events that could occur to the underlying cache.
disableRehashAware() - Method in interface org.infinispan.CacheStream
Disables tracking of rehash events that could occur to the underlying cache.
disableRehashAware() - Method in interface org.infinispan.DoubleCacheStream
Disables tracking of rehash events that could occur to the underlying cache.
disableRehashAware() - Method in interface org.infinispan.IntCacheStream
Disables tracking of rehash events that could occur to the underlying cache.
disableRehashAware() - Method in interface org.infinispan.LockedStream
Disables tracking of rehash events that could occur to the underlying cache.
disableRehashAware() - Method in interface org.infinispan.LongCacheStream
Disables tracking of rehash events that could occur to the underlying cache.
DIST_ASYNC - org.infinispan.client.hotrod.DefaultTemplate
 
DIST_ASYNC - org.infinispan.configuration.cache.CacheMode
Async DIST
DIST_SYNC - org.infinispan.client.hotrod.DefaultTemplate
 
DIST_SYNC - org.infinispan.configuration.cache.CacheMode
Synchronous DIST
distinct() - Method in interface org.infinispan.CacheStream
distinct() - Method in interface org.infinispan.DoubleCacheStream
distinct() - Method in interface org.infinispan.IntCacheStream
distinct() - Method in interface org.infinispan.LongCacheStream
DISTRIBUTED_CACHE_STATS_CALLABLE - Static variable in interface org.infinispan.commons.marshall.Ids
 
DISTRIBUTED_SERVER_TASK - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
DISTRIBUTED_SERVER_TASK_PARAMETER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
DISTRIBUTED_SYNC_TIMEOUT - Static variable in class org.infinispan.configuration.global.TransportConfiguration
 
distributedBatchSize(int) - Method in interface org.infinispan.BaseCacheStream
Controls how many keys are returned from a remote node when using a stream terminal operation with a distributed cache to back this stream.
distributedBatchSize(int) - Method in interface org.infinispan.CacheStream
Controls how many keys are returned from a remote node when using a stream terminal operation with a distributed cache to back this stream.
distributedBatchSize(int) - Method in interface org.infinispan.DoubleCacheStream
Controls how many keys are returned from a remote node when using a stream terminal operation with a distributed cache to back this stream.
distributedBatchSize(int) - Method in interface org.infinispan.IntCacheStream
Controls how many keys are returned from a remote node when using a stream terminal operation with a distributed cache to back this stream.
distributedBatchSize(int) - Method in interface org.infinispan.LockedStream
Controls how many keys are returned from a remote node when using a stream terminal operation with a distributed cache to back this stream.
distributedBatchSize(int) - Method in interface org.infinispan.LongCacheStream
Controls how many keys are returned from a remote node when using a stream terminal operation with a distributed cache to back this stream.
distributedSyncTimeout() - Method in class org.infinispan.configuration.global.TransportConfiguration
 
distributedSyncTimeout(long) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
Timeout for coordinating cluster formation when nodes join or leave the cluster.
distributedSyncTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
Timeout for coordinating cluster formation when nodes join or leave the cluster.
DistributionInfo - Class in org.infinispan.distribution
 
DistributionInfo(int, Address, List<Address>, List<Address>, Collection<Address>, Address) - Constructor for class org.infinispan.distribution.DistributionInfo
 
DistributionManager - Interface in org.infinispan.distribution
A component that manages the distribution of elements across a cache cluster
doAs(Subject, Runnable) - Static method in class org.infinispan.security.Security
 
doAs(Subject, PrivilegedAction<T>) - Static method in class org.infinispan.security.Security
A "lightweight" implementation of Subject.doAs(Subject, PrivilegedAction) which uses a ThreadLocal Subject instead of modifying the current AccessControlContext.
doAs(Subject, PrivilegedExceptionAction<T>) - Static method in class org.infinispan.security.Security
A "lightweight" implementation of Subject.doAs(Subject, PrivilegedExceptionAction) which uses a ThreadLocal Subject instead of modifying the current AccessControlContext.
domain() - Method in class org.infinispan.configuration.global.GlobalJmxConfiguration
 
domain() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
Deprecated.
 
domain(String) - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
If JMX is enabled then all 'published' JMX objects will appear under this name.
domain(String) - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
Deprecated.
If JMX is enabled then all 'published' JMX objects will appear under this name.
DOMAIN - Static variable in class org.infinispan.configuration.global.GlobalJmxConfiguration
 
DONT_REGISTER - org.infinispan.configuration.global.ShutdownHookBehavior
Forces the cache NOT to register a shutdown hook, even if no MBean server is detected.
doPrivileged(PrivilegedAction<T>) - Static method in class org.infinispan.security.Security
 
doPrivileged(PrivilegedExceptionAction<T>) - Static method in class org.infinispan.security.Security
 
doReadObject(ObjectInput) - Method in class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer
 
DOUBLE_SUMMARY_STATISTICS - Static variable in interface org.infinispan.commons.marshall.Ids
 
DoubleCacheStream - Interface in org.infinispan
A DoubleStream that has additional methods to allow for Serializable instances.
doWriteObject(ObjectOutput, T) - Method in class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer
 
drainTo(Collection<? super IndexRequest>) - Method in class org.infinispan.persistence.sifs.IndexQueue
 
drainTo(Collection<? super IndexRequest>, int) - Method in class org.infinispan.persistence.sifs.IndexQueue
 
DRIVER_CLASS - org.infinispan.persistence.jdbc.configuration.Attribute
 
DRIVER_CLASS - Static variable in class org.infinispan.persistence.jdbc.configuration.AbstractUnmanagedConnectionFactoryConfiguration
 
driverClass() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractUnmanagedConnectionFactoryConfiguration
 
driverClass(Class<? extends Driver>) - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
 
driverClass(Class<? extends Driver>) - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
 
driverClass(String) - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
 
driverClass(String) - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
 
DROP_ON_EXIT - org.infinispan.persistence.jdbc.configuration.Attribute
 
DROP_ON_EXIT - Static variable in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
 
dropOnExit() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
 
dropOnExit(boolean) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
Determines whether database tables should be dropped by the store on shutdown
duplicateCollection(Collection<E>) - Static method in class org.infinispan.commons.util.ObjectDuplicator
 
duplicateMap(Map<K, V>) - Static method in class org.infinispan.commons.util.ObjectDuplicator
 
duplicateSet(Set<E>) - Static method in class org.infinispan.commons.util.ObjectDuplicator
 

E

EAGER - org.infinispan.query.FetchOptions.FetchMode
With eager mode all results are loaded as soon as the query is performed; this results in a larger initial transfer of entries but no remote operations during iteration of the resultset.
Either<A,​B> - Class in org.infinispan.commons.util
 
Either() - Constructor for class org.infinispan.commons.util.Either
 
Either.Type - Enum in org.infinispan.commons.util
 
Element - Enum in org.infinispan.persistence.jdbc.configuration
An enumeration of all the recognized XML element local names for the JDBC cache stores
Element - Enum in org.infinispan.persistence.jpa.configuration
An enumeration of all the recognized XML element local names for the JPA cache stores
Element - Enum in org.infinispan.persistence.remote.configuration
An enumeration of all the recognized XML element local names for the RemoteStore
Element - Enum in org.infinispan.persistence.rest.configuration
An enumeration of all the recognized XML element local names for the RestStore
Element - Enum in org.infinispan.persistence.rocksdb.configuration
An enumeration of all the recognized XML element local names for the RocksDB cache store
Element - Enum in org.infinispan.persistence.sifs.configuration
 
ELEMENT_DEFINITION - Static variable in class org.infinispan.configuration.cache.BackupForConfiguration
 
ELEMENT_DEFINITION - Static variable in class org.infinispan.configuration.cache.ClusteringConfiguration
 
ELEMENT_DEFINITION - Static variable in class org.infinispan.configuration.cache.ClusterLoaderConfiguration
Deprecated.
 
ELEMENT_DEFINITION - Static variable in class org.infinispan.configuration.cache.Configuration
 
ELEMENT_DEFINITION - Static variable in class org.infinispan.configuration.cache.ExpirationConfiguration
 
ELEMENT_DEFINITION - Static variable in class org.infinispan.configuration.cache.HashConfiguration
 
ELEMENT_DEFINITION - Static variable in class org.infinispan.configuration.cache.MemoryConfiguration
 
ELEMENT_DEFINITION - Static variable in class org.infinispan.configuration.cache.PartitionHandlingConfiguration
 
ELEMENT_DEFINITION - Static variable in class org.infinispan.configuration.cache.SecurityConfiguration
 
ELEMENT_DEFINITION - Static variable in class org.infinispan.configuration.cache.SitesConfiguration
 
ELEMENT_DEFINITION - Static variable in class org.infinispan.configuration.cache.StateTransferConfiguration
 
ELEMENT_DEFINITION - Static variable in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfiguration
 
ELEMENT_DEFINITION - Static variable in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
 
ELEMENT_DEFINITION - Static variable in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
 
ELEMENT_DEFINITION - Static variable in class org.infinispan.rest.configuration.RestServerConfiguration
 
ELEMENT_DEFINITION - Static variable in class org.infinispan.server.hotrod.configuration.HotRodServerConfiguration
 
ELEMENT_DEFINITION - Static variable in class org.infinispan.server.hotrod.configuration.TopologyCacheConfiguration
 
ELEMENT_DEFINITION - Static variable in class org.infinispan.server.memcached.configuration.MemcachedServerConfiguration
Deprecated.
 
ELEMENT_DEFINTION - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
 
elements() - Method in class org.infinispan.security.CachePermissionCollection
 
EMBEDDED_EXPIRABLE_METADATA - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
EMBEDDED_LIFESPAN_METADATA - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
EMBEDDED_MAX_IDLE_METADATA - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
EMBEDDED_METADATA - Static variable in interface org.infinispan.commons.marshall.Ids
 
EMBEDDED_METADATA - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
EmbeddedCacheManager - Interface in org.infinispan.manager
EmbeddedCacheManager is an CacheManager that runs in the same JVM as the client.
EmbeddedCacheManagerAdmin - Interface in org.infinispan.manager
Cache manager operations which affect the whole cluster.
EmbeddedCacheManagerStartupException - Exception in org.infinispan.manager
An exception to encapsulate an error when starting up a cache manager
EmbeddedCacheManagerStartupException() - Constructor for exception org.infinispan.manager.EmbeddedCacheManagerStartupException
 
EmbeddedCacheManagerStartupException(String) - Constructor for exception org.infinispan.manager.EmbeddedCacheManagerStartupException
 
EmbeddedCacheManagerStartupException(String, Throwable) - Constructor for exception org.infinispan.manager.EmbeddedCacheManagerStartupException
 
EmbeddedCacheManagerStartupException(Throwable) - Constructor for exception org.infinispan.manager.EmbeddedCacheManagerStartupException
 
EmbeddedClusteredLockManagerFactory - Class in org.infinispan.lock
A ClusteredLockManager factory for embedded caches.
EmbeddedLifespanExpirableMetadata(long, EntryVersion) - Constructor for class org.infinispan.metadata.EmbeddedMetadata.EmbeddedLifespanExpirableMetadata
 
EmbeddedLifespanExpirableMetadata(long, NumericVersion, SimpleClusteredVersion) - Constructor for class org.infinispan.metadata.EmbeddedMetadata.EmbeddedLifespanExpirableMetadata
 
EmbeddedMetadata - Class in org.infinispan.metadata
Metadata class for embedded caches.
EmbeddedMetadata.Builder - Class in org.infinispan.metadata
 
EmbeddedMetadata.EmbeddedExpirableMetadata - Class in org.infinispan.metadata
 
EmbeddedMetadata.EmbeddedLifespanExpirableMetadata - Class in org.infinispan.metadata
 
EmbeddedMetadata.EmbeddedMaxIdleExpirableMetadata - Class in org.infinispan.metadata
 
EmbeddedMetadata.Externalizer - Class in org.infinispan.metadata
 
EmbeddedMultimapCacheManagerFactory - Class in org.infinispan.multimap.api.embedded
A MultimapCache factory for embedded cached.
EMPTY - org.infinispan.rest.ResponseWriter
 
EMPTY - Static variable in class org.infinispan.metadata.EmbeddedMetadata
 
EMPTY_BIT_SET - Static variable in class org.infinispan.commons.util.EnumUtil
 
EMPTY_BYTE_ARRAY - Static variable in class org.infinispan.commons.util.Util
 
EMPTY_BYTE_ARRAY_ARRAY - Static variable in class org.infinispan.commons.util.Util
 
EMPTY_BYTES - Static variable in class org.infinispan.commons.marshall.WrappedByteArray
 
EMPTY_CLASS_ARRAY - Static variable in class org.infinispan.commons.util.ReflectionUtil
 
EMPTY_INSTANCE - Static variable in class org.infinispan.commons.io.ByteBufferImpl
 
EMPTY_OBJECT_ARRAY - Static variable in class org.infinispan.commons.util.Util
 
EMPTY_STRING_ARRAY - Static variable in class org.infinispan.commons.util.Util
 
enable() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
Enables authentication
enable() - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
Enables the SSL support
enable() - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfigurationBuilder
Enables client-side statistics collection
enable() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
If true, all modifications to this cache store happen asynchronously on a separate thread.
enable() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
Enables authorization for this cache.
enable() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
 
enable() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
 
enable() - Method in class org.infinispan.configuration.cache.JMXStatisticsConfigurationBuilder
Deprecated.
Enable statistics gathering and reporting
enable() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
 
enable() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
Enable recovery for this cache
enable() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
Enable statistics gathering.
enable() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
 
enable() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
Enables JMX in the cache manager.
enable() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
Deprecated.
Enables JMX in the cache manager.
enable() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
 
enable() - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfigurationBuilder
Enables authentication
enable() - Method in class org.infinispan.persistence.remote.configuration.SslConfigurationBuilder
Enables the SSL support
enable() - Method in class org.infinispan.rest.configuration.AuthenticationConfigurationBuilder
 
enable() - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
Enables the SSL support
enable() - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfigurationBuilder
 
enable(boolean) - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
 
enabled() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
 
enabled() - Method in enum org.infinispan.client.hotrod.configuration.NearCacheMode
 
enabled() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
 
enabled() - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfiguration
 
enabled() - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
If true, all modifications to this cache store happen asynchronously, on a separate thread.
enabled() - Method in class org.infinispan.configuration.cache.AuthorizationConfiguration
 
enabled() - Method in class org.infinispan.configuration.cache.BackupConfiguration
 
enabled() - Method in class org.infinispan.configuration.cache.GroupsConfiguration
If grouping support is enabled, then Group annotations are honored and any configured groupers will be invoked
enabled() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
Enable grouping support so that Group annotations are honored and any configured groupers will be invoked
enabled() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
Determines if indexing is enabled for this cache configuration.
enabled() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
 
enabled() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfiguration
 
enabled() - Method in class org.infinispan.configuration.cache.JMXStatisticsConfiguration
Deprecated.
 
enabled() - Method in class org.infinispan.configuration.cache.L1Configuration
 
enabled() - Method in class org.infinispan.configuration.cache.RecoveryConfiguration
Determines if recovery is enabled for the cache.
enabled() - Method in class org.infinispan.configuration.cache.StatisticsConfiguration
 
enabled() - Method in class org.infinispan.configuration.cache.TakeOfflineConfiguration
 
enabled() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
 
enabled() - Method in class org.infinispan.configuration.global.GlobalJmxConfiguration
 
enabled() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
 
enabled() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
Deprecated.
 
enabled() - Method in class org.infinispan.configuration.global.GlobalMetricsConfiguration
Metrics are enabled if at least one of the metric types is enabled.
enabled() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
Metrics are enabled if at least one of the metric types is enabled.
enabled() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
 
enabled() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder