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
All Classes All Packages
All Classes All Packages
A
- AbstractCacheEventFilterConverter<K,V,C> - Class in org.infinispan.notifications.cachelistener.filter
-
This is a base class that should be used when implementing a CacheEventFilterConverter that provides default implementations for the
CacheEventFilter.accept(Object, Object, org.infinispan.metadata.Metadata, Object, org.infinispan.metadata.Metadata, EventType)
andConverter.convert(Object, Object, org.infinispan.metadata.Metadata)
methods so they just call theCacheEventFilterConverter.filterAndConvert(Object, Object, org.infinispan.metadata.Metadata, Object, org.infinispan.metadata.Metadata, EventType)
method and then do the right thing. - 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
- 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)
andConverter.convert(Object, Object, org.infinispan.metadata.Metadata)
methods so they just call theKeyValueFilterConverter.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
- 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
-
Deprecated.
- 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 orfalse
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 aSerializationContextInitializer
viaSerializationConfigurationBuilder.addContextInitializer(SerializationContextInitializer)
, or specifying a custom marshaller for user types viaSerializationConfigurationBuilder.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 aSerializationContextInitializer
viaSerializationConfigurationBuilder.addContextInitializer(SerializationContextInitializer)
, or specifying a custom marshaller for user types viaSerializationConfigurationBuilder.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 aSerializationContextInitializer
viaSerializationConfigurationBuilder.addContextInitializer(SerializationContextInitializer)
, or specifying a custom marshaller for user types viaSerializationConfigurationBuilder.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.AllowListConfigurationBuilder
-
Helper method that allows for registration of a class to the
ClassAllowList
. - addClass(String) - Method in class org.infinispan.configuration.global.WhiteListConfigurationBuilder
-
Deprecated.Helper method that allows for registration of a class to the
ClassAllowList
. - addClasses(Class...) - Method in class org.infinispan.configuration.global.AllowListConfigurationBuilder
-
Helper method that allows for registration of classes to the
ClassAllowList
. - addClasses(Class...) - Method in class org.infinispan.configuration.global.WhiteListConfigurationBuilder
-
Deprecated.Helper method that allows for registration of classes to the
ClassAllowList
. - addClasses(Class<?>...) - Method in class org.infinispan.commons.configuration.ClassAllowList
- addClasses(String...) - Method in class org.infinispan.commons.configuration.ClassAllowList
- 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 theProtoStreamMarshaller
'sSerializationContext
. - 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 theProtoStreamMarshaller
'sSerializationContext
. - 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
-
Asynchronous version of
FilteringListenable.addFilteredListener(Object, CacheEventFilter, CacheEventConverter, Set)
- 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(Class<?>...) - Method in interface org.infinispan.configuration.cache.IndexingConfigurationChildBuilder
- addIndexedEntities(String...) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- addIndexedEntities(String...) - Method in interface org.infinispan.configuration.cache.IndexingConfigurationChildBuilder
- addIndexedEntity(Class<?>) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- addIndexedEntity(Class<?>) - Method in interface org.infinispan.configuration.cache.IndexingConfigurationChildBuilder
- addIndexedEntity(String) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- addIndexedEntity(String) - Method in interface org.infinispan.configuration.cache.IndexingConfigurationChildBuilder
- 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.
- addJavaSerialAllowList(String...) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
- addJavaSerialAllowList(String...) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
- addJavaSerialAllowList(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.
- addJavaSerialWhiteList(String...) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
Deprecated.
- addJavaSerialWhiteList(String...) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
Deprecated.
- addJavaSerialWhiteList(String...) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Deprecated.Use
ConfigurationChildBuilder.addJavaSerialAllowList(String...)
instead. To be removed in 14.0. - addKeyTransformer(Class<?>, Class<?>) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
-
Registers a transformer for a key class.
- addKeyTransformer(Class<?>, Class<?>) - Method in interface org.infinispan.configuration.cache.IndexingConfigurationChildBuilder
- 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
-
Asynchronous version of
ClassLoaderAwareListenable.addListener(Object, ClassLoader)
- addListenerAsync(Object, CacheEventFilter<? super K, ? super V>, CacheEventConverter<? super K, ? super V, C>) - Method in interface org.infinispan.notifications.FilteringListenable
-
Asynchronous version of
FilteringListenable.addListener(Object, CacheEventFilter, CacheEventConverter)
- 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
-
Deprecated.Since 12.0, please use
IndexingConfigurationBuilder.writer()
andIndexingConfigurationBuilder.reader()
to define indexing behavior. - 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.AllowListConfigurationBuilder
-
Helper method that allows for registration of a regexp to the
ClassAllowList
. - addRegexp(String) - Method in class org.infinispan.configuration.global.WhiteListConfigurationBuilder
-
Deprecated.Helper method that allows for registration of a regexp to the
ClassAllowList
. - addRegexps(String...) - Method in class org.infinispan.commons.configuration.ClassAllowList
- addRegexps(String...) - Method in class org.infinispan.configuration.global.AllowListConfigurationBuilder
-
Helper method that allows for registration of regexps to the
ClassAllowList
. - addRegexps(String...) - Method in class org.infinispan.configuration.global.WhiteListConfigurationBuilder
-
Deprecated.Helper method that allows for registration of regexps to the
ClassAllowList
. - addRemoteCache(String, Consumer<RemoteCacheConfigurationBuilder>) - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
Create a new
RemoteCacheConfiguration
. - 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.remote.RemoteStore
- 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
- addToFilter(E) - Method in class org.infinispan.commons.util.BloomFilter
-
Adds a value to the filter setting up to a number of bits equal to the number of hash functions.
- 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.Callback to be notified when an entry is removed by the
AdvancedCacheWriter.purge(java.util.concurrent.Executor, org.infinispan.persistence.spi.AdvancedCacheWriter.PurgeListener)
method. - 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 customMarshaller
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 implementSerializable
- allMatch(SerializableIntPredicate) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntStream.allMatch(IntPredicate)
except that the IntPredicate must also implementSerializable
- 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 implementSerializable
- 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
- allowList() - Method in class org.infinispan.configuration.global.SerializationConfiguration
- allowList() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- AllowListConfiguration - Class in org.infinispan.configuration.global
- AllowListConfigurationBuilder - Class in org.infinispan.configuration.global
-
Configures the
EmbeddedCacheManager
ClassAllowList
. - 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.
- ALWAYS_REMOVE - org.infinispan.xsite.spi.XSiteMergePolicy
-
Always remove the key if there is a conflict.
- AlwaysRemoveXSiteEntryMergePolicy<K,V> - Class in org.infinispan.xsite.spi
-
A
XSiteEntryMergePolicy
that removes the key if a conflict is detected. - 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 implementSerializable
- anyMatch(SerializableIntPredicate) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntStream.anyMatch(IntPredicate)
except that the IntPredicate must also implementSerializable
- 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 implementSerializable
- 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.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.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.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.IndexMergeConfiguration
- attributes() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.IndexReaderConfiguration
- attributes() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- attributes() - Method in class org.infinispan.configuration.cache.IndexWriterConfiguration
- attributes() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- 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.AllowListConfiguration
- 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
-
Deprecated.
- 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.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 currentAccessControlContext
, 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
-
Deprecated.since 11.0
- 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.CacheEntryInputStream
- available() - Method in class org.infinispan.rest.CacheKeyInputStream
- 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 methodCacheManager.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 methodCacheManager.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.remote.RemoteStore
- 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.please use
AbstractStoreConfiguration.maxBatchSize()
instead. - 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
-
Deprecated.Please use
AbstractStoreConfigurationBuilder.maxBatchSize(int)
instead. - 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'sEncodingConfiguration
to define aMediaType
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
- bloomFilter() - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfiguration
- bloomFilter(boolean) - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
-
Specifies whether bloom filter should be used for near cache to limit the number of write notifications for unrelated keys.
- BloomFilter<E> - Class in org.infinispan.commons.util
- 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
- 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 ofMetadata
instance which are full copies of thisMetadata
. - 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 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_BACKUP_ENTRY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- 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 - Static variable in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
- 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
orClusterCacheStats
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
. - CacheEntryInputStream - Class in org.infinispan.rest
-
An
InputStream
that reads from aCacheStream
of byte[] and produces a JSON output. - CacheEntryInputStream(CacheStream<? extends Map.Entry<?, ?>>, int, boolean) - Constructor for class org.infinispan.rest.CacheEntryInputStream
- 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 viaEmbeddedCacheManager.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
andKeyValueFilterConverter
to appropriate distributed stream instances. - CacheFilters.CacheFiltersExternalizer - Class in org.infinispan.filter
- CacheFiltersExternalizer() - Constructor for class org.infinispan.filter.CacheFilters.CacheFiltersExternalizer
- CacheKeyInputStream - Class in org.infinispan.rest
-
An
InputStream
that reads from aCacheStream
of byte[] and produces a JSON output. - CacheKeyInputStream(CacheStream<?>, int) - Constructor for class org.infinispan.rest.CacheKeyInputStream
- 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
-
Deprecated.
- cacheManagerName(String) - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
-
Deprecated.
- 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
- 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.use
RemoteCacheConfigurationBuilder.nearCacheMode(NearCacheMode)
to enable near-caching per-cache - cacheNamePattern(Pattern) - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
-
Deprecated.use
RemoteCacheConfigurationBuilder.nearCacheMode(NearCacheMode)
to enable near-caching per-cache - 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
- 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
- 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.
- CALIBRATE_BY_DELETES - Static variable in class org.infinispan.configuration.cache.IndexMergeConfiguration
- calibrateByDeletes() - Method in class org.infinispan.configuration.cache.IndexMergeConfiguration
- calibrateByDeletes(boolean) - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- 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.remote.RemoteStore
- 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(ClassAllowList, ClassLoader) - Constructor for class org.infinispan.jboss.marshalling.commons.CheckedClassResolver
-
Deprecated.
- CheckedInputStream - Class in org.infinispan.commons.marshall
- CheckedInputStream(InputStream, ClassAllowList) - 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 currentAccessControlContext
has the requested permission. - checkPermission(AuthorizationPermission, String) - Method in interface org.infinispan.security.AuthorizationManager
-
Verifies that the
Subject
associated with the currentAccessControlContext
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
- ClassAllowList - Class in org.infinispan.commons.configuration
-
The
ClassAllowList
maintains classes definitions either by name or regular expression and is used for permissioning. - ClassAllowList() - Constructor for class org.infinispan.commons.configuration.ClassAllowList
- ClassAllowList(Collection<String>, List<String>, ClassLoader) - Constructor for class org.infinispan.commons.configuration.ClassAllowList
- ClassAllowList(List<String>) - Constructor for class org.infinispan.commons.configuration.ClassAllowList
- 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 theClassLoader
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 theClassLoader
which should be set as the context class loader for the invoked listener method - ClassWhiteList - Class in org.infinispan.commons.configuration
-
Deprecated.since 12.0. Will be removed in 14.0. Use
ClassAllowList
. - ClassWhiteList() - Constructor for class org.infinispan.commons.configuration.ClassWhiteList
-
Deprecated.
- ClassWhiteList(Collection<String>, List<String>, ClassLoader) - Constructor for class org.infinispan.commons.configuration.ClassWhiteList
-
Deprecated.
- ClassWhiteList(List<String>) - Constructor for class org.infinispan.commons.configuration.ClassWhiteList
-
Deprecated.
- 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.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 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
-
Deprecated.Since 12.0, no longer used. Will be removed in 15.0
- clearThreshold(int) - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfigurationBuilder
-
Deprecated.Since 12.0, no longer used. Will be removed in 15.0
- 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
andAutoCloseable
interfaces. - CloseableIterator<E> - Interface in org.infinispan.commons.util
-
Interface that provides semantics of a
Iterator
andAutoCloseable
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
-
Adapts
Collection
toCloseableIteratorCollection
- 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
-
Adapts
Set
toCloseableIteratorSet
- 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
andAutoCloseable
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 theSupplier
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 theSerializableSupplier
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 implementSerializable
- 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 implementSerializable
- 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 implementSerializable
- 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.
- commitInterval(int) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- 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 ofMetadata
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 InfinispanSerializableBiFunction
. - 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 InfinispanSerializableBiFunction
. - 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 InfinispanSerializableBiFunction
. - compute(K, SerializableBiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
-
Overloaded
AdvancedCache.compute(Object, BiFunction, Metadata)
withSerializableBiFunction
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
ConcurrentMap.compute(Object, BiFunction)
. - computeAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
BasicCache.compute(Object, BiFunction, long, TimeUnit)
. - computeAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
BasicCache.compute(Object, BiFunction, long, TimeUnit, long, TimeUnit)
. - 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 InfinispanSerializableBiFunction
. - 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 InfinispanSerializableBiFunction
. - 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 InfinispanSerializableBiFunction
. - computeAsync(K, SerializableBiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
-
Overloaded
AdvancedCache.computeAsync(Object, BiFunction, Metadata)
withSerializableBiFunction
- 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 ofMetadata
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 InfinispanSerializableFunction
. - computeIfAbsent(K, SerializableFunction<? super K, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.Cache
-
Overloaded
BasicCache.computeIfAbsent(Object, Function, long, TimeUnit)
with InfinispanSerializableFunction
. - computeIfAbsent(K, SerializableFunction<? super K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.Cache
-
Overloaded
BasicCache.computeIfAbsent(Object, Function, long, TimeUnit, long, TimeUnit)
with InfinispanSerializableFunction
. - computeIfAbsent(K, SerializableFunction<? super K, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
-
Overloaded
AdvancedCache.computeIfAbsent(Object, Function, Metadata)
withSerializableFunction
- computeIfAbsentAsync(K, Function<? super K, ? extends V>) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
ConcurrentMap.computeIfAbsent(Object, Function)
. - computeIfAbsentAsync(K, Function<? super K, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
BasicCache.computeIfAbsent(Object, Function, long, TimeUnit)
. - computeIfAbsentAsync(K, Function<? super K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
BasicCache.computeIfAbsent(Object, Function, long, TimeUnit, long, TimeUnit)
. - computeIfAbsentAsync(K, Function<? super K, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
-
Overloaded
#computeIfAbsentAsync(K, Function)
, which takes in an instance ofMetadata
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 InfinispanSerializableFunction
. - computeIfAbsentAsync(K, SerializableFunction<? super K, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.Cache
-
Overloaded
AsyncCache.computeIfAbsentAsync(Object, Function, long, TimeUnit)
with InfinispanSerializableFunction
. - computeIfAbsentAsync(K, SerializableFunction<? super K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.Cache
-
Overloaded
AsyncCache.computeIfAbsentAsync(Object, Function, long, TimeUnit, long, TimeUnit)
with InfinispanSerializableFunction
. - computeIfAbsentAsync(K, SerializableFunction<? super K, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
-
Overloaded
AdvancedCache.computeIfAbsentAsync(Object, Function, Metadata)
withSerializableFunction
- 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 ofMetadata
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 InfinispanSerializableBiFunction
The compiler will pick this overload for lambda parameters, making themSerializable
- computeIfPresent(K, SerializableBiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
-
Overloaded
AdvancedCache.computeIfPresent(Object, BiFunction, Metadata)
withSerializableBiFunction
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
ConcurrentMap.computeIfPresent(Object, BiFunction)
. - computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
BasicCache.computeIfPresent(Object, BiFunction, long, TimeUnit)
. - computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
BasicCache.computeIfPresent(Object, BiFunction, long, TimeUnit, long, TimeUnit)
. - 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 ofMetadata
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 InfinispanSerializableBiFunction
The compiler will pick this overload for lambda parameters, making themSerializable
- computeIfPresentAsync(K, SerializableBiFunction<? super K, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
-
Overloaded
AdvancedCache.computeIfPresentAsync(Object, BiFunction, Metadata)
withSerializableBiFunction
- 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 theRemoteCacheManager(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
-
Returns the
LocalConfigurationStorage
Supplier
- configurationStorageSupplier(Supplier<? extends LocalConfigurationStorage>) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
-
Defines the @
LocalConfigurationStorage
. - 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_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
- ConnectionPoolConfiguration - Class in org.infinispan.client.hotrod.configuration
-
ConnectionPoolConfiguration.
- ConnectionPoolConfiguration - Class in org.infinispan.persistence.remote.configuration
- ConnectionPoolConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
ConnectionPoolConfigurationBuilder.
- ConnectionPoolConfigurationBuilder - Class in org.infinispan.persistence.remote.configuration
-
ConnectionPoolConfigurationBuilder.
- connectionTimeout() - Method in class org.infinispan.client.hotrod.configuration.Configuration
- connectionTimeout() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
- 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(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 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.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.remote.RemoteStore
- 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.
- converterToFunction(KeyValueFilterConverter<? super K, ? super V, C>) - Static method in class org.infinispan.filter.CacheFilters
-
Creates a new
Function
using the provided filter convert. - 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_BACKUP_ENTRY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- 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 theStrongCounter
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
-
Deprecated.
- 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.IndexMergeConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- create() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- 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.AllowListConfiguration
- create() - Method in class org.infinispan.configuration.global.AllowListConfigurationBuilder
- 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
-
Deprecated.
- create() - Method in class org.infinispan.configuration.global.WhiteListConfigurationBuilder
-
Deprecated.
- 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.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 nullcreated
defaults to -1lastUsed
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
- create(Object, MarshalledValue) - Method in interface org.infinispan.persistence.spi.MarshallableEntryFactory
-
Creates a
MarshallableEntry
using a KeyMarshalledValue
. - create(String) - Method in interface org.infinispan.query.dsl.QueryFactory
-
Creates a Query based on an Ickle query string.
- 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 nullcreated
defaults to -1lastUsed
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 anInternalCacheEntry
. - 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 theAbstractInvocationContext.isOriginLocal()
returning true. - createConcurrentFilter(int) - Static method in class org.infinispan.commons.util.MurmurHash3BloomFilter
- createConcurrentFilter(int, int) - Static method in class org.infinispan.commons.util.MurmurHash3BloomFilter
- createConcurrentFilter(int, Iterable<ToIntFunction<? super E>>) - Static method in class org.infinispan.commons.util.BloomFilter
-
Same as
BloomFilter.createFilter(int, Iterable)
except the returned {code BloomFilter} instance may be used concurrently without additional synchronization. - 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.
- createFilter(int) - Static method in class org.infinispan.commons.util.MurmurHash3BloomFilter
- createFilter(int, int) - Static method in class org.infinispan.commons.util.MurmurHash3BloomFilter
- createFilter(int, Iterable<ToIntFunction<? super E>>) - Static method in class org.infinispan.commons.util.BloomFilter
- 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 theAbstractInvocationContext.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
whoseAbstractInvocationContext.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 theAbstractInvocationContext.isOriginLocal()
returning true. - createsNonBlockingThreads() - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
-
Deprecated.
- createsNonBlockingThreads() - Method in interface org.infinispan.commons.executors.ThreadPoolExecutorFactory
- createTemplate(String, A) - Method in interface org.infinispan.commons.api.CacheContainerAdmin
-
Creates a template on the container using the provided configuration.
- createTemplate(String, Configuration) - Method in class org.infinispan.manager.DefaultCacheManagerAdmin
- createTemplate(String, Configuration) - Method in interface org.infinispan.manager.EmbeddedCacheManagerAdmin
-
Creates a template that is replicated across the cluster using the specified configuration.
- createTemplate(String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.GlobalConfigurationManager
-
Defines a cluster-wide configuration template
- createTemplate(String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.LocalConfigurationStorage
-
Creates the template using the supplied configuration and flags.
- 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 thanSystem.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 - org.infinispan.xsite.spi.XSiteMergePolicy
-
The default implementation chooses the entry with the lower lexicographically site name (
SiteEntry.getSiteName()
). - 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
-
Deprecated.
- 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
- 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.Since 11.0, please use
DefaultCacheManager(ConfigurationBuilderHolder, boolean)
instead. - DefaultCacheManager(Configuration, boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Deprecated.Since 11.0, please use
DefaultCacheManager(ConfigurationBuilderHolder, boolean)
instead. - 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.Since 11.0, please use
DefaultCacheManager(ConfigurationBuilderHolder, boolean)
instead. - DefaultCacheManager(GlobalConfiguration, Configuration, boolean) - Constructor for class org.infinispan.manager.DefaultCacheManager
-
Deprecated.Since 11.0, please use
DefaultCacheManager(ConfigurationBuilderHolder, boolean)
instead. - 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
-
Deprecated.
- 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
- DefaultXSiteEntryMergePolicy<K,V> - Class in org.infinispan.xsite.spi
-
The default
XSiteEntryMergePolicy
implementation. - 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
andCounterConfiguration
. - 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 theFilterIndexingServiceProvider
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 implementsObjectInput
. - DelegatingObjectInput(ObjectInput) - Constructor for class org.infinispan.commons.marshall.DelegatingObjectInput
- DelegatingObjectOutput - Class in org.infinispan.commons.marshall
-
Class that extends
OutputStream
and implementsObjectOutput
. - 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.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 interface org.infinispan.configuration.cache.IndexingConfigurationChildBuilder
- 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.
- 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 ThreadLocalSubject
instead of modifying the currentAccessControlContext
. - doAs(Subject, PrivilegedExceptionAction<T>) - Static method in class org.infinispan.security.Security
-
A "lightweight" implementation of
Subject.doAs(Subject, PrivilegedExceptionAction)
which uses a ThreadLocalSubject
instead of modifying the currentAccessControlContext
. - 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
-
Deprecated.
- duplicateMap(Map<K, V>) - Static method in class org.infinispan.commons.util.ObjectDuplicator
-
Deprecated.
- duplicateSet(Set<E>) - Static method in class org.infinispan.commons.util.ObjectDuplicator
-
Deprecated.
E
- 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.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_ARRAY - Static variable in class org.infinispan.commons.util.ImmutableListCopy
- 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 interface org.infinispan.configuration.cache.IndexingConfigurationChildBuilder
- 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
- enabled() - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfiguration
- enabled() - Method in class org.infinispan.persistence.remote.configuration.SslConfiguration
- enabled() - Method in class org.infinispan.rest.configuration.AuthenticationConfiguration
- enabled() - Method in class org.infinispan.server.core.configuration.SslConfiguration
- enabled() - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfiguration
- enabled(boolean) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Configures whether authentication should be enabled or not
- enabled(boolean) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
Enables or disables the SSL support
- enabled(boolean) - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfigurationBuilder
-
Enables or disables client-side statistics collection
- enabled(boolean) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- enabled(boolean) - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
-
Enables/disables authorization for this cache.
- enabled(boolean) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
Configures whether this site is used for backing up data or not (defaults to true).
- enabled(boolean) - 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(boolean) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- enabled(boolean) - Method in class org.infinispan.configuration.cache.JMXStatisticsConfigurationBuilder
-
Deprecated.Enable or disable statistics gathering and reporting
- enabled(boolean) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- enabled(boolean) - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
-
Enable recovery for this cache
- enabled(boolean) - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
-
Enable or disable statistics gathering.
- enabled(boolean) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- enabled(boolean) - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
-
Enables JMX in the cache manager.
- enabled(boolean) - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
-
Deprecated.Enables JMX in the cache manager.
- enabled(boolean) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
-
Enables or disables the storage of global state.
- enabled(boolean) - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfigurationBuilder
-
Configures whether authentication should be enabled or not
- enabled(boolean) - Method in class org.infinispan.persistence.remote.configuration.SslConfigurationBuilder
-
Enables or disables the SSL support
- enabled(boolean) - Method in class org.infinispan.rest.configuration.AuthenticationConfigurationBuilder
- enabled(boolean) - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
-
Enables or disables the SSL support
- enabled(boolean) - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfigurationBuilder
- ENABLED - Static variable in class org.infinispan.client.hotrod.configuration.StatisticsConfiguration
- ENABLED - Static variable in class org.infinispan.configuration.cache.AsyncStoreConfiguration
- ENABLED - Static variable in class org.infinispan.configuration.cache.AuthorizationConfiguration
- ENABLED - Static variable in class org.infinispan.configuration.cache.BackupConfiguration
- ENABLED - Static variable in class org.infinispan.configuration.cache.GroupsConfiguration
- ENABLED - Static variable in class org.infinispan.configuration.cache.IndexingConfiguration
- ENABLED - Static variable in class org.infinispan.configuration.cache.InvocationBatchingConfiguration
- ENABLED - Static variable in class org.infinispan.configuration.cache.L1Configuration
- ENABLED - Static variable in class org.infinispan.configuration.cache.RecoveryConfiguration
- ENABLED - Static variable in class org.infinispan.configuration.cache.StatisticsConfiguration
- ENABLED - Static variable in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- ENABLED - Static variable in class org.infinispan.configuration.global.GlobalJmxConfiguration
- ENABLED - Static variable in class org.infinispan.configuration.global.GlobalStateConfiguration
- enabledBackups() - Method in class org.infinispan.configuration.cache.SitesConfiguration
-
Returns the list of
BackupConfiguration
that haveBackupConfiguration.enabled()
== true. - enabledBackupStream() - Method in class org.infinispan.configuration.cache.SitesConfiguration
- enableReaper() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
Enable the background reaper to test entries for expiration.
- encode(int) - Static method in class org.infinispan.commons.io.SignedNumeric
- encode(CounterState) - Method in class org.infinispan.counter.api.CounterState$___Marshaller_93aa5d27c0d57954ec79247b055254b02d5c87a64e0764e392772b387eb7542d
- encode(CounterType) - Method in class org.infinispan.counter.api.CounterType$___Marshaller_4dd4ef0972bf79fd96da56b8ce9348d84b1c42596acd7df3abf86c5e467887f5
- encode(Storage) - Method in class org.infinispan.counter.api.Storage$___Marshaller_ed04a8616efd062a7c88e9e578efa97c99224ac3211dd20ca76376455f84a9ae
- ENCODER_ENTRY_MAPPER - Static variable in interface org.infinispan.commons.marshall.Ids
- ENCODER_KEY_MAPPER - Static variable in interface org.infinispan.commons.marshall.Ids
- ENCODER_VALUE_MAPPER - Static variable in interface org.infinispan.commons.marshall.Ids
- encoding() - Method in class org.infinispan.configuration.cache.Configuration
- encoding() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- encoding() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- EncodingConfiguration - Class in org.infinispan.configuration.cache
-
Controls encoding configuration for keys and values in the cache.
- EncodingConfiguration(AttributeSet, ContentTypeConfiguration, ContentTypeConfiguration) - Constructor for class org.infinispan.configuration.cache.EncodingConfiguration
- EncodingConfigurationBuilder - Class in org.infinispan.configuration.cache
- encryption() - Method in class org.infinispan.rest.configuration.RestServerConfiguration
- encryption() - Method in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
- encryption() - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfiguration
- encryption() - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfigurationBuilder
- ENCRYPTION - org.infinispan.persistence.remote.configuration.Element
- EncryptionConfiguration - Class in org.infinispan.server.core.configuration
- EncryptionConfigurationBuilder - Class in org.infinispan.server.core.configuration
- EncryptionConfigurationBuilder(SslConfigurationBuilder) - Constructor for class org.infinispan.server.core.configuration.EncryptionConfigurationBuilder
- END_ITERATOR - Static variable in interface org.infinispan.commons.marshall.Ids
- endBatch(boolean) - Method in interface org.infinispan.commons.api.BatchingCache
-
Completes a batch if one has been started using
BatchingCache.startBatch()
. - entity(Object) - Method in class org.infinispan.rest.NettyRestResponse.Builder
- ENTITY_CLASS_NAME - org.infinispan.persistence.jpa.configuration.Attribute
- entityClass() - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfiguration
- entityClass(Class<?>) - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationBuilder
- entries() - Method in interface org.infinispan.functional.FunctionalMap.ReadOnlyMap
-
Provides a
Traversable
that allows clients to navigate all cached entries. - EntryHeader - Class in org.infinispan.persistence.sifs
- EntryHeader(ByteBuffer) - Constructor for class org.infinispan.persistence.sifs.EntryHeader
- EntryHeader(ByteBuffer, boolean) - Constructor for class org.infinispan.persistence.sifs.EntryHeader
- EntryInfo - Class in org.infinispan.persistence.sifs
- EntryInfo(int, int, short) - Constructor for class org.infinispan.persistence.sifs.EntryInfo
- EntryLookup - Interface in org.infinispan.context
-
Interface that can look up MVCC wrapped entries.
- EntryMergePolicy<K,V> - Interface in org.infinispan.conflict
- EntryMergePolicyFactory - Interface in org.infinispan.conflict
- EntryMergePolicyFactoryRegistry - Class in org.infinispan.conflict
-
A registry for
EntryMergePolicyFactory
implementations, which allowsEntryMergePolicy
implementations to be eagerly/lazily loaded across multiple contexts. - EntryMergePolicyFactoryRegistry() - Constructor for class org.infinispan.conflict.EntryMergePolicyFactoryRegistry
- EntryMetadata - Class in org.infinispan.persistence.sifs
-
Object to hold metadata bytes and timestamps.
- EntryMetadata(byte[], long, long) - Constructor for class org.infinispan.persistence.sifs.EntryMetadata
- entryPublisher(Predicate<? super Object>, boolean, boolean) - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
- entryPublisher(Predicate<? super K>, boolean, boolean) - Method in class org.infinispan.persistence.file.SingleFileStore
- entryPublisher(Predicate<? super K>, boolean, boolean) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
- entryPublisher(Predicate<? super K>, boolean, boolean) - Method in class org.infinispan.persistence.jpa.JpaStore
- entryPublisher(Predicate<? super K>, boolean, boolean) - Method in interface org.infinispan.persistence.spi.AdvancedCacheLoader
-
Deprecated.Publishes all entries from this store.
- entryPublisher(IntSet, Predicate<? super K>, boolean, boolean) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
- entryPublisher(IntSet, Predicate<? super K>, boolean, boolean) - Method in interface org.infinispan.persistence.spi.SegmentedAdvancedLoadWriteStore
-
Deprecated.Publishes all entries from this store.
- entryPurged(K) - Method in interface org.infinispan.persistence.spi.AdvancedCacheWriter.PurgeListener
-
Deprecated.Optional.
- EntryRecord - Class in org.infinispan.persistence.sifs
-
Helper for reading/writing entries into file.
- entrySet - Variable in class org.infinispan.commons.util.AbstractMap
- entrySet() - Method in interface org.infinispan.Cache
-
Returns a set view of the mappings contained in this cache and cache loader across the entire cluster.
- entrySet() - Method in interface org.infinispan.client.hotrod.RemoteCache
- entrySet() - Method in class org.infinispan.commons.util.AbstractDelegatingMap
- entrySet() - Method in class org.infinispan.commons.util.ArrayMap
- entrySet() - Method in class org.infinispan.commons.util.FastCopyHashMap
- entrySet() - Method in class org.infinispan.commons.util.WeakValueHashMap
- entrySet(IntSet) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
This method is identical to
RemoteCache.entrySet()
except that it will only return entries that map to the given segments. - EntrySet() - Constructor for class org.infinispan.commons.util.FastCopyHashMap.EntrySet
- EntrySizeCalculator<K,V> - Interface in org.infinispan.commons.util
- entryToKeyFunction() - Static method in class org.infinispan.stream.StreamMarshalling
-
Provides a function that returns the key of the entry when invoked.
- entryToValueFunction() - Static method in class org.infinispan.stream.StreamMarshalling
-
Provides a function that returns the value of the entry when invoked.
- EntryView - Class in org.infinispan.functional
-
Entry views expose cached entry information to the user.
- EntryView.ReadEntryView<K,V> - Interface in org.infinispan.functional
-
Expose read-only information about a cache entry potentially associated with a key in the functional map.
- EntryView.ReadWriteEntryView<K,V> - Interface in org.infinispan.functional
-
Expose information about a cache entry potentially associated with a key in the functional map, and allows that cache entry to be written with new value and/or new metadata parameters.
- EntryView.WriteEntryView<K,V> - Interface in org.infinispan.functional
-
Expose a write-only facade for a cache entry potentially associated with a key in the functional map which allows the cache entry to be written with new value and/or new metadata parameters.
- ENUM_SET_ID - Static variable in interface org.infinispan.commons.marshall.Ids
- enumArrayOf(long, Class<E>) - Static method in class org.infinispan.commons.util.EnumUtil
- EnumerationList<T> - Class in org.infinispan.commons.util
-
An Enumeration → List adaptor
- EnumerationList(Enumeration<T>) - Constructor for class org.infinispan.commons.util.EnumerationList
-
Constructor
- enumSetOf(long, Class<E>) - Static method in class org.infinispan.commons.util.EnumUtil
- EnumUtil - Class in org.infinispan.commons.util
-
Utilities method to Enums.
- eq(Object) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
-
Deprecated.Checks that the left argument is equal to the given value.
- eq(Object, Object) - Static method in class org.infinispan.commons.util.AbstractMap
- equal(Object) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
-
Deprecated.Alias for
FilterConditionEndContext.eq(Object)
- equalityPredicate(Object) - Static method in class org.infinispan.stream.StreamMarshalling
-
Provides a predicate that returns true when the object is equal.
- equals(Object) - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfiguration
- equals(Object) - Method in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
- equals(Object) - Method in class org.infinispan.commons.hash.MurmurHash3
- equals(Object) - Method in class org.infinispan.commons.io.ByteBufferImpl
- equals(Object) - Method in class org.infinispan.commons.marshall.WrappedByteArray
- equals(Object) - Method in class org.infinispan.commons.util.AbstractMap.SimpleEntry
- equals(Object) - Method in class org.infinispan.commons.util.ForwardingList
- equals(Object) - Method in class org.infinispan.commons.util.ImmutableListCopy
- equals(Object) - Method in class org.infinispan.commons.util.KeyValueWithPrevious
- equals(Object) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- equals(Object) - Method in class org.infinispan.commons.util.SegmentAwareKey
- equals(Object) - Method in class org.infinispan.commons.util.SimpleImmutableEntry
- equals(Object) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- equals(Object) - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.AuthorizationConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.BackupConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.BackupForConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.Configuration
- equals(Object) - Method in class org.infinispan.configuration.cache.ContentTypeConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfiguration
-
Deprecated.
- equals(Object) - Method in class org.infinispan.configuration.cache.EncodingConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.ExpirationConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.GroupsConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.HashConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.IndexMergeConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.IndexReaderConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.IndexWriterConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.InvocationBatchingConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.L1Configuration
- equals(Object) - Method in class org.infinispan.configuration.cache.LockingConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.MemoryConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- equals(Object) - Method in class org.infinispan.configuration.cache.PartitionHandlingConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.RecoveryConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.SecurityConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.SitesConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.StatisticsConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.TakeOfflineConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.TransactionConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.UnsafeConfiguration
- equals(Object) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
- equals(Object) - Method in class org.infinispan.configuration.global.AllowListConfiguration
- equals(Object) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- equals(Object) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- equals(Object) - Method in class org.infinispan.configuration.global.GlobalJmxConfiguration
- equals(Object) - Method in class org.infinispan.configuration.global.GlobalMetricsConfiguration
- equals(Object) - Method in class org.infinispan.configuration.global.SerializationConfiguration
- equals(Object) - Method in class org.infinispan.configuration.global.ShutdownConfiguration
- equals(Object) - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- equals(Object) - Method in class org.infinispan.configuration.global.SiteConfiguration
-
Deprecated.
- equals(Object) - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
-
Deprecated.
- equals(Object) - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- equals(Object) - Method in class org.infinispan.configuration.global.WhiteListConfiguration
-
Deprecated.
- equals(Object) - Method in class org.infinispan.counter.api.CounterConfiguration
- equals(Object) - Method in class org.infinispan.functional.MetaParam.MetaEntryVersion
- equals(Object) - Method in class org.infinispan.functional.MetaParam.MetaLoadedFromPersistence
- equals(Object) - Method in class org.infinispan.functional.MetaParam.MetaLong
- equals(Object) - Method in class org.infinispan.globalstate.ScopedState
- equals(Object) - Method in class org.infinispan.io.ExpandableMarshalledValueByteStream
-
Deprecated.
- equals(Object) - Method in class org.infinispan.io.GridFile
-
Deprecated.
- equals(Object) - Method in class org.infinispan.io.ImmutableMarshalledValueByteStream
-
Deprecated.
- equals(Object) - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedExpirableMetadata
- equals(Object) - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedLifespanExpirableMetadata
- equals(Object) - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedMaxIdleExpirableMetadata
- equals(Object) - Method in class org.infinispan.metadata.EmbeddedMetadata
- equals(Object) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfiguration
- equals(Object) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractUnmanagedConnectionFactoryConfiguration
- equals(Object) - Method in class org.infinispan.persistence.jdbc.configuration.DataColumnConfiguration
- equals(Object) - Method in class org.infinispan.persistence.jdbc.configuration.IdColumnConfiguration
- equals(Object) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfiguration
- equals(Object) - Method in class org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfiguration
- equals(Object) - Method in class org.infinispan.persistence.jdbc.configuration.SegmentColumnConfiguration
- equals(Object) - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfiguration
- equals(Object) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
- equals(Object) - Method in class org.infinispan.persistence.jdbc.configuration.TimestampColumnConfiguration
- equals(Object) - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfiguration
- equals(Object) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
- equals(Object) - Method in class org.infinispan.persistence.remote.configuration.KeyStoreConfiguration
- equals(Object) - Method in class org.infinispan.persistence.remote.configuration.MechanismConfiguration
- equals(Object) - Method in class org.infinispan.persistence.remote.configuration.RemoteServerConfiguration
- equals(Object) - Method in class org.infinispan.persistence.remote.configuration.SecurityConfiguration
- equals(Object) - Method in class org.infinispan.persistence.remote.configuration.SslConfiguration
- equals(Object) - Method in class org.infinispan.persistence.remote.configuration.TrustStoreConfiguration
- equals(Object) - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBExpirationConfiguration
- equals(Object) - Method in class org.infinispan.persistence.sifs.configuration.DataConfiguration
- equals(Object) - Method in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- equals(Object) - Method in class org.infinispan.rest.configuration.CorsConfiguration
- equals(Object) - Method in class org.infinispan.rest.configuration.CorsConfigurationBuilder
- equals(Object) - Method in class org.infinispan.rest.configuration.CorsRuleConfiguration
- equals(Object) - Method in class org.infinispan.rest.configuration.CorsRuleConfigurationBuilder
- equals(Object) - Method in class org.infinispan.security.audit.LoggingAuditLogger
- equals(Object) - Method in class org.infinispan.security.audit.NullAuditLogger
- equals(Object) - Method in class org.infinispan.security.CachePermission
- equals(Object) - Method in class org.infinispan.security.mappers.CommonNameRoleMapper
- equals(Object) - Method in class org.infinispan.security.mappers.IdentityRoleMapper
- equals(Object) - Method in class org.infinispan.server.core.configuration.EncryptionConfiguration
- equals(Object) - Method in class org.infinispan.server.core.configuration.SniConfiguration
- equals(Object) - Method in class org.infinispan.server.hotrod.configuration.BooleanElementConfiguration
- equals(Object) - Method in class org.infinispan.server.hotrod.configuration.PolicyConfiguration
- equals(Object) - Method in class org.infinispan.xsite.spi.SiteEntry
- equalsWrappedBytes(WrappedBytes) - Method in class org.infinispan.commons.marshall.WrappedByteArray
- equalsWrappedBytes(WrappedBytes) - Method in interface org.infinispan.commons.marshall.WrappedBytes
- EQUIVALENCE - Static variable in interface org.infinispan.commons.marshall.Ids
- ERROR - org.infinispan.security.AuditResponse
- errorInIndexUpdater(Throwable) - Method in interface org.infinispan.persistence.sifs.Log
- ERRORS_KEY_SUFFIX - Static variable in interface org.infinispan.query.remote.client.ProtobufMetadataManagerConstants
-
All error status keys end with this suffix.
- estimateSize() - Method in class org.infinispan.commons.util.FilterSpliterator
- estimateSize() - Method in class org.infinispan.commons.util.FlattenSpliterator
- estimateSize() - Method in class org.infinispan.commons.util.SpliteratorMapper
- eTag(String) - Method in class org.infinispan.rest.NettyRestResponse.Builder
- ETAG_HEADER - org.infinispan.rest.ResponseHeader
- eval(K, Consumer<EntryView.WriteEntryView<K, V>>) - Method in interface org.infinispan.functional.FunctionalMap.WriteOnlyMap
-
Evaluate a write-only
Consumer
operation with aEntryView.WriteEntryView
of the value associated with the key, and return aCompletableFuture
which will be completed with the object returned by the operation. - eval(K, Function<EntryView.ReadEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadOnlyMap
-
Evaluate a read-only function on the value associated with the key and return a
CompletableFuture
with the return type of the function. - eval(K, Function<EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadWriteMap
-
Evaluate a read-write function on the value and metadata associated with the key and return a
CompletableFuture
with the return type of the function. - eval(K, SerializableConsumer<EntryView.WriteEntryView<K, V>>) - Method in interface org.infinispan.functional.FunctionalMap.WriteOnlyMap
-
Same as
FunctionalMap.WriteOnlyMap.eval(Object, Consumer)
except that the function must also implementSerializable
- eval(K, SerializableFunction<EntryView.ReadEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadOnlyMap
-
Same as
FunctionalMap.ReadOnlyMap.eval(Object, Function)
except that the function must also implementSerializable
- eval(K, SerializableFunction<EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadWriteMap
-
Same as
FunctionalMap.ReadWriteMap.eval(Object, Function)
except that the function must also implementSerializable
- eval(K, T, BiConsumer<T, EntryView.WriteEntryView<K, V>>) - Method in interface org.infinispan.functional.FunctionalMap.WriteOnlyMap
-
Evaluate a write-only
BiConsumer
operation, with an argument passed in and aEntryView.WriteEntryView
of the value associated with the key, and return aCompletableFuture
which will be completed when the operation completes. - eval(K, T, BiFunction<T, EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadWriteMap
-
Evaluate a read-write function, with an argument passed in and a
EntryView.WriteEntryView
of the value associated with the key, and return aCompletableFuture
which will be completed with the returned value by the function. - eval(K, T, SerializableBiConsumer<T, EntryView.WriteEntryView<K, V>>) - Method in interface org.infinispan.functional.FunctionalMap.WriteOnlyMap
-
Same as
FunctionalMap.WriteOnlyMap.eval(Object, Object, BiConsumer)
except that the function must also implementSerializable
- eval(K, T, SerializableBiFunction<T, EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadWriteMap
-
Same as
FunctionalMap.ReadWriteMap.eval(Object, Object, BiFunction)
except that the function must also implementSerializable
- evalAll(Consumer<EntryView.WriteEntryView<K, V>>) - Method in interface org.infinispan.functional.FunctionalMap.WriteOnlyMap
-
Evaluate a write-only
Consumer
operation with theEntryView.WriteEntryView
of the value associated with the key, for all existing keys in functional map, and returns aCompletableFuture
that will be completed when the write-only operation has been executed against all the entries. - evalAll(Function<EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadWriteMap
-
Evaluate a read-write
Function
operation with theEntryView.ReadWriteEntryView
of the value associated with the key, for all existing keys, and returns aTraversable
to navigate each of theFunction
invocation returns. - evalAll(SerializableConsumer<EntryView.WriteEntryView<K, V>>) - Method in interface org.infinispan.functional.FunctionalMap.WriteOnlyMap
-
Same as
FunctionalMap.WriteOnlyMap.evalAll(Consumer)
except that the function must also implementSerializable
- evalAll(SerializableFunction<EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadWriteMap
-
Same as
FunctionalMap.ReadWriteMap.evalAll(Function)
except that the function must also implementSerializable
- evalMany(Map<? extends K, ? extends T>, BiConsumer<T, EntryView.WriteEntryView<K, V>>) - Method in interface org.infinispan.functional.FunctionalMap.WriteOnlyMap
-
Evaluate a write-only
BiConsumer
operation, with an argument passed in and aEntryView.WriteEntryView
of the value associated with the key, for each of the keys in the set passed in, and returns aCompletableFuture
that will be completed when the write-only operation has been executed against all the entries. - evalMany(Map<? extends K, ? extends T>, BiFunction<T, EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadWriteMap
-
Evaluate a read-write
BiFunction
, with an argument passed in and aEntryView.ReadWriteEntryView
of the value associated with the key, for each of the keys in the set passed in, and returns anTraversable
to navigate each of theBiFunction
invocation returns. - evalMany(Map<? extends K, ? extends T>, SerializableBiConsumer<T, EntryView.WriteEntryView<K, V>>) - Method in interface org.infinispan.functional.FunctionalMap.WriteOnlyMap
-
Same as
FunctionalMap.WriteOnlyMap.evalMany(Map, BiConsumer)
except that the function must also implementSerializable
- evalMany(Map<? extends K, ? extends T>, SerializableBiFunction<T, EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadWriteMap
-
Same as
FunctionalMap.ReadWriteMap.evalMany(Map, BiFunction)
except that the function must also implementSerializable
- evalMany(Set<? extends K>, Consumer<EntryView.WriteEntryView<K, V>>) - Method in interface org.infinispan.functional.FunctionalMap.WriteOnlyMap
-
Evaluate a write-only
Consumer
operation with theEntryView.WriteEntryView
of the value associated with the key, for each of the keys in the set passed in, and returns aCompletableFuture
that will be completed when the write-only operation has been executed against all the entries. - evalMany(Set<? extends K>, Function<EntryView.ReadEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadOnlyMap
-
Evaluate a read-only function on a key and potential value associated in the functional map, for each of the keys in the set passed in, and returns an
Traversable
to work on each computed function's result. - evalMany(Set<? extends K>, Function<EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadWriteMap
-
Evaluate a read-write
Function
operation with theEntryView.ReadWriteEntryView
of the value associated with the key, for each of the keys in the set passed in, and returns aTraversable
to navigate each of theFunction
invocation returns. - evalMany(Set<? extends K>, SerializableConsumer<EntryView.WriteEntryView<K, V>>) - Method in interface org.infinispan.functional.FunctionalMap.WriteOnlyMap
-
Same as
FunctionalMap.WriteOnlyMap.evalMany(Set, Consumer)
except that the function must also implementSerializable
- evalMany(Set<? extends K>, SerializableFunction<EntryView.ReadEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadOnlyMap
-
Same as
FunctionalMap.ReadOnlyMap.evalMany(Set, Function)
except that the function must also implementSerializable
- evalMany(Set<? extends K>, SerializableFunction<EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.functional.FunctionalMap.ReadWriteMap
-
Same as
FunctionalMap.ReadWriteMap.evalMany(Set, Function)
except that the function must also implementSerializable
- Event<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
An interface that defines common characteristics of events
- Event - Interface in org.infinispan.notifications.cachemanagerlistener.event
-
Common characteristics of events that occur on a cache manager
- EVENT_LOG_CATEGORY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- EVENT_LOG_LEVEL - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- EVENT_LOGGER_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- Event.Type - Enum in org.infinispan.notifications.cachelistener.event
- Event.Type - Enum in org.infinispan.notifications.cachemanagerlistener.event
- EventType - Class in org.infinispan.notifications.cachelistener.filter
-
Enum that provides information to allow for an event to know which type and if this event was generated due to a retry usually caused by a topology change while replicating.
- EventType(boolean, boolean, Event.Type) - Constructor for class org.infinispan.notifications.cachelistener.filter.EventType
- evict(K) - Method in interface org.infinispan.Cache
-
Evicts an entry from the memory of the cache.
- evict(K) - Method in interface org.infinispan.container.DataContainer
-
Atomically, it removes the key from
DataContainer
and passivates it to persistence. - EVICTION_STRATEGY - Static variable in class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- EVICTION_TYPE - Static variable in class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- EvictionListener<K,V> - Interface in org.infinispan.commons.util
-
Deprecated.since 10.0 - This class is not used internally anymore
- EvictionManager<K,V> - Interface in org.infinispan.eviction
-
Central component that deals with eviction of cache entries.
- evictionSize() - Method in interface org.infinispan.container.DataContainer
-
Returns how large the eviction size is currently.
- evictionStrategy() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
-
Deprecated.Since 11.0, use
MemoryConfiguration.whenFull()
- evictionStrategy() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
-
Deprecated.Since 11.0, use
MemoryConfigurationBuilder.whenFull()
instead. - evictionStrategy() - Method in class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- evictionStrategy(EvictionStrategy) - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
-
Deprecated.Since 11.0, use
MemoryConfigurationBuilder.whenFull(EvictionStrategy)
instead. - EvictionStrategy - Enum in org.infinispan.eviction
-
Supported eviction strategies
- evictionType() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
-
Deprecated.Since 11.0, use
MemoryConfiguration.maxCount()
orMemoryConfiguration.maxSize()
to obtain either the maximum number of entries or the maximum size of the data container. - evictionType() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
-
Deprecated.since 11.0, @see
MemoryConfigurationBuilder.evictionType(EvictionType)
- evictionType() - Method in class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- evictionType(EvictionType) - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
-
Deprecated.since 11.0, use
MemoryConfigurationBuilder.maxCount(long)
orMemoryConfigurationBuilder.maxSize(String)
to define data container bounds by size or by count. - EvictionType - Enum in org.infinispan.eviction
-
Deprecated.Since 11.0,
MemoryConfiguration.maxCount()
andMemoryConfiguration.maxSize()
should be used to differentiate between the eviction thresholds. - EXCEPTION - org.infinispan.client.hotrod.configuration.ExhaustedAction
- EXCEPTION - org.infinispan.eviction.EvictionStrategy
-
Strategy where the cache will block new entries from being written if they would exceed the configured size
- EXCEPTION - org.infinispan.persistence.remote.configuration.ExhaustedAction
- EXCEPTION_RESPONSE - Static variable in interface org.infinispan.commons.marshall.Ids
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.infinispan.rest.RestRequestHandler
- EXCEPTIONS - Static variable in interface org.infinispan.commons.marshall.Ids
- EXEC - org.infinispan.security.AuthorizationPermission
-
Allows performing task execution (e.g.
- execute() - Method in interface org.infinispan.query.dsl.Query
-
Executes the query.
- execute(Runnable) - Method in interface org.infinispan.manager.ClusterExecutor
- execute(String, Map<String, ?>) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Executes a remote task passing a set of named parameters
- execute(String, Map<String, ?>, Object) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Executes a remote task passing a set of named parameters, hinting that the task should be executed on the server that is expected to store given key.
- execute(SerializableRunnable) - Method in interface org.infinispan.manager.ClusterExecutor
-
The same as
Executor.execute(Runnable)
, except the Runnable must also implement Serializable. - EXECUTION_MODE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- EXECUTION_MODE_ID - Static variable in class org.infinispan.functional.ParamIds
- executor() - Method in class org.infinispan.manager.DefaultCacheManager
- executor() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Providess the cache manager based executor.
- ExecutorFactory - Interface in org.infinispan.commons.executors
-
Used to configure and create executors
- ExecutorFactoryConfiguration - Class in org.infinispan.client.hotrod.configuration
-
ExecutorFactoryConfiguration.
- ExecutorFactoryConfiguration - Class in org.infinispan.configuration.global
- ExecutorFactoryConfiguration - Class in org.infinispan.persistence.remote.configuration
- ExecutorFactoryConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
Configures executor factory.
- ExecutorFactoryConfigurationBuilder - Class in org.infinispan.configuration.global
-
Configures executor factory.
- ExecutorFactoryConfigurationBuilder - Class in org.infinispan.persistence.remote.configuration
-
Configures executor factory.
- EXHAUSTED_ACTION - org.infinispan.persistence.remote.configuration.Attribute
- exhaustedAction() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
- exhaustedAction() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Returns the configured action when the pool has become exhausted.
- exhaustedAction() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
- exhaustedAction(ExhaustedAction) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Specifies what happens when asking for a connection from a server's pool, and that pool is exhausted.
- exhaustedAction(ExhaustedAction) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
-
Specifies what happens when asking for a connection from a server's pool, and that pool is exhausted.
- ExhaustedAction - Enum in org.infinispan.client.hotrod.configuration
-
Enumeration for whenExhaustedAction.
- ExhaustedAction - Enum in org.infinispan.persistence.remote.configuration
- exists() - Method in class org.infinispan.io.GridFile
-
Deprecated.
- ExpandableMarshalledValueByteStream - Class in org.infinispan.io
-
Deprecated.since 10.0
- ExpandableMarshalledValueByteStream() - Constructor for class org.infinispan.io.ExpandableMarshalledValueByteStream
-
Deprecated.
- ExpandableMarshalledValueByteStream(int) - Constructor for class org.infinispan.io.ExpandableMarshalledValueByteStream
-
Deprecated.
- ExpandableMarshalledValueByteStream(int, int) - Constructor for class org.infinispan.io.ExpandableMarshalledValueByteStream
-
Deprecated.Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
- Experimental - Annotation Type in org.infinispan.commons.util
-
An experimental user-facing API.
- expiration - Variable in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfigurationBuilder
- expiration() - Method in class org.infinispan.configuration.cache.Configuration
- expiration() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- expiration() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- expiration() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfiguration
- EXPIRATION - org.infinispan.persistence.rocksdb.configuration.Element
- EXPIRATION - org.infinispan.persistence.spi.NonBlockingStore.Characteristic
-
If this store uses expiration metadata so that it never returns expired entries via any methods such as
NonBlockingStore.load(int, Object)
,NonBlockingStore.publishKeys(IntSet, Predicate)
orNonBlockingStore.publishEntries(IntSet, Predicate, boolean)
. - ExpirationConfiguration - Class in org.infinispan.configuration.cache
-
Controls the default expiration settings for entries in the cache.
- ExpirationConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Controls the default expiration settings for entries in the cache.
- ExpirationManager<K,V> - Interface in org.infinispan.expiration
-
Central component that deals with expiration of cache entries.
- expirationThreadPool() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- expirationThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- expirationThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- expirationThreadPool() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Configuration for the expiration thread pool
- expirationThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
- expirationThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- expirationThreadPoolName() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- expirationThreadPoolName(String) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- EXPIRED_LOCATION - org.infinispan.persistence.rocksdb.configuration.Attribute
- expiredDbOptions() - Method in class org.infinispan.persistence.rocksdb.RocksDBStore
- expiredLocation() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBExpirationConfiguration
- expiredLocation() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfiguration
- expiredLocation(String) - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBExpirationConfigurationBuilder
- expiredLocation(String) - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfigurationBuilder
- expires(Date) - Method in class org.infinispan.rest.NettyRestResponse.Builder
- EXPIRES_HEADER - org.infinispan.rest.ResponseHeader
- EXPIRY_QUEUE_SIZE - org.infinispan.persistence.rocksdb.configuration.Attribute
- expiryQueueSize() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfiguration
-
Deprecated.There is no more queue in
RocksDBStore
- expiryQueueSize(int) - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfigurationBuilder
-
Deprecated.Since 10.1, there is no more queue in
RocksDBStore
- expiryTime() - Method in interface org.infinispan.metadata.InternalMetadata
-
Deprecated.
- expiryTime() - Method in class org.infinispan.persistence.sifs.EntryHeader
- expiryTime() - Method in interface org.infinispan.persistence.spi.MarshallableEntry
- ExposedByteArrayOutputStream - Class in org.infinispan.commons.io
-
Extends ByteArrayOutputStream, but exposes the internal buffer.
- ExposedByteArrayOutputStream() - Constructor for class org.infinispan.commons.io.ExposedByteArrayOutputStream
- ExposedByteArrayOutputStream(int) - Constructor for class org.infinispan.commons.io.ExposedByteArrayOutputStream
- ExposedByteArrayOutputStream(int, int) - Constructor for class org.infinispan.commons.io.ExposedByteArrayOutputStream
-
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
- exposeHeaders(String[]) - Method in class org.infinispan.rest.configuration.CorsRuleConfigurationBuilder
- Expression - Interface in org.infinispan.query.dsl
-
Deprecated.since 10.1. See deprecation note on
QueryBuilder
. - EXTENDED_HEADER - org.infinispan.rest.RequestHeader
- EXTENDED_HEADERS - Static variable in class org.infinispan.rest.configuration.RestServerConfiguration
- extendedHeaders() - Method in class org.infinispan.rest.configuration.RestServerConfiguration
- extendedHeaders(ExtendedHeaders) - Method in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
- ExtendedHeaders - Enum in org.infinispan.rest.configuration
- ExtendedRiverMarshaller - Class in org.infinispan.jboss.marshalling.commons
-
Deprecated.since 11.0. To be removed in 14.0 ISPN-11947.
- ExtendedRiverMarshaller(RiverMarshallerFactory, SerializableClassRegistry, MarshallingConfiguration) - Constructor for class org.infinispan.jboss.marshalling.commons.ExtendedRiverMarshaller
-
Deprecated.
- ExtendedRiverUnmarshaller - Class in org.infinispan.jboss.marshalling.commons
-
Deprecated.since 11.0. To be removed in 14.0 ISPN-11947.
- ExtendedRiverUnmarshaller(RiverMarshallerFactory, SerializableClassRegistry, MarshallingConfiguration) - Constructor for class org.infinispan.jboss.marshalling.commons.ExtendedRiverUnmarshaller
-
Deprecated.
- Externalizer<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 customMarshaller
implementation via the SerializationConfiguration. - Externalizer() - Constructor for class org.infinispan.commons.hash.MurmurHash3.Externalizer
- Externalizer() - Constructor for class org.infinispan.commons.io.ByteBufferImpl.Externalizer
- Externalizer() - Constructor for class org.infinispan.commons.marshall.WrappedByteArray.Externalizer
- Externalizer() - Constructor for class org.infinispan.commons.util.ImmutableListCopy.Externalizer
- Externalizer() - Constructor for class org.infinispan.context.Flag.Externalizer
- Externalizer() - Constructor for class org.infinispan.filter.AcceptAllKeyValueFilter.Externalizer
- Externalizer() - Constructor for class org.infinispan.filter.CompositeKeyValueFilter.Externalizer
- Externalizer() - Constructor for class org.infinispan.globalstate.ScopedState.Externalizer
- Externalizer() - Constructor for class org.infinispan.globalstate.ScopeFilter.Externalizer
- Externalizer() - Constructor for class org.infinispan.metadata.EmbeddedMetadata.Externalizer
- Externalizer() - Constructor for class org.infinispan.notifications.cachelistener.filter.CacheEventConverterAsConverter.Externalizer
- Externalizer() - Constructor for class org.infinispan.notifications.cachelistener.filter.CacheEventFilterAsKeyValueFilter.Externalizer
- Externalizer() - Constructor for class org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterAsKeyValueFilterConverter.Externalizer
- Externalizer() - Constructor for class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter.Externalizer
- Externalizer() - Constructor for class org.infinispan.notifications.cachelistener.filter.KeyValueFilterConverterAsCacheEventFilterConverter.Externalizer
- Externalizer() - Constructor for class org.infinispan.partitionhandling.AvailabilityMode.Externalizer
- ExternalizerIds - Interface in org.infinispan.persistence.remote
-
1800 to 1899 range is reserved for this module
- ExternalStore<K,V> - Interface in org.infinispan.persistence.spi
-
Deprecated.since 11.0 replaced by
NonBlockingStore
- extractFieldName(String) - Static method in class org.infinispan.commons.util.ReflectionUtil
F
- factor() - Method in class org.infinispan.configuration.cache.IndexMergeConfiguration
- factor() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- factor(int) - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- FACTOR - Static variable in class org.infinispan.configuration.cache.IndexMergeConfiguration
- factory - Static variable in class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
-
Deprecated.
- factory() - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration
- factory() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfiguration
- factory() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfiguration
- factory() - Method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfiguration
- factory(ExecutorFactory) - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
-
Specify factory class for executor
- factory(ExecutorFactory) - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
-
Specify factory class for executor NOTE: Currently Infinispan will not use the object instance, but instead instantiate a new instance of the class.
- factory(ExecutorFactory) - Method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfigurationBuilder
-
Specify factory class for executor NOTE: Currently Infinispan will not use the object instance, but instead instantiate a new instance of the class.
- factory(ScheduledExecutorFactory) - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
-
Specify factory class for executor NOTE: Currently Infinispan will not use the object instance, but instead instantiate a new instance of the class.
- FACTORY - org.infinispan.persistence.remote.configuration.Attribute
- factoryClass() - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration
- factoryClass(Class<? extends ExecutorFactory>) - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
-
Specify factory class for executor
- factoryClass(String) - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
- FAIL - org.infinispan.configuration.cache.BackupFailurePolicy
- FAIL_SILENTLY - org.infinispan.context.Flag
-
Swallows any exceptions, logging them instead at a low log level.
- FAIL_SILENTLY - Static variable in class org.infinispan.configuration.cache.AsyncStoreConfiguration
- FAILED - org.infinispan.lifecycle.ComponentStatus
-
The component is in a failed state due to a problem with one of the other lifecycle transition phases.
- failedToCloseIndex(IOException) - Method in interface org.infinispan.persistence.sifs.Log
- FailoverRequestBalancingStrategy - Interface in org.infinispan.client.hotrod
-
Defines what servers will be selected when a smart-routed request fails.
- failSilently() - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
- failSilently(boolean) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- FAILURE_POLICY - Static variable in class org.infinispan.configuration.cache.BackupConfiguration
- FAILURE_POLICY_CLASS - Static variable in class org.infinispan.configuration.cache.BackupConfiguration
- failurePolicyClass() - Method in class org.infinispan.configuration.cache.BackupConfiguration
-
If the failure policy is set to
BackupFailurePolicy.CUSTOM
then the failurePolicyClass is required and should return the fully qualified name of a class implementingCustomFailurePolicy
- failurePolicyClass() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
If the failure policy is set to
BackupFailurePolicy.CUSTOM
then the failurePolicyClass is required and should return the fully qualified name of a class implementingCustomFailurePolicy
- failurePolicyClass(String) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- FastCopyHashMap<K,V> - Class in org.infinispan.commons.util
-
A HashMap that is optimized for fast shallow copies.
- FastCopyHashMap() - Constructor for class org.infinispan.commons.util.FastCopyHashMap
- FastCopyHashMap(int) - Constructor for class org.infinispan.commons.util.FastCopyHashMap
- FastCopyHashMap(int, float) - Constructor for class org.infinispan.commons.util.FastCopyHashMap
- FastCopyHashMap(Map<? extends K, ? extends V>) - Constructor for class org.infinispan.commons.util.FastCopyHashMap
- FastCopyHashMap.EntrySet - Class in org.infinispan.commons.util
- FastCopyHashMap.KeySet - Class in org.infinispan.commons.util
- FastCopyHashMap.Values - Class in org.infinispan.commons.util
- FEATURE_PREFIX - Static variable in class org.infinispan.commons.util.Features
- features() - Method in class org.infinispan.client.hotrod.configuration.Configuration
- features() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- Features - Class in org.infinispan.commons.util
-
Features allow conditional enabling/disabling of Infinispan's functionality.
- Features() - Constructor for class org.infinispan.commons.util.Features
- Features(ClassLoader) - Constructor for class org.infinispan.commons.util.Features
- FETCH_IN_MEMORY_STATE - Static variable in class org.infinispan.configuration.cache.StateTransferConfiguration
- FETCH_PERSISTENT_STATE - Static variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- FETCH_SIZE - org.infinispan.persistence.jdbc.configuration.Attribute
- FETCH_SIZE - Static variable in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
- fetchInMemoryState() - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
-
If
true
, the cache will fetch data from the neighboring caches when it starts up, so the cache starts 'warm', although it will impact startup time. - fetchInMemoryState(boolean) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
-
If
true
, the cache will fetch data from the neighboring caches when it starts up, so the cache starts 'warm', although it will impact startup time. - fetchPersistentState() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
-
If true, fetch persistent state when joining a cluster.
- fetchPersistentState() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
-
Loops through all individual cache loader configs and checks if fetchPersistentState is set on any of them
- fetchPersistentState() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
-
If true, fetch persistent state when joining a cluster.
- fetchPersistentState(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
If true, fetch persistent state when joining a cluster.
- fetchPersistentState(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- fetchPersistentState(boolean) - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
If true, fetch persistent state when joining a cluster.
- fetchSize() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
- fetchSize(int) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
-
For DB queries the fetch size is on
ResultSet.setFetchSize(int)
. - FILE - Static variable in class org.infinispan.io.GridFile.Metadata
-
Deprecated.
- FILE_CACHE_KEY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- FILE_LIST_CACHE_KEY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- FILE_LIST_CACHE_VALUE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- FILE_METADATA - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- FILE_READ_LOCK_KEY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- fileChannel - Variable in class org.infinispan.persistence.sifs.FileProvider.Log
- fileChannelConfigurator(FileJGroupsChannelConfigurator) - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- fileId - Variable in class org.infinispan.persistence.sifs.FileProvider.Log
- fileLocationTransform(String, int) - Static method in class org.infinispan.configuration.cache.AbstractSegmentedStoreConfiguration
-
Transforms a file location to a segment based one.
- FileLookup - Interface in org.infinispan.commons.util
- FileLookupFactory - Class in org.infinispan.commons.util
- FileLookupFactory() - Constructor for class org.infinispan.commons.util.FileLookupFactory
- FileLookupFactory.DefaultFileLookup - Class in org.infinispan.commons.util
- filename(String) - Static method in class org.infinispan.io.GridFile
-
Deprecated.
- FILENAME - org.infinispan.persistence.remote.configuration.Attribute
- FileProvider - Class in org.infinispan.persistence.sifs
-
Provides resource management for files - only limited amount of files may be opened in one moment, and opened file should not be deleted.
- FileProvider(Path, int, String) - Constructor for class org.infinispan.persistence.sifs.FileProvider
- FileProvider.Handle - Class in org.infinispan.persistence.sifs
- FileProvider.Log - Class in org.infinispan.persistence.sifs
- FILESYSTEM - org.infinispan.configuration.cache.IndexStorage
- fillInStackTrace() - Method in exception org.infinispan.commons.marshall.NotSerializableException
- filter(Object) - Method in interface org.infinispan.objectfilter.ObjectFilter
-
Tests if an object instance matches the filter.
- filter(DoublePredicate) - Method in interface org.infinispan.DoubleCacheStream
- filter(IntPredicate) - Method in interface org.infinispan.IntCacheStream
- filter(LongPredicate) - Method in interface org.infinispan.LongCacheStream
- filter(Predicate<? super CacheEntry<K, V>>) - Method in interface org.infinispan.LockedStream
-
Returns a locked stream consisting of the elements of this stream that match the given predicate.
- filter(Predicate<? super R>) - Method in interface org.infinispan.CacheStream
- filter(Predicate<? super T>) - Method in interface org.infinispan.functional.Traversable
-
An intermediate operation that returns a traversable containing elements matching the given predicate.
- filter(SerializableDoublePredicate) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleCacheStream.filter(DoublePredicate)
except that the DoublePredicate must also implementSerializable
- filter(SerializableIntPredicate) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntCacheStream.filter(IntPredicate)
except that the IntPredicate must also implementSerializable
- filter(SerializableLongPredicate) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongCacheStream.filter(LongPredicate)
except that the LongPredicate must also implement Serializable. - filter(SerializablePredicate<? super CacheEntry<K, V>>) - Method in interface org.infinispan.LockedStream
-
Same as
LockedStream.filter(Predicate)
except that the Predicate must also implementSerializable
- filter(SerializablePredicate<? super R>) - Method in interface org.infinispan.CacheStream
-
Same as
CacheStream.filter(Predicate)
except that the Predicate must also implementSerializable
- filterAndConvert(Stream<CacheEntry<K, V>>, KeyValueFilterConverter<? super K, ? super V, C>) - Static method in class org.infinispan.filter.CacheFilters
-
Adds needed intermediate operations to the provided stream, returning a possibly new stream as a result of the operations.
- filterAndConvert(K, V, Metadata) - Method in interface org.infinispan.filter.KeyValueFilterConverter
-
Will both filter the entry and if passed subsequently convert the value to a new value.
- filterAndConvert(K, V, Metadata) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterAsKeyValueFilterConverter
- filterAndConvert(K, V, Metadata, V, Metadata, EventType) - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverter
-
Will both filter the entry and if passed subsequently convert the value to a new value.
- filterAndConvert(K, V, Metadata, V, Metadata, EventType) - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterConverterAsCacheEventFilterConverter
- filterAndConvert(CacheStream<CacheEntry<K, V>>, KeyValueFilterConverter<? super K, ? super V, C>) - Static method in class org.infinispan.filter.CacheFilters
- filterAndConvertToValue(CacheStream<CacheEntry<K, V>>, KeyValueFilterConverter<? super K, ? super V, C>) - Static method in class org.infinispan.filter.CacheFilters
- FilterCallback - Interface in org.infinispan.objectfilter
-
A single-method callback that is specified when registering a filter with a Matcher.
- FilterConditionBeginContext - Interface in org.infinispan.query.dsl
-
Deprecated.since 10.1. See deprecation note on
QueryBuilder
. - FilterConditionContext - Interface in org.infinispan.query.dsl
-
Deprecated.since 10.1. See deprecation note on
QueryBuilder
. - FilterConditionContextQueryBuilder - Interface in org.infinispan.query.dsl
-
Deprecated.since 10.1. See deprecation note on
QueryBuilder
. - FilterConditionEndContext - Interface in org.infinispan.query.dsl
-
Deprecated.since 10.1. See deprecation note on
QueryBuilder
. - filterFactoryName() - Method in annotation type org.infinispan.client.hotrod.annotation.ClientListener
-
Defines the key/value filter factory for this client listener.
- FilterIndexingServiceProvider - Interface in org.infinispan.notifications.cachelistener.filter
-
A service provider for filter indexing services.
- FilteringListenable<K,V> - Interface in org.infinispan.notifications
-
A Listenable that can also filter events based on key
- FilterIterator<E> - Class in org.infinispan.commons.util
-
Iterator that also filters out entries based on the provided predicate.
- FilterIterator(Iterator<E>, Predicate<? super E>) - Constructor for class org.infinispan.commons.util.FilterIterator
- filterKeys(Set<?>) - Method in interface org.infinispan.BaseCacheStream
-
Filters which entries are returned by only returning ones that map to the given key.
- filterKeys(Set<?>) - Method in interface org.infinispan.CacheStream
-
Filters which entries are returned by only returning ones that map to the given key.
- filterKeys(Set<?>) - Method in interface org.infinispan.DoubleCacheStream
-
Filters which entries are returned by only returning ones that map to the given key.
- filterKeys(Set<?>) - Method in interface org.infinispan.IntCacheStream
-
Filters which entries are returned by only returning ones that map to the given key.
- filterKeys(Set<?>) - Method in interface org.infinispan.LockedStream
-
Filters which entries are returned by only returning ones that map to the given key.
- filterKeys(Set<?>) - Method in interface org.infinispan.LongCacheStream
-
Filters which entries are returned by only returning ones that map to the given key.
- filterKeySegments(Set<Integer>) - Method in interface org.infinispan.BaseCacheStream
-
Deprecated.since 9.3 This is to be replaced by
BaseCacheStream.filterKeySegments(IntSet)
- filterKeySegments(Set<Integer>) - Method in interface org.infinispan.CacheStream
-
Deprecated.This is to be replaced by
CacheStream.filterKeySegments(IntSet)
- filterKeySegments(Set<Integer>) - Method in interface org.infinispan.DoubleCacheStream
-
Filters which entries are returned by what segment they are present in.
- filterKeySegments(Set<Integer>) - Method in interface org.infinispan.IntCacheStream
-
Filters which entries are returned by what segment they are present in.
- filterKeySegments(Set<Integer>) - Method in interface org.infinispan.LockedStream
-
Deprecated.This is to be replaced by
LockedStream.filterKeySegments(IntSet)
- filterKeySegments(Set<Integer>) - Method in interface org.infinispan.LongCacheStream
-
Filters which entries are returned by what segment they are present in.
- filterKeySegments(IntSet) - Method in interface org.infinispan.BaseCacheStream
-
Filters which entries are returned by what segment they are present in.
- filterKeySegments(IntSet) - Method in interface org.infinispan.CacheStream
-
Filters which entries are returned by what segment they are present in.
- filterKeySegments(IntSet) - Method in interface org.infinispan.LockedStream
-
Filters which entries are returned by what segment they are present in.
- FilterResult - Class in org.infinispan.query.remote.client
-
When using Ickle based filters with client event listeners you will get the event data (see org.infinispan.client.hotrod.event.ClientCacheEntryCustomEvent.getEventData) wrapped by this FilterResult.
- FilterResult(Object, Object[], Comparable[]) - Constructor for class org.infinispan.query.remote.client.FilterResult
- FilterSpliterator<T> - Class in org.infinispan.commons.util
-
Spliterator that only returns entries that pass the given predicate.
- FilterSpliterator(Spliterator<T>, Predicate<? super T>) - Constructor for class org.infinispan.commons.util.FilterSpliterator
- FilterSubscription - Interface in org.infinispan.objectfilter
-
A subscription for match notifications.
- filterTargets(Collection<Address>) - Method in interface org.infinispan.manager.ClusterExecutor
-
Allows for filtering of address nodes by only allowing addresses in this collection from being contacted.
- filterTargets(Predicate<? super Address>) - Method in interface org.infinispan.manager.ClusterExecutor
-
Allows for filtering of address nodes dynamically per invocation.
- filterTargets(ClusterExecutionPolicy) - Method in interface org.infinispan.manager.ClusterExecutor
-
Allows for filtering of address nodes by only allowing addresses that match the given execution policy to be used.
- filterTargets(ClusterExecutionPolicy, Predicate<? super Address>) - Method in interface org.infinispan.manager.ClusterExecutor
-
Allows for filtering of address nodes dynamically per invocation.
- find() - Method in interface org.infinispan.functional.EntryView.ReadEntryView
-
Optional value.
- findAny() - Method in interface org.infinispan.functional.Traversable
-
A terminal operation that returns an optional containing an element of the traversable, or an empty optional if empty.
- findClass(String) - Method in class org.infinispan.commons.util.AggregatedClassLoader
- findGetterForField(Class<?>, String) - Static method in class org.infinispan.commons.util.ReflectionUtil
- findMetaParam(Class<T>) - Method in interface org.infinispan.functional.MetaParam.Lookup
- findMethod(Class<?>, String) - Static method in class org.infinispan.commons.util.ReflectionUtil
- findMethod(Class<?>, String, Class<?>...) - Static method in class org.infinispan.commons.util.ReflectionUtil
- findNextHighestPowerOfTwo(int) - Static method in class org.infinispan.commons.util.Util
-
Returns a number such that the number is a power of two that is equal to, or greater than, the number passed in as an argument.
- findResource(String) - Method in class org.infinispan.commons.util.AggregatedClassLoader
- findSetterForField(Class<?>, String) - Static method in class org.infinispan.commons.util.ReflectionUtil
- finish() - Method in class org.infinispan.jboss.marshalling.commons.ExtendedRiverMarshaller
-
Deprecated.
- finish() - Method in class org.infinispan.jboss.marshalling.commons.ExtendedRiverUnmarshaller
-
Deprecated.
- finisher() - Method in class org.infinispan.commons.util.ArrayCollector
- finishObjectInput(ObjectInput) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
-
Deprecated.Finish using the given ObjectInput.
- finishObjectInput(ObjectInput) - Method in class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
-
Deprecated.
- finishObjectOutput(ObjectOutput) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
-
Deprecated.Finish using the given ObjectOutput.
- finishObjectOutput(ObjectOutput) - Method in class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
-
Deprecated.
- first() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
- FIRST - org.infinispan.configuration.cache.InterceptorConfiguration.Position
-
Specifies that the new interceptor is placed first in the chain.
- Flag - Enum in org.infinispan.client.hotrod
-
Defines all the flags available in the Hot Rod client that can influence the behavior of operations.
- Flag - Enum in org.infinispan.context
-
Available flags, which may be set on a per-invocation basis.
- FLAG - Static variable in interface org.infinispan.commons.marshall.Ids
- Flag.Externalizer - Class in org.infinispan.context
- FlagAffectedStore<K,V> - Interface in org.infinispan.persistence.spi
-
Implemented by stores that can skip writes based on certain flags present in the invocation.
- FLAGS_HEADER - org.infinispan.rest.RequestHeader
- flatMap(DoubleFunction<? extends DoubleStream>) - Method in interface org.infinispan.DoubleCacheStream
- flatMap(Function<? super R, ? extends Stream<? extends R1>>) - Method in interface org.infinispan.CacheStream
- flatMap(Function<? super T, ? extends Traversable<? extends R>>) - Method in interface org.infinispan.functional.Traversable
-
An intermediate operation that returns a traversable containing the results of replacing each element of this traversable with the contents of a traversable produced by applying the provided function to each element.
- flatMap(IntFunction<? extends IntStream>) - Method in interface org.infinispan.IntCacheStream
- flatMap(LongFunction<? extends LongStream>) - Method in interface org.infinispan.LongCacheStream
- flatMap(SerializableDoubleFunction<? extends DoubleStream>) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleCacheStream.flatMap(DoubleFunction)
except that the DoubleFunction must also implementSerializable
- flatMap(SerializableFunction<? super R, ? extends Stream<? extends R1>>) - Method in interface org.infinispan.CacheStream
-
Same as
CacheStream.flatMap(Function)
except that the Function must also implementSerializable
- flatMap(SerializableIntFunction<? extends IntStream>) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntCacheStream.flatMap(IntFunction)
except that the IntFunction must also implementSerializable
- flatMap(SerializableLongFunction<? extends LongStream>) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongCacheStream.flatMap(LongFunction)
except that the LongFunction must also implement Serializable. - flatMapToDouble(Function<? super R, ? extends DoubleStream>) - Method in interface org.infinispan.CacheStream
- flatMapToDouble(SerializableFunction<? super R, ? extends DoubleStream>) - Method in interface org.infinispan.CacheStream
-
Same as
CacheStream.flatMapToDouble(Function)
except that the Function must also implementSerializable
- flatMapToInt(Function<? super R, ? extends IntStream>) - Method in interface org.infinispan.CacheStream
- flatMapToInt(SerializableFunction<? super R, ? extends IntStream>) - Method in interface org.infinispan.CacheStream
-
Same as
CacheStream.flatMapToInt(Function)
except that the Function must also implementSerializable
- flatMapToLong(Function<? super R, ? extends LongStream>) - Method in interface org.infinispan.CacheStream
- flatMapToLong(SerializableFunction<? super R, ? extends LongStream>) - Method in interface org.infinispan.CacheStream
-
Same as
CacheStream.flatMapToLong(Function)
except that the Function must also implementSerializable
- FlattenSpliterator<E> - Class in org.infinispan.commons.util
-
Composes an array of Collections into a spliterator.
- FlattenSpliterator(IntFunction<Collection<E>>, int, int) - Constructor for class org.infinispan.commons.util.FlattenSpliterator
- fluentSetterName(String) - Static method in class org.infinispan.commons.util.BeanUtils
-
Retrieves a setter name based on a field name passed in
- flush() - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
- flush() - Method in class org.infinispan.io.GridOutputStream
-
Deprecated.
- flush() - Method in class org.infinispan.io.UnclosableObjectOutputStream
-
Deprecated.
- flush() - Method in class org.infinispan.io.WritableGridFileChannel
-
Deprecated.
- flushAndCloseOutput(ObjectOutput) - Static method in class org.infinispan.commons.util.Util
- flushAndCloseStream(OutputStream) - Static method in class org.infinispan.commons.util.Util
- flushCache(Collection<Object>, Address, boolean) - Method in interface org.infinispan.distribution.L1Manager
- flushGlobalACLCache() - Method in interface org.infinispan.security.GlobalSecurityManager
-
Flushes the ACL cache for this node
- FORCE_ASYNCHRONOUS - org.infinispan.context.Flag
-
Forces asynchronous network calls where possible, even if otherwise configured to use synchronous network calls.
- FORCE_RETURN_VALUE - org.infinispan.client.hotrod.Flag
-
By default, previously existing values for
Map
operations are not returned. - FORCE_RETURN_VALUES - org.infinispan.persistence.remote.configuration.Attribute
- FORCE_RETURN_VALUES - Static variable in class org.infinispan.client.hotrod.configuration.RemoteCacheConfiguration
- FORCE_SYNCHRONOUS - org.infinispan.context.Flag
-
Forces synchronous network calls where possible, even if otherwise configured to use asynchronous network calls.
- FORCE_WRITE_LOCK - org.infinispan.context.Flag
-
Forces a write lock, even if the invocation is a read operation.
- forceRelease(String) - Method in interface org.infinispan.lock.api.ClusteredLockManager
-
Releases - or unlocks - a
ClusteredLock
if such exists. - forceReturnValues() - Method in class org.infinispan.client.hotrod.configuration.Configuration
- forceReturnValues() - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfiguration
- forceReturnValues() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
- forceReturnValues(boolean) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
- forceReturnValues(boolean) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
- forceReturnValues(boolean) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Whether or not to implicitly FORCE_RETURN_VALUE for all calls.
- forceReturnValues(boolean) - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfigurationBuilder
-
Whether or not to implicitly FORCE_RETURN_VALUE for all calls to this cache.
- forceReturnValues(boolean) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
- forceReturnValues(boolean) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
- forceReturnValues(boolean) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
Whether or not to implicitly FORCE_RETURN_VALUE for all calls.
- forEach(BiConsumer<? super K, ? super V>) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
- forEach(BiConsumer<String, String>) - Method in interface org.infinispan.globalstate.ScopedPersistentState
-
Performs the specified action on every entry of the state
- forEach(BiConsumer<Cache<K, V>, ? super CacheEntry<K, V>>) - Method in interface org.infinispan.LockedStream
-
Performs an action for each element of this stream on the primary owner of the given key.
- forEach(BiConsumer<Cache<K, V>, ? super R>) - Method in interface org.infinispan.CacheStream
-
Same as
CacheStream.forEach(Consumer)
except that it takes aBiConsumer
that provides access to the underlyingCache
that is backing this stream. - forEach(Consumer<? super E>) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
- forEach(Consumer<? super E>) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
- forEach(Consumer<? super Integer>) - Method in class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- forEach(Consumer<? super Integer>) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- forEach(Consumer<? super Integer>) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- forEach(Consumer<? super R>) - Method in interface org.infinispan.CacheStream
- forEach(Consumer<? super T>) - Method in interface org.infinispan.functional.Traversable
-
A terminal operation that applies an operation to all elements of this traversable.
- forEach(IntConsumer) - Method in class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- forEach(IntConsumer) - Method in interface org.infinispan.commons.util.IntSet
-
Performs the given action for each int of the
IntSet
until all elements have been processed or the action throws an exception. - forEach(IntConsumer) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- forEach(IntConsumer) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- forEach(ObjDoubleConsumer<Cache<K, V>>) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleStream.forEach(DoubleConsumer)
except that it takes anObjDoubleConsumer
that provides access to the underlyingCache
that is backing this stream. - forEach(ObjIntConsumer<Cache<K, V>>) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntStream.forEach(IntConsumer)
except that it takes anObjIntConsumer
that provides access to the underlyingCache
that is backing this stream. - forEach(ObjLongConsumer<Cache<K, V>>) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongStream.forEach(LongConsumer)
except that it takes anObjLongConsumer
that provides access to the underlyingCache
that is backing this stream. - forEach(SerializableBiConsumer<Cache<K, V>, ? super CacheEntry<K, V>>) - Method in interface org.infinispan.LockedStream
-
Same as
LockedStream.forEach(BiConsumer)
except that the BiConsumer must also implementSerializable
- forEach(SerializableBiConsumer<Cache<K, V>, ? super R>) - Method in interface org.infinispan.CacheStream
- forEach(SerializableConsumer<? super R>) - Method in interface org.infinispan.CacheStream
-
Same as
CacheStream.forEach(Consumer)
except that the Consumer must also implementSerializable
- forEach(SerializableDoubleConsumer) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleStream.forEach(DoubleConsumer)
except that the DoubleConsumer must also implementSerializable
- forEach(SerializableIntConsumer) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntStream.forEach(IntConsumer)
except that the IntConsumer must also implementSerializable
- forEach(SerializableLongConsumer) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongStream.forEach(LongConsumer)
except that the LongConsumer must also implement Serializable. - forEach(SerializableObjDoubleConsumer<Cache<K, V>>) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleCacheStream.forEach(ObjDoubleConsumer)
except that theBiConsumer
must also implementSerializable
- forEach(SerializableObjIntConsumer<Cache<K, V>>) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntCacheStream.forEach(ObjIntConsumer)
except that theBiConsumer
must also implementSerializable
- forEach(SerializableObjLongConsumer<Cache<K, V>>) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongCacheStream.forEach(ObjLongConsumer)
except that theBiConsumer
must also implementSerializable
- forEach(T[], Consumer<T>) - Static method in class org.infinispan.commons.util.InfinispanCollections
- forEachEntry(BiConsumer<Object, CacheEntry>) - Method in interface org.infinispan.context.EntryLookup
-
Execute an action for each entry in the context.
- forEachRemaining(Consumer<? super E>) - Method in class org.infinispan.commons.util.AbstractIterator
- forEachRemaining(Consumer<? super E>) - Method in class org.infinispan.commons.util.FlattenSpliterator
- forEachRemaining(Consumer<? super E>) - Method in class org.infinispan.commons.util.Immutables.ImmutableIteratorWrapper
- forEachRemaining(Consumer<? super S>) - Method in class org.infinispan.commons.util.SpliteratorMapper
- forEachRemaining(Consumer<? super T>) - Method in class org.infinispan.commons.util.FilterSpliterator
- forEachValue(BiConsumer<Object, CacheEntry>) - Method in interface org.infinispan.context.EntryLookup
-
Execute an action for each value in the context.
- forElement(String) - Static method in enum org.infinispan.configuration.cache.StorageType
- format() - Method in interface org.infinispan.filter.KeyValueFilter
- format() - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventConverter
- format() - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventFilter
- format() - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverter
- format(CounterConfiguration) - Method in class org.infinispan.counter.api.PropertyFormatter
- FORMAT_MESSAGE - Static variable in exception org.infinispan.counter.exception.CounterOutOfBoundsException
- formatString(Object, Object...) - Static method in class org.infinispan.commons.util.Util
- forName(String) - Static method in enum org.infinispan.persistence.jdbc.configuration.Attribute
- forName(String) - Static method in enum org.infinispan.persistence.jdbc.configuration.Element
- forName(String) - Static method in enum org.infinispan.persistence.jpa.configuration.Attribute
- forName(String) - Static method in enum org.infinispan.persistence.jpa.configuration.Element
- forName(String) - Static method in enum org.infinispan.persistence.remote.configuration.Attribute
- forName(String) - Static method in enum org.infinispan.persistence.remote.configuration.Element
- forName(String) - Static method in enum org.infinispan.persistence.rocksdb.configuration.Attribute
- forName(String) - Static method in enum org.infinispan.persistence.rocksdb.configuration.Element
- forName(String) - Static method in enum org.infinispan.persistence.sifs.configuration.Attribute
- forName(String) - Static method in enum org.infinispan.persistence.sifs.configuration.Element
- ForwardingList<E> - Class in org.infinispan.commons.util
-
A list which forwards all its method calls to another list.
- ForwardingList() - Constructor for class org.infinispan.commons.util.ForwardingList
-
Constructor for use by subclasses.
- forwardSecrecy() - Method in class org.infinispan.server.hotrod.configuration.PolicyConfigurationBuilder
- FRAGMENTATION_FACTOR - Static variable in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
- fragmentationFactor() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
- fragmentationFactor(float) - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
-
The store tries to fit in a new entry into an existing entry from a free entry pool (if one is available) However, this existing free entry may be quite bigger than what is required to contain the new entry It may then make sense to split the free entry into two parts: 1.
- friendlyCacheModeString() - Method in enum org.infinispan.configuration.cache.CacheMode
- from(byte[]) - Static method in class org.infinispan.commons.util.IntSets
- from(byte[]) - Static method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- from(InputStream) - Static method in class org.infinispan.commons.util.Version
- from(Class<?>) - Method in interface org.infinispan.query.dsl.QueryFactory
-
Deprecated.since 10.1. See deprecation note on
QueryBuilder
. - from(String) - Method in interface org.infinispan.query.dsl.QueryFactory
-
Deprecated.since 10.1. See deprecation note on
QueryBuilder
. - from(PrimitiveIterator.OfInt) - Static method in class org.infinispan.commons.util.IntSets
-
Returns an IntSet based on the ints in the iterator.
- from(Properties) - Method in class org.infinispan.counter.api.PropertyFormatter
- from(Set<Integer>) - Static method in class org.infinispan.commons.util.IntSets
-
Returns an IntSet based on the provided Set.
- from(Set<Integer>) - Static method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.Either converts the given set to an IntSet if it is one or creates a new IntSet and copies the contents
- from(DataFormat) - Method in class org.infinispan.client.hotrod.DataFormat.Builder
- from(EmbeddedCacheManager) - Static method in class org.infinispan.lock.EmbeddedClusteredLockManagerFactory
- from(EmbeddedCacheManager) - Static method in class org.infinispan.multimap.api.embedded.EmbeddedMultimapCacheManagerFactory
- fromConfiguration(EntryMergePolicy) - Static method in enum org.infinispan.conflict.MergePolicy
- fromInstance(XSiteEntryMergePolicy<K, V>) - Static method in enum org.infinispan.xsite.spi.XSiteMergePolicy
- fromMultipleRuntimeExceptions(List<RuntimeException>) - Static method in exception org.infinispan.commons.CacheConfigurationException
- fromParts(String, String) - Static method in enum org.infinispan.configuration.cache.CacheMode
- fromPersistentState(ScopedPersistentState) - Method in interface org.infinispan.distribution.ch.ConsistentHashFactory
-
Deprecated.Recreates a ConsistentHash from a previously stored persistent state.
- fromString(String) - Static method in enum org.infinispan.commons.api.CacheContainerAdmin.AdminFlag
- fromString(String) - Static method in enum org.infinispan.conflict.MergePolicy
- fromString(String) - Method in interface org.infinispan.query.Transformer
-
Transforms a String into an Object.
- fromString(String) - Static method in enum org.infinispan.server.hotrod.configuration.QOP
- fromString(String) - Static method in enum org.infinispan.server.hotrod.configuration.Strength
- fromString(String) - Static method in enum org.infinispan.xsite.spi.XSiteMergePolicy
- FULL - org.infinispan.rest.ResponseWriter
- FULL_XA - org.infinispan.client.hotrod.configuration.TransactionMode
-
The cache is enlisted as
XAResource
with recovery support. - FULL_XA - org.infinispan.configuration.cache.TransactionMode
- function(Converter<? super K, ? super V, C>) - Static method in class org.infinispan.filter.CacheFilters
-
Creates a new
Function
using the provided converter as a basis for the operation. - FUNCTION_MAPPER - Static variable in interface org.infinispan.commons.marshall.Ids
- FunctionalMap<K,V> - Interface in org.infinispan.functional
-
Top level functional map interface offering common functionality for the read-only, read-write, and write-only operations that can be run against a functional map asynchronously.
- FunctionalMap.ReadOnlyMap<K,V> - Interface in org.infinispan.functional
-
Exposes read-only operations that can be executed against the functional map.
- FunctionalMap.ReadWriteMap<K,V> - Interface in org.infinispan.functional
-
Exposes read-write operations that can be executed against the functional map.
- FunctionalMap.WriteOnlyMap<K,V> - Interface in org.infinispan.functional
-
Exposes write-only operations that can be executed against the functional map.
G
- GATHER - org.infinispan.functional.Param.StatisticsMode
-
Statistics from this command are recorded
- gauges() - Method in class org.infinispan.configuration.global.GlobalMetricsConfiguration
-
Are gauges enabled?
- gauges() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
-
Are gauges enabled?
- gauges(boolean) - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
-
Enables or disables gauges.
- GAUGES - Static variable in class org.infinispan.configuration.global.GlobalMetricsConfiguration
- GENERIC_JBOSS_MARSHALLING_CLASS - Static variable in class org.infinispan.commons.util.Util
- GenericJBossMarshaller - Class in org.infinispan.jboss.marshalling.commons
-
A marshaller that makes use of JBoss Marshalling to serialize and deserialize objects.
- GenericJBossMarshaller() - Constructor for class org.infinispan.jboss.marshalling.commons.GenericJBossMarshaller
- GenericJBossMarshaller(ClassLoader) - Constructor for class org.infinispan.jboss.marshalling.commons.GenericJBossMarshaller
- GenericJBossMarshaller(ClassLoader, ClassAllowList) - Constructor for class org.infinispan.jboss.marshalling.commons.GenericJBossMarshaller
- GenericJBossMarshaller(ClassAllowList) - Constructor for class org.infinispan.jboss.marshalling.commons.GenericJBossMarshaller
- get() - Method in class org.infinispan.commons.util.ArrayCollector
- get() - Method in class org.infinispan.commons.util.ByRef.Boolean
- get() - Method in class org.infinispan.commons.util.ByRef
- get() - Method in class org.infinispan.commons.util.ByRef.Integer
- get() - Method in class org.infinispan.commons.util.ByRef.Long
- get() - Method in interface org.infinispan.commons.util.WeakValueHashMap.ValueRef
-
Get underlying value.
- get() - Method in interface org.infinispan.functional.EntryView.ReadEntryView
-
Returns a non-null value if the key has a value associated with it or throws
NoSuchElementException
if no value is associated with the entry. - get() - Method in interface org.infinispan.functional.MetaParam
-
Returns the value of the meta parameter.
- get() - Method in class org.infinispan.functional.MetaParam.MetaEntryVersion
- get() - Method in class org.infinispan.functional.MetaParam.MetaLoadedFromPersistence
- get() - Method in class org.infinispan.functional.MetaParam.MetaLong
- get() - Method in enum org.infinispan.functional.Param.ExecutionMode
- get() - Method in interface org.infinispan.functional.Param
-
Parameter's value.
- get() - Method in enum org.infinispan.functional.Param.LockingMode
- get() - Method in enum org.infinispan.functional.Param.PersistenceMode
- get() - Method in enum org.infinispan.functional.Param.ReplicationMode
- get() - Method in enum org.infinispan.functional.Param.StatisticsMode
- get(int) - Method in class org.infinispan.commons.util.ForwardingList
- get(int) - Method in class org.infinispan.commons.util.ImmutableListCopy
- get(int) - Method in class org.infinispan.commons.util.ImmutableListCopy.ImmutableSubList
- get(int, Object) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
- get(int, Object) - Method in interface org.infinispan.persistence.spi.SegmentedAdvancedLoadWriteStore
-
Deprecated.Fetches an entry from the storage given a segment to optimize this lookup based on.
- get(Object) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
- get(Object) - Method in class org.infinispan.commons.util.ArrayMap
- get(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap
- get(Object) - Method in class org.infinispan.commons.util.HopscotchHashMap
- get(Object) - Method in class org.infinispan.commons.util.WeakValueHashMap
- get(Object) - Method in interface org.infinispan.container.DataContainer
-
Deprecated.since 10.1 - Please use
DataContainer.peek(Object)
instead. - get(Object) - Method in class org.infinispan.persistence.sifs.TemporaryTable
- get(String) - Method in interface org.infinispan.lock.api.ClusteredLockManager
-
Get’s a
ClusteredLock
by it’s name. - get(String) - Method in interface org.infinispan.multimap.api.embedded.MultimapCacheManager
-
Retrieves a named multimap cache from the system.
- get(AtomicLongFieldUpdater<T>) - Method in class org.infinispan.commons.util.concurrent.StripedCounters
- get(K) - Method in interface org.infinispan.client.hotrod.StreamingRemoteCache
-
Retrieves the value of the specified key as an
InputStream
. - get(K) - Method in interface org.infinispan.multimap.api.BasicMultimapCache
-
Returns a view collection of the values associated with key in this multimap cache, if any.
- get(AdvancedCache<K, V>) - Static method in class org.infinispan.conflict.ConflictManagerFactory
- getAbsoluteFile() - Method in class org.infinispan.io.GridFile
-
Deprecated.
- getAbsolutePath() - Method in class org.infinispan.io.GridFile
-
Deprecated.
- getAcceptHeader() - Method in class org.infinispan.rest.NettyRestRequest
- getAction() - Method in class org.infinispan.rest.NettyRestRequest
- getActions() - Method in class org.infinispan.security.CachePermission
- getActivations() - Method in interface org.infinispan.stats.ClusterCacheStats
- getActiveConnectionCount() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
- getAddress() - Method in class org.infinispan.manager.DefaultCacheManager
-
Warning: the address may be
null
before the first clustered cache starts and after all the clustered caches have been stopped. - getAddress() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Warning: the address may be
null
before the first clustered cache starts and after all the clustered caches have been stopped. - getAdminFlags() - Method in class org.infinispan.rest.NettyRestRequest
- getAdvancedCache() - Method in interface org.infinispan.Cache
- getAffinitySegmentId() - Method in interface org.infinispan.distribution.ch.AffinityTaggedKey
-
This numeric id is used exclusively for storage affinity in Infinispan.
- getAll(Set<?>) - Method in interface org.infinispan.AdvancedCache
-
Gets a collection of entries, returning them as
Map
of the values associated with the set of keys requested. - getAll(Set<? extends K>) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Retrieves all of the entries for the provided keys.
- getAllAsync(Set<?>) - Method in interface org.infinispan.commons.api.AsyncCache
-
TODO This should be in AdvancedCache with getAll
- getAllCacheEntries(Set<?>) - Method in interface org.infinispan.AdvancedCache
-
Gets a collection of entries from the
AdvancedCache
, returning them asMap
of the cache entries associated with the set of keys requested. - getAllFields(Class<?>, Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ReflectionUtil
- getAllMethods(Class<?>, Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ReflectionUtil
-
Returns a set of Methods that contain the given method annotation.
- getAllMethodsShallow(Class<?>, Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ReflectionUtil
-
Returns a set of Methods that contain the given method annotation.
- getAllowedRole() - Method in interface org.infinispan.tasks.Task
-
An optional role, for which the task is accessible.
- getAllVersions(K) - Method in interface org.infinispan.conflict.ConflictManager
-
Get all CacheEntry's that exists for a given key.
- getAlpnConfiguration() - Method in class org.infinispan.rest.ALPNHandler
- getAlpnConfiguration() - Method in class org.infinispan.rest.RestChannelInitializer
- getAlpnHandler() - Method in class org.infinispan.rest.RestChannelInitializer
- getAndAdd(long) - Method in class org.infinispan.commons.util.ByRef.Long
- getAndPutAll(Map<? extends K, ? extends V>) - Method in interface org.infinispan.AdvancedCache
-
Executes an equivalent of
Map.putAll(Map)
, returning previous values of the modified entries. - getAnnotatedFields(Class<?>, Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ReflectionUtil
- getAnnotation() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- getAnnotation(Class<?>, Class<T>) - Static method in class org.infinispan.commons.util.ReflectionUtil
-
Inspects the class passed in for the class level annotation specified.
- getAsInputStreamFromClassLoader(String, ClassLoader) - Method in class org.infinispan.commons.util.AbstractFileLookup
- getAsInputStreamFromClassLoader(String, ClassLoader) - Method in class org.infinispan.commons.util.FileLookupFactory.DefaultFileLookup
- getAsURLFromClassLoader(String, ClassLoader) - Method in class org.infinispan.commons.util.AbstractFileLookup
- getAsURLFromClassLoader(String, ClassLoader) - Method in class org.infinispan.commons.util.FileLookupFactory.DefaultFileLookup
- getAsURLsFromClassLoader(String, ClassLoader) - Method in class org.infinispan.commons.util.AbstractFileLookup
- getAsURLsFromClassLoader(String, ClassLoader) - Method in class org.infinispan.commons.util.FileLookupFactory.DefaultFileLookup
- getAsync(K) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
Map.get(Object)
that allows user code to retrieve the value associated with a key at a later stage, hence allowing multiple parallel get requests to be sent. - getAsyncExecutorService() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
- getAsyncInterceptorChain() - Method in interface org.infinispan.AdvancedCache
-
Deprecated.Since 10.0, will be removed without a replacement
- getAuthorizationHeader() - Method in class org.infinispan.rest.NettyRestRequest
- getAuthorizationManager() - Method in interface org.infinispan.AdvancedCache
-
Retrieves the
AuthorizationManager
if the cache has security enabled. - getAuthorizationPermission() - Method in class org.infinispan.security.CachePermission
- getAvailability() - Method in interface org.infinispan.AdvancedCache
-
Returns the cache's availability.
- getAvailabilityMode() - Method in interface org.infinispan.notifications.cachelistener.event.PartitionStatusChangedEvent
-
The mode the current cluster is in.
- getAverageReadTime() - Method in interface org.infinispan.stats.Stats
- getAverageReadTimeNanos() - Method in interface org.infinispan.stats.Stats
- getAverageRemoveTime() - Method in interface org.infinispan.stats.Stats
- getAverageRemoveTimeNanos() - Method in interface org.infinispan.stats.Stats
- getAverageWriteTime() - Method in interface org.infinispan.stats.Stats
- getAverageWriteTimeNanos() - Method in interface org.infinispan.stats.Stats
- getBatchContainer() - Method in interface org.infinispan.AdvancedCache
-
Returns the component in charge of batching cache operations.
- getBestVersion(int) - Static method in enum org.infinispan.client.hotrod.ProtocolVersion
- getBlockingManager() - Method in class org.infinispan.persistence.InitializationContextImpl
- getBlockingManager() - Method in interface org.infinispan.persistence.spi.InitializationContext
-
Returns a manager that is designed to execute tasks that might block.
- getBooleanProperty(String, boolean) - Method in class org.infinispan.commons.util.TypedProperties
- getBooleanProperty(String, boolean, boolean) - Method in class org.infinispan.commons.util.TypedProperties
- getBrandName() - Static method in class org.infinispan.commons.util.Version
- getBrandName() - Static method in class org.infinispan.Version
-
Deprecated.
- getBrandVersion() - Static method in class org.infinispan.commons.util.Version
- getBuf() - Method in interface org.infinispan.commons.io.ByteBuffer
-
Returns the underlying buffer.
- getBuf() - Method in class org.infinispan.commons.io.ByteBufferImpl
- getBufferPools() - Method in class org.infinispan.commons.util.JVMMemoryInfoInfo
- getBufferSizePredictor(Class<?>) - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
-
Get the serialized form size predictor for a particular type.
- getBufferSizePredictor(Object) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
- getBufferSizePredictor(Object) - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
- getBufferSizePredictor(Object) - Method in interface org.infinispan.commons.marshall.Marshaller
-
Returns a marshalled payload size predictor for a particular type.
- getBuilderFromName(String) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- getBuilderInfo(String, String) - Method in interface org.infinispan.commons.configuration.ConfigurationBuilderInfo
- getBuilderInfo(String, String) - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- getBuilderInfo(String, String) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- getBuilderInfo(String, String) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationBuilder
- getBuilderInfo(String, String) - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfigurationBuilder
- getByte(int) - Method in class org.infinispan.commons.marshall.WrappedByteArray
- getByte(int) - Method in interface org.infinispan.commons.marshall.WrappedBytes
-
Retrieves the byte given an offset.
- getByteBufferFactory() - Method in class org.infinispan.persistence.InitializationContextImpl
- getByteBufferFactory() - Method in interface org.infinispan.persistence.spi.InitializationContext
-
To be used for building
ByteBuffer
objects. - getBytes() - Method in class org.infinispan.commons.marshall.WrappedByteArray
- getBytes() - Method in interface org.infinispan.commons.marshall.WrappedBytes
-
The backing array if there is one otherwise null is returned.
- getBytes() - Method in class org.infinispan.persistence.sifs.EntryMetadata
- getCache() - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
- getCache() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
Retrieves the default cache from the remote server.
- getCache() - Method in interface org.infinispan.commons.api.BasicCacheContainer
-
Retrieves the default cache associated with this cache container.
- getCache() - Method in interface org.infinispan.manager.CacheContainer
- getCache() - Method in class org.infinispan.manager.DefaultCacheManager
-
Retrieves the default cache associated with this cache manager.
- getCache() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Retrieves the default cache associated with this cache container.
- getCache() - Method in interface org.infinispan.notifications.cachelistener.event.Event
- getCache() - Method in class org.infinispan.persistence.InitializationContextImpl
- getCache() - Method in interface org.infinispan.persistence.spi.InitializationContext
- getCache() - Method in class org.infinispan.tasks.TaskContext
-
The default cache.
- getCache(boolean) - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
-
Deprecated.since 11.0. Use
ConfigurationBuilder.remoteCache(String)
to configure the cache and thenRemoteCacheContainer.getCache(String)
to obtain it. - getCache(String) - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
- getCache(String) - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
Retrieves a named cache from the remote server if the cache has been defined, otherwise if the cache name is undefined, it will return null.
- getCache(String) - Method in interface org.infinispan.commons.api.BasicCacheContainer
-
Retrieves a cache by name.
- getCache(String) - Method in interface org.infinispan.manager.CacheContainer
- getCache(String) - Method in class org.infinispan.manager.DefaultCacheManager
-
Retrieves a named cache from the system.
- getCache(String) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Retrieves a cache by name.
- getCache(String, boolean) - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
-
Deprecated.since 11.0. Use
ConfigurationBuilder.remoteCache(String)
to configure the cache and thenRemoteCacheContainer.getCache(String)
to obtain it. - getCache(String, boolean) - Method in class org.infinispan.manager.DefaultCacheManager
- getCache(String, boolean) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Similar to
EmbeddedCacheManager.getCache(String)
, except if has the option to not create the cache if it is not already running. - getCache(String, boolean, TransactionManager) - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
-
Deprecated.since 11.0. Use
ConfigurationBuilder.remoteCache(String)
to configure the cache and thenRemoteCacheContainer.getCache(String)
to obtain it. - getCache(String, boolean, TransactionMode) - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
-
Deprecated.since 11.0. Use
ConfigurationBuilder.remoteCache(String)
to configure the cache and thenRemoteCacheContainer.getCache(String)
to obtain it. - getCache(String, boolean, TransactionMode, TransactionManager) - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
-
Deprecated.since 11.0. Use
ConfigurationBuilder.remoteCache(String)
to configure the cache and thenRemoteCacheContainer.getCache(String)
to obtain it. - getCache(String, boolean, TransactionMode, TransactionManager) - Method in class org.infinispan.client.hotrod.RemoteCacheManager
- getCache(String, TransactionManager) - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
-
Deprecated.since 11.0. Use
ConfigurationBuilder.remoteCache(String)
to configure the cache and thenRemoteCacheContainer.getCache(String)
to obtain it. - getCache(String, TransactionMode) - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
-
Deprecated.since 11.0. Use
ConfigurationBuilder.remoteCache(String)
to configure the cache and thenRemoteCacheContainer.getCache(String)
to obtain it. - getCache(String, TransactionMode, TransactionManager) - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
-
Deprecated.since 11.0. Use
ConfigurationBuilder.remoteCache(String)
to configure the cache and thenRemoteCacheContainer.getCache(String)
to obtain it. - getCache(String, TransactionMode, TransactionManager) - Method in class org.infinispan.client.hotrod.RemoteCacheManager
- getCacheConfiguration() - Method in interface org.infinispan.Cache
- getCacheConfiguration(String) - Method in class org.infinispan.manager.DefaultCacheManager
- getCacheConfiguration(String) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Returns the configuration for the given cache.
- getCacheConfigurationNames() - Method in class org.infinispan.manager.CacheManagerInfo
- getCacheConfigurationNames() - Method in class org.infinispan.manager.DefaultCacheManager
- getCacheConfigurationNames() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
This method returns a collection of all cache configuration names.
- getCacheControlHeader() - Method in class org.infinispan.rest.NettyRestRequest
- getCacheEntry(Object) - Method in interface org.infinispan.AdvancedCache
-
Retrieves a CacheEntry corresponding to a specific key.
- getCacheEntryAsync(Object) - Method in interface org.infinispan.AdvancedCache
-
Retrieves a CacheEntry corresponding to a specific key.
- getCacheLoaderLoads() - Method in interface org.infinispan.stats.ClusterCacheStats
- getCacheLoaderMisses() - Method in interface org.infinispan.stats.ClusterCacheStats
- getCacheManager() - Method in interface org.infinispan.Cache
-
Retrieves the cache manager responsible for creating this cache instance.
- getCacheManager() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.Event
- getCacheManager() - Method in interface org.infinispan.security.PrincipalRoleMapperContext
-
Returns the
EmbeddedCacheManager
in which this role mapper is being instantiated - getCacheManager() - Method in class org.infinispan.tasks.TaskContext
-
CacheManager for this task execution
- getCacheManagerConfiguration() - Method in class org.infinispan.manager.DefaultCacheManager
- getCacheManagerConfiguration() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Returns global configuration for this CacheManager
- getCacheManagerInfo() - Method in class org.infinispan.manager.DefaultCacheManager
- getCacheManagerInfo() - Method in interface org.infinispan.manager.EmbeddedCacheManager
- getCacheManagerStatus() - Method in class org.infinispan.manager.CacheManagerInfo
- getCacheManagerStatus() - Method in class org.infinispan.manager.DefaultCacheManager
- getCacheName() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.CacheStartedEvent
- getCacheName() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.CacheStoppedEvent
- getCacheNames() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
- getCacheNames() - Method in interface org.infinispan.commons.api.BasicCacheContainer
-
This method returns a collection of all cache names.
- getCacheNames() - Method in class org.infinispan.manager.DefaultCacheManager
- getCacheTopology() - Method in interface org.infinispan.distribution.DistributionManager
- getCacheTopologyInfo() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Returns
CacheTopologyInfo
for this cache. - getCallback() - Method in interface org.infinispan.objectfilter.FilterSubscription
-
The associated callback that is being notified of successful matches.
- getCanonicalFile() - Method in class org.infinispan.io.GridFile
-
Deprecated.
- getCanonicalPath() - Method in class org.infinispan.io.GridFile
-
Deprecated.
- getCapacityFactors() - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
The capacity factor of each member.
- getChannelFactory() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
This method is not a part of the public API.
- getChecksum() - Method in interface org.infinispan.globalstate.ScopedPersistentState
-
Returns the checksum of the properties excluding those prefixed with @
- getChildrenInfo() - Method in interface org.infinispan.commons.configuration.ConfigurationBuilderInfo
- getChildrenInfo() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- getChildrenInfo() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- getChildrenInfo() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- getChildrenInfo() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- getChildrenInfo() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- getChildrenInfo() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- getChildrenInfo() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- getChildrenInfo() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- getChildrenInfo() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- getChildrenInfo() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- getChildrenInfo() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- getChildrenInfo() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- getChildrenInfo() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationBuilder
- getChildrenInfo() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
- getChildrenInfo() - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfigurationBuilder
- getChildrenInfo() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
- getChildrenInfo() - Method in class org.infinispan.persistence.remote.configuration.SecurityConfigurationBuilder
- getChildrenInfo() - Method in class org.infinispan.persistence.remote.configuration.SslConfigurationBuilder
- getChildrenInfo() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfigurationBuilder
- getChildrenInfo() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- getChunkSize() - Method in class org.infinispan.io.GridFile
-
Deprecated.Guaranteed to be a power of two
- getChunkSize() - Method in class org.infinispan.io.GridFile.Metadata
-
Deprecated.
- getClassAllowList() - Method in class org.infinispan.client.hotrod.configuration.Configuration
- getClassAllowList() - Method in class org.infinispan.manager.DefaultCacheManager
- getClassAllowList() - Method in interface org.infinispan.manager.EmbeddedCacheManager
- getClasses() - Method in class org.infinispan.configuration.global.AllowListConfiguration
- getClasses() - Method in class org.infinispan.configuration.global.WhiteListConfiguration
-
Deprecated.
- getClassForName(String, ClassLoader) - Static method in class org.infinispan.commons.util.ReflectionUtil
- getClassLoader() - Method in interface org.infinispan.AdvancedCache
-
Returns the cache loader associated associated with this cache.
- getClassLoader() - Method in class org.infinispan.commons.configuration.ClassAllowList
- getClassLoader() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- getClassLoader() - Method in class org.infinispan.jboss.marshalling.commons.DefaultContextClassResolver
-
Deprecated.
- getClassLoaders(ClassLoader) - Static method in class org.infinispan.commons.util.Util
- getClassWhiteList() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
Deprecated.Use
Configuration.getClassAllowList()
instead. To be removed in 14.0. - getClassWhiteList() - Method in class org.infinispan.manager.DefaultCacheManager
- getClassWhiteList() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Deprecated.
- getCluster() - Method in class org.infinispan.client.hotrod.configuration.ClusterConfiguration
- getClusteredSearchStatistics(Cache<?, ?>) - Static method in class org.infinispan.query.Search
- getClusteredVersion() - Method in class org.infinispan.metadata.EmbeddedMetadata
- getClusterMembers() - Method in class org.infinispan.manager.CacheManagerInfo
- getClusterMembers() - Method in class org.infinispan.manager.DefaultCacheManager
- getClusterMembersPhysicalAddresses() - Method in class org.infinispan.manager.CacheManagerInfo
- getClusterMembersPhysicalAddresses() - Method in class org.infinispan.manager.DefaultCacheManager
- getClusterName() - Method in class org.infinispan.client.hotrod.configuration.ClusterConfiguration
- getClusterName() - Method in class org.infinispan.client.hotrod.configuration.ClusterConfigurationBuilder
- getClusterName() - Method in class org.infinispan.manager.CacheManagerInfo
- getClusterName() - Method in class org.infinispan.manager.DefaultCacheManager
- getClusterName() - Method in interface org.infinispan.manager.EmbeddedCacheManager
- getClusterSize() - Method in class org.infinispan.manager.CacheManagerInfo
- getClusterSize() - Method in class org.infinispan.manager.DefaultCacheManager
- getCodec() - Method in enum org.infinispan.client.hotrod.ProtocolVersion
- getCodec() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
This method is not a part of the public API.
- getCodename() - Static method in class org.infinispan.commons.util.Version
- getCodename() - Static method in class org.infinispan.Version
-
Deprecated.
- getCollocatedKey(K) - Method in interface org.infinispan.affinity.KeyAffinityService
-
Returns a key that will be distributed on the same node as the supplied key.
- getCommitInterval() - Method in class org.infinispan.configuration.cache.IndexWriterConfiguration
- getComparator() - Method in interface org.infinispan.objectfilter.FilterSubscription
-
The comparator corresponding to the 'order by' clause, if any.
- getComparator() - Method in interface org.infinispan.objectfilter.ObjectFilter
-
The comparator corresponding to the 'order by' clause, if any.
- getComponentRegistry() - Method in interface org.infinispan.AdvancedCache
-
Deprecated.Since 10.0, with no public API replacement
- getCompressionLevel() - Method in class org.infinispan.rest.configuration.RestServerConfiguration
- getConfiguration() - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
-
Retrieves the configuration currently in use.
- getConfiguration() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
- getConfiguration() - Method in interface org.infinispan.counter.api.StrongCounter
- getConfiguration() - Method in interface org.infinispan.counter.api.SyncStrongCounter
- getConfiguration() - Method in interface org.infinispan.counter.api.SyncWeakCounter
- getConfiguration() - Method in interface org.infinispan.counter.api.WeakCounter
- getConfiguration() - Method in class org.infinispan.persistence.file.SingleFileStore
- getConfiguration() - Method in class org.infinispan.persistence.InitializationContextImpl
- getConfiguration() - Method in class org.infinispan.persistence.remote.RemoteStore
- getConfiguration() - Method in interface org.infinispan.persistence.spi.InitializationContext
- getConfiguration() - Method in class org.infinispan.rest.InvocationHelper
- getConfiguration(String) - Method in interface org.infinispan.counter.api.CounterManager
- getConfiguration(String) - Method in interface org.infinispan.lock.api.ClusteredLockManager
-
Returns the configuration of a
ClusteredLock
, if such exists.This method throwsClusteredLockException
if the lock is not not defined. - getConfigurationBuilderInfo() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationParser
- getConfigurationBuilderInfo() - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationParser
- getConfigurationBuilderInfo() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationParser
- getConfigurationBuilderInfo() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfigurationParser
- getConfigurationBuilderInfo() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationParser
- getConfigurator() - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- getConfigurator(String) - Method in interface org.infinispan.configuration.global.StackBuilder
- getConfigurator(String) - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- getConfigurator(String) - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- getConflicts() - Method in interface org.infinispan.conflict.ConflictManager
-
Returns a stream of conflicts detected in the cluster.
- getConnectionCount() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
- getConnectionFactory() - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
- getConsistentHashAtEnd() - Method in interface org.infinispan.notifications.cachelistener.event.DataRehashedEvent
- getConsistentHashAtEnd() - Method in interface org.infinispan.notifications.cachelistener.event.TopologyChangedEvent
-
Deprecated.
- getConsistentHashAtStart() - Method in interface org.infinispan.notifications.cachelistener.event.DataRehashedEvent
- getConsistentHashAtStart() - Method in interface org.infinispan.notifications.cachelistener.event.TopologyChangedEvent
-
Deprecated.
- getContentTypeHeader() - Method in class org.infinispan.rest.NettyRestRequest
- getContext() - Method in class org.infinispan.commons.util.SslContextFactory
- getContext() - Method in class org.infinispan.rest.InvocationHelper
- getContext() - Method in class org.infinispan.rest.NettyRestRequest
- getContextInitializers() - Method in class org.infinispan.client.hotrod.configuration.Configuration
- getContinuousQuery(Cache<K, V>) - Static method in class org.infinispan.query.Search
-
Obtain the
ContinuousQuery
object for a cache. - getContinuousQuery(RemoteCache<K, V>) - Static method in class org.infinispan.client.hotrod.Search
- getConverter() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- getConverter(Object[]) - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventConverterFactory
-
Retrieves a cache event converter instance from this factory.
- getCoordinator() - Method in class org.infinispan.manager.DefaultCacheManager
- getCoordinator() - Method in interface org.infinispan.manager.EmbeddedCacheManager
- getCoordinatorAddress() - Method in class org.infinispan.manager.CacheManagerInfo
- getCoordinatorAddress() - Method in class org.infinispan.manager.DefaultCacheManager
- getCorsRules() - Method in class org.infinispan.rest.configuration.RestServerConfiguration
- getCounterListener() - Method in interface org.infinispan.counter.api.Handle
- getCounterManager() - Method in class org.infinispan.rest.InvocationHelper
- getCounterNames() - Method in interface org.infinispan.counter.api.CounterManager
-
Returns a
Collection
of defined counter names. - getCreated() - Method in interface org.infinispan.client.hotrod.Metadata
- getCreated() - Method in class org.infinispan.persistence.sifs.EntryMetadata
- getCreated() - Method in class org.infinispan.persistence.sifs.EntryRecord
- getCreated() - Method in interface org.infinispan.persistence.spi.MarshalledValue
- getCreatedCacheCount() - Method in class org.infinispan.manager.CacheManagerInfo
- getCreatedCacheCount() - Method in class org.infinispan.manager.DefaultCacheManager
- getCreatedHeader() - Method in class org.infinispan.rest.NettyRestRequest
- getCurrentNumberOfEntries() - Method in interface org.infinispan.stats.Stats
-
Returns the number of entries currently in this cache instance.
- getCurrentNumberOfEntriesInMemory() - Method in interface org.infinispan.stats.Stats
-
The same as
Stats.getCurrentNumberOfEntries()
, however passivated entries are not included. - getCurrentOs() - Static method in enum org.infinispan.commons.util.OS
- getCustomInterceptorsBuilder() - Method in class org.infinispan.configuration.cache.AbstractCustomInterceptorsConfigurationChildBuilder
-
Deprecated.
- getDataContainer() - Method in interface org.infinispan.AdvancedCache
-
Returns the container where data is stored in the cache.
- getDataFormat() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Return the currently
DataFormat
being used. - getDataMemoryUsed() - Method in interface org.infinispan.stats.Stats
-
Provides how much memory the current eviction algorithm estimates is in use for data.
- getDecoder() - Method in class org.infinispan.rest.RestServer
- getDefault() - Static method in enum org.infinispan.client.hotrod.configuration.ClientIntelligence
- getDefaultCacheConfiguration() - Method in class org.infinispan.manager.DefaultCacheManager
- getDefaultCacheConfiguration() - Method in interface org.infinispan.manager.EmbeddedCacheManager
- getDefinedCacheConfigurationNames() - Method in class org.infinispan.manager.DefaultCacheManager
- getDefinedCacheCount() - Method in class org.infinispan.manager.DefaultCacheManager
- getDefinedCacheNames() - Method in class org.infinispan.manager.DefaultCacheManager
- getDefinedCaches() - Method in class org.infinispan.manager.CacheManagerInfo
- getDistribution(Object) - Method in class org.infinispan.distribution.LocalizedCacheTopology
- getDistributionForSegment(int) - Method in class org.infinispan.distribution.LocalizedCacheTopology
-
Deprecated.since 9.3 please use
LocalizedCacheTopology.getSegmentDistribution(int)
instead. - getDistributionManager() - Method in interface org.infinispan.AdvancedCache
-
Retrieves a reference to the
DistributionManager
if the cache is configured to use Distribution. - getElement() - Method in enum org.infinispan.configuration.cache.StorageType
- getElementDefinition() - Method in interface org.infinispan.commons.configuration.BaseConfigurationInfo
- getElementDefinition() - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.AuthorizationConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.BackupConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.BackupForBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.BackupForConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfiguration
-
Deprecated.
- getElementDefinition() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
-
Deprecated.
- getElementDefinition() - Method in class org.infinispan.configuration.cache.Configuration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.ContentTypeConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfiguration
-
Deprecated.
- getElementDefinition() - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfigurationBuilder
-
Deprecated.
- getElementDefinition() - Method in class org.infinispan.configuration.cache.EncodingConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.ExpirationConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.GroupsConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.HashConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.IndexMergeConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.IndexReaderConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.IndexWriterConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
-
Deprecated.
- getElementDefinition() - Method in class org.infinispan.configuration.cache.L1Configuration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.LockingConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- getElementDefinition() - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
-
Deprecated.
- getElementDefinition() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.RecoveryConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.SecurityConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.SitesConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.StatisticsConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.TakeOfflineConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.UnsafeConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.configuration.global.AllowListConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.global.GlobalJmxConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.global.GlobalMetricsConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.global.GlobalSecurityConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.global.GlobalStatePathConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.global.GlobalStorageConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.global.JGroupsConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.global.JGroupsProtocolConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.global.SerializationConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.global.ShutdownConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.global.StackConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.global.StackFileConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.global.TransportConfiguration
- getElementDefinition() - Method in class org.infinispan.configuration.global.WhiteListConfiguration
-
Deprecated.
- getElementDefinition() - Method in class org.infinispan.persistence.jdbc.configuration.DataColumnConfiguration
- getElementDefinition() - Method in class org.infinispan.persistence.jdbc.configuration.DataColumnConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.persistence.jdbc.configuration.IdColumnConfiguration
- getElementDefinition() - Method in class org.infinispan.persistence.jdbc.configuration.IdColumnConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfiguration
- getElementDefinition() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfiguration
- getElementDefinition() - Method in class org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfiguration
- getElementDefinition() - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.persistence.jdbc.configuration.SegmentColumnConfiguration
- getElementDefinition() - Method in class org.infinispan.persistence.jdbc.configuration.SegmentColumnConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfiguration
- getElementDefinition() - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
- getElementDefinition() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.persistence.jdbc.configuration.TimestampColumnConfiguration
- getElementDefinition() - Method in class org.infinispan.persistence.jdbc.configuration.TimestampColumnConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfiguration
- getElementDefinition() - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfiguration
- getElementDefinition() - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
- getElementDefinition() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfiguration
- getElementDefinition() - Method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.persistence.remote.configuration.KeyStoreConfiguration
- getElementDefinition() - Method in class org.infinispan.persistence.remote.configuration.KeyStoreConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.persistence.remote.configuration.MechanismConfiguration
- getElementDefinition() - Method in class org.infinispan.persistence.remote.configuration.MechanismConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.persistence.remote.configuration.RemoteServerConfiguration
- getElementDefinition() - Method in class org.infinispan.persistence.remote.configuration.RemoteServerConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
- getElementDefinition() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.persistence.remote.configuration.SecurityConfiguration
- getElementDefinition() - Method in class org.infinispan.persistence.remote.configuration.SecurityConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.persistence.remote.configuration.SslConfiguration
- getElementDefinition() - Method in class org.infinispan.persistence.remote.configuration.SslConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.persistence.remote.configuration.TrustStoreConfiguration
- getElementDefinition() - Method in class org.infinispan.persistence.remote.configuration.TrustStoreConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBExpirationConfiguration
- getElementDefinition() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBExpirationConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfiguration
- getElementDefinition() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.persistence.sifs.configuration.DataConfiguration
- getElementDefinition() - Method in class org.infinispan.persistence.sifs.configuration.DataConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- getElementDefinition() - Method in class org.infinispan.persistence.sifs.configuration.IndexConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- getElementDefinition() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- getElementDefinition() - Method in class org.infinispan.rest.configuration.AuthenticationConfiguration
- getElementDefinition() - Method in class org.infinispan.rest.configuration.CorsConfiguration
- getElementDefinition() - Method in class org.infinispan.rest.configuration.CorsRuleConfiguration
- getElementDefinition() - Method in class org.infinispan.rest.configuration.RestServerConfiguration
- getElementDefinition() - Method in class org.infinispan.server.core.configuration.EncryptionConfiguration
- getElementDefinition() - Method in class org.infinispan.server.core.configuration.SniConfiguration
- getElementDefinition() - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfiguration
- getElementDefinition() - Method in class org.infinispan.server.hotrod.configuration.BooleanElementConfiguration
- getElementDefinition() - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfiguration
- getElementDefinition() - Method in class org.infinispan.server.hotrod.configuration.PolicyConfiguration
- getElementDefinition() - Method in class org.infinispan.server.hotrod.configuration.SaslConfiguration
- getElementDefinition() - Method in class org.infinispan.server.hotrod.configuration.TopologyCacheConfiguration
- getElementDefinition() - Method in class org.infinispan.server.memcached.configuration.MemcachedServerConfiguration
-
Deprecated.
- getEmpty() - Method in interface org.infinispan.persistence.spi.MarshallableEntryFactory
- getEncoder() - Method in class org.infinispan.rest.RestServer
- getEngine(SSLContext, boolean, boolean) - Static method in class org.infinispan.commons.util.SslContextFactory
- getEntity() - Method in class org.infinispan.rest.NettyRestResponse.Builder
- getEntity() - Method in class org.infinispan.rest.NettyRestResponse
- getEntityTypeName() - Method in interface org.infinispan.objectfilter.FilterSubscription
-
The fully qualified entity type name accepted by this filter.
- getEntityTypeName() - Method in interface org.infinispan.objectfilter.ObjectFilter
-
The fully qualified entity type name accepted by this filter.
- getEntries() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntriesEvictedEvent
-
Retrieves entries being evicted.
- getEntry(K) - Method in interface org.infinispan.multimap.api.embedded.MultimapCache
-
Retrieves a CacheEntry corresponding to a specific key in this multimap cache.
- getEnumProperty(String, Class<T>, T) - Method in class org.infinispan.commons.util.TypedProperties
- getEnumProperty(String, Class<T>, T, boolean) - Method in class org.infinispan.commons.util.TypedProperties
- getErroneousAttributes() - Method in exception org.infinispan.commons.CacheConfigurationException
-
Deprecated.
- getEtagIfMatchHeader() - Method in class org.infinispan.rest.NettyRestRequest
- getEtagIfNoneMatchHeader() - Method in class org.infinispan.rest.NettyRestRequest
- getEventData() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryCustomEvent
-
Customized event data.
- getEventTypes() - Method in interface org.infinispan.objectfilter.FilterSubscription
-
The event types.
- getEvictionManager() - Method in interface org.infinispan.AdvancedCache
-
Deprecated.Since 10.1, will be removed without a replacement
- getEvictions() - Method in interface org.infinispan.stats.Stats
- getExactSizeIfKnown() - Method in class org.infinispan.commons.util.SpliteratorMapper
- getExecutionMode() - Method in interface org.infinispan.tasks.Task
-
Provides info whether the task execution should be local - on one node or distributed - on all nodes.
- getExecutor() - Method in class org.infinispan.persistence.InitializationContextImpl
-
Deprecated.
- getExecutor() - Method in interface org.infinispan.persistence.spi.InitializationContext
-
Deprecated.since 11.0 - Please use
InitializationContext.getBlockingManager()
()} orInitializationContext.getNonBlockingExecutor()
instead - getExecutor() - Method in class org.infinispan.rest.InvocationHelper
- getExecutor(Properties) - Method in interface org.infinispan.commons.executors.ExecutorFactory
- getExecutor(Properties, AccessControlContext) - Method in interface org.infinispan.commons.executors.SecurityAwareExecutorFactory
- getExpirationManager() - Method in interface org.infinispan.AdvancedCache
- getExternalizer(Class<?>) - Method in class org.infinispan.jboss.marshalling.commons.SerializeWithExtFactory
-
Deprecated.
- getFailurePolicy(String) - Method in class org.infinispan.configuration.cache.SitesConfiguration
- getFeatures() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- getField(String, Class<?>) - Static method in class org.infinispan.commons.util.ReflectionUtil
- getFile(int) - Method in class org.infinispan.persistence.sifs.FileProvider
- getFile(File, String) - Method in class org.infinispan.io.GridFilesystem
-
Deprecated.
- getFile(File, String, int) - Method in class org.infinispan.io.GridFilesystem
-
Deprecated.
- getFile(String) - Method in class org.infinispan.io.GridFilesystem
-
Deprecated.Returns the file denoted by pathname.
- getFile(String, int) - Method in class org.infinispan.io.GridFilesystem
-
Deprecated.Returns the file denoted by pathname.
- getFile(String, String) - Method in class org.infinispan.io.GridFilesystem
-
Deprecated.
- getFile(String, String, int) - Method in class org.infinispan.io.GridFilesystem
-
Deprecated.
- getFileErrors(String) - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
-
Gets the error messages (caused by parsing, linking, etc) associated to a *.proto schema file.
- getFileForLog() - Method in class org.infinispan.persistence.sifs.FileProvider
- getFileId() - Method in class org.infinispan.persistence.sifs.FileProvider.Handle
- getFileIterator() - Method in class org.infinispan.persistence.sifs.FileProvider
- getFileSize() - Method in class org.infinispan.persistence.sifs.FileProvider.Handle
- getFileSize(int) - Method in class org.infinispan.persistence.sifs.FileProvider
- getFilesWithErrors() - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
-
Get the full names of all files with errors.
- getFilter() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- getFilter(Object[]) - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventFilterFactory
-
Retrieves a cache event filter instance from this factory.
- getFilterAnnotations() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- getFilterConverter() - Method in interface org.infinispan.filter.KeyValueFilterConverterFactory
- getFilterConverter() - Method in interface org.infinispan.filter.ParamKeyValueFilterConverterFactory
- getFilterConverter(Object[]) - Method in interface org.infinispan.filter.ParamKeyValueFilterConverterFactory
-
Create an instance of
KeyValueFilterConverter
- getFilterConverter(Object[]) - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterFactory
-
Retrieves a cache event filter and converter instance from this factory.
- getFlagInt() - Method in enum org.infinispan.client.hotrod.Flag
- getFlags() - Method in class org.infinispan.rest.NettyRestRequest
- getFloatProperty(String) - Method in interface org.infinispan.globalstate.ScopedPersistentState
-
Retrieves a float state property
- getFreeSpace() - Method in class org.infinispan.io.GridFile
-
Deprecated.
- getFullHttpRequest() - Method in class org.infinispan.rest.NettyRestRequest
- getGc() - Method in class org.infinispan.commons.util.JVMMemoryInfoInfo
- getGlobalComponentRegistry() - Method in class org.infinispan.manager.DefaultCacheManager
- getGlobalComponentRegistry() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Deprecated.Since 10.0, with no public API replacement
- getGlobalConfiguration() - Method in class org.infinispan.persistence.InitializationContextImpl
- getGlobalConfiguration() - Method in interface org.infinispan.persistence.spi.InitializationContext
-
Returns the global configuration
- getGlobalConfigurationAsProperties() - Method in class org.infinispan.manager.DefaultCacheManager
- getGlobalTransaction() - Method in interface org.infinispan.notifications.cachelistener.event.TransactionalEvent
- getGlobalTransaction(Transaction) - Method in interface org.infinispan.transaction.TransactionTable
- getGroup(String) - Method in interface org.infinispan.AdvancedCache
-
It fetches all the keys which belong to the group.
- getHeader() - Method in class org.infinispan.persistence.sifs.EntryRecord
- getHeader(String) - Method in class org.infinispan.rest.NettyRestResponse.Builder
- getHeaderLength() - Method in class org.infinispan.persistence.sifs.EntryHeader
- getHealth() - Method in class org.infinispan.manager.DefaultCacheManager
- getHealth() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Returns an entry point for a Health Check API.
- getHeap() - Method in class org.infinispan.commons.util.JVMMemoryInfoInfo
- getHitRatio() - Method in interface org.infinispan.stats.CacheContainerStats
-
Deprecated.
- getHitRatio() - Method in interface org.infinispan.stats.ClusterCacheStats
- getHits() - Method in interface org.infinispan.stats.Stats
- getHttpStatus() - Method in class org.infinispan.rest.NettyRestResponse.Builder
- getId() - Method in class org.infinispan.commons.hash.MurmurHash3.Externalizer
- getId() - Method in class org.infinispan.commons.io.ByteBufferImpl.Externalizer
- getId() - Method in class org.infinispan.commons.marshall.AbstractExternalizer
- getId() - Method in class org.infinispan.commons.marshall.AdminFlagExternalizer
- getId() - Method in interface org.infinispan.commons.marshall.AdvancedExternalizer
-
Deprecated.Returns an integer that identifies the externalizer type.
- getId() - Method in class org.infinispan.commons.marshall.SingletonExternalizer
- getId() - Method in class org.infinispan.commons.marshall.SuppliedExternalizer
- getId() - Method in class org.infinispan.commons.marshall.WrappedByteArray.Externalizer
- getId() - Method in class org.infinispan.commons.util.ImmutableListCopy.Externalizer
- getId() - Method in class org.infinispan.commons.util.Immutables.ImmutableMapWrapperExternalizer
- getId() - Method in class org.infinispan.commons.util.Immutables.ImmutableSetWrapperExternalizer
- getId() - Method in class org.infinispan.context.Flag.Externalizer
- getId() - Method in class org.infinispan.filter.AcceptAllKeyValueFilter.Externalizer
- getId() - Method in class org.infinispan.filter.CacheFilters.CacheFiltersExternalizer
- getId() - Method in class org.infinispan.filter.CompositeKeyValueFilter.Externalizer
- getId() - Method in class org.infinispan.globalstate.ScopedState.Externalizer
- getId() - Method in class org.infinispan.globalstate.ScopeFilter.Externalizer
- getId() - Method in class org.infinispan.metadata.EmbeddedMetadata.Externalizer
- getId() - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventConverterAsConverter.Externalizer
- getId() - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterAsKeyValueFilter.Externalizer
- getId() - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterAsKeyValueFilterConverter.Externalizer
- getId() - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter.Externalizer
- getId() - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterConverterAsCacheEventFilterConverter.Externalizer
- getId() - Method in class org.infinispan.partitionhandling.AvailabilityMode.Externalizer
- getId() - Method in class org.infinispan.stream.StreamMarshalling.StreamMarshallingExternalizer
- getIdentifier() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- getIdleConnectionCount() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
- getIfModifiedSinceHeader() - Method in class org.infinispan.rest.NettyRestRequest
- getIfUnmodifiedSinceHeader() - Method in class org.infinispan.rest.NettyRestRequest
- getIndexer(Cache<K, V>) - Static method in class org.infinispan.query.Search
- getIndexLocation() - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
- getInitializer() - Method in class org.infinispan.rest.RestServer
- getInput(File) - Method in class org.infinispan.io.GridFilesystem
-
Deprecated.Opens an InputStream for reading from the given file.
- getInput(String) - Method in class org.infinispan.io.GridFilesystem
-
Deprecated.Opens an InputStream for reading from the file denoted by pathname.
- getInstance() - Static method in class org.infinispan.commons.hash.MurmurHash3
- getInstance() - Static method in class org.infinispan.commons.util.concurrent.BlockingRejectedExecutionHandler
- getInstance() - Static method in class org.infinispan.commons.util.concurrent.LifecycleRejectedExecutionHandler
- getInstance() - Static method in class org.infinispan.commons.util.concurrent.NonBlockingRejectedExecutionHandler
- getInstance() - Static method in class org.infinispan.counter.api.PropertyFormatter
- getInstance() - Static method in class org.infinispan.filter.AcceptAllKeyValueFilter
- getInstance() - Method in interface org.infinispan.objectfilter.ObjectFilter.FilterResult
-
Returns the matched object.
- getInstance() - Method in class org.infinispan.query.remote.client.FilterResult
-
Returns the matched object.
- getInstance() - Static method in class org.infinispan.xsite.spi.AlwaysRemoveXSiteEntryMergePolicy
- getInstance() - Static method in class org.infinispan.xsite.spi.DefaultXSiteEntryMergePolicy
- getInstance() - Static method in class org.infinispan.xsite.spi.PreferNonNullXSiteEntryMergePolicy
- getInstance() - Static method in class org.infinispan.xsite.spi.PreferNullXSiteEntryMergePolicy
- getInstance() - Method in enum org.infinispan.xsite.spi.XSiteMergePolicy
- getInstance(Class<T>) - Static method in class org.infinispan.commons.util.Util
-
Instantiates a class by first attempting a static factory method named getInstance() on the class and then falling back to an empty constructor.
- getInstance(String, ClassLoader) - Static method in class org.infinispan.commons.util.Util
-
Instantiates a class based on the class name provided.
- getInstanceStrict(Class<T>) - Static method in class org.infinispan.commons.util.Util
-
Similar to
Util.getInstance(Class)
except that exceptions are propagated to the caller. - getInstanceStrict(String, ClassLoader) - Static method in class org.infinispan.commons.util.Util
-
Similar to
Util.getInstance(String, ClassLoader)
except that exceptions are propagated to the caller. - getInstanceSupplier(Class<T>) - Static method in class org.infinispan.commons.util.Util
- getInstanceSupplier(String, ClassLoader) - Static method in class org.infinispan.commons.util.Util
- getIntAccessibly(Field, Object) - Static method in class org.infinispan.commons.util.ReflectionUtil
- getInternalMetadata() - Method in class org.infinispan.persistence.sifs.EntryRecord
- getInternalMetadata() - Method in interface org.infinispan.persistence.spi.MarshallableEntry
- getInternalMetadataBytes() - Method in interface org.infinispan.persistence.spi.MarshallableEntry
- getInternalMetadataBytes() - Method in interface org.infinispan.persistence.spi.MarshalledValue
- getIntProperty(String) - Method in interface org.infinispan.globalstate.ScopedPersistentState
-
Retrieves an integer state property
- getIntProperty(String, int) - Method in class org.infinispan.commons.util.TypedProperties
- getIntProperty(String, int, boolean) - Method in class org.infinispan.commons.util.TypedProperties
- getIntSet() - Method in class org.infinispan.commons.util.BloomFilter
- getIntStatistic(String) - Method in interface org.infinispan.client.hotrod.ServerStatistics
- getInvalidations() - Method in interface org.infinispan.stats.ClusterCacheStats
- getJavaClass() - Method in class org.infinispan.counter.api.CounterState$___Marshaller_93aa5d27c0d57954ec79247b055254b02d5c87a64e0764e392772b387eb7542d
- getJavaClass() - Method in class org.infinispan.counter.api.CounterType$___Marshaller_4dd4ef0972bf79fd96da56b8ce9348d84b1c42596acd7df3abf86c5e467887f5
- getJavaClass() - Method in class org.infinispan.counter.api.Storage$___Marshaller_ed04a8616efd062a7c88e9e578efa97c99224ac3211dd20ca76376455f84a9ae
- getJBossMarshaller(ClassLoader, ClassAllowList) - Static method in class org.infinispan.commons.util.Util
- getJsonReader() - Method in class org.infinispan.rest.InvocationHelper
- getJsonWriter() - Method in class org.infinispan.rest.InvocationHelper
- getKey() - Method in interface org.infinispan.affinity.KeyGenerator
- getKey() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryCreatedEvent
-
Created cache entry's key.
- getKey() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryExpiredEvent
-
Created cache entry's key.
- getKey() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryModifiedEvent
-
Modifiedcache entry's key.
- getKey() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryRemovedEvent
-
Created cache entry's key.
- getKey() - Method in class org.infinispan.commons.util.AbstractMap.SimpleEntry
- getKey() - Method in class org.infinispan.commons.util.KeyValueWithPrevious
- getKey() - Method in class org.infinispan.commons.util.SegmentAwareKey
- getKey() - Method in class org.infinispan.commons.util.SimpleImmutableEntry
- getKey() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryEvent
- getKey() - Method in class org.infinispan.persistence.sifs.EntryRecord
- getKey() - Method in interface org.infinispan.persistence.spi.MarshallableEntry
-
Returns the same key as
MarshallableEntry.getKeyBytes()
, but unmarshalled. - getKey() - Method in exception org.infinispan.transaction.WriteSkewException
- getKeyBytes() - Method in interface org.infinispan.persistence.spi.MarshallableEntry
-
Returns the key in serialized format.
- getKeyDataConversion() - Method in interface org.infinispan.AdvancedCache
- getKeyDataConversion() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- getKeyForAddress(Address) - Method in interface org.infinispan.affinity.KeyAffinityService
-
Returns a key that will be distributed on the cluster node identified by address.
- getKeyManagerFactory() - Method in class org.infinispan.commons.util.SslContextFactory
- getKeyPartitioner() - Method in class org.infinispan.persistence.InitializationContextImpl
- getKeyPartitioner() - Method in interface org.infinispan.persistence.spi.InitializationContext
-
The configured partitioner that can be used to determine which segment a given key belongs to.
- getKeyType() - Method in class org.infinispan.client.hotrod.DataFormat
- getKeyType() - Method in interface org.infinispan.distribution.group.Grouper
- getLastUsed() - Method in interface org.infinispan.client.hotrod.Metadata
- getLastUsed() - Method in class org.infinispan.persistence.sifs.EntryMetadata
- getLastUsed() - Method in class org.infinispan.persistence.sifs.EntryRecord
- getLastUsed() - Method in interface org.infinispan.persistence.spi.MarshalledValue
- getLastUsedHeader() - Method in class org.infinispan.rest.NettyRestRequest
- getLength() - Method in interface org.infinispan.commons.io.ByteBuffer
-
Length bytes, starting from offset, within the underlying byte[] (as returned by
ByteBuffer.getBuf()
are owned by this buffer instance. - getLength() - Method in class org.infinispan.commons.io.ByteBufferImpl
- getLength() - Method in class org.infinispan.commons.marshall.WrappedByteArray
- getLength() - Method in interface org.infinispan.commons.marshall.WrappedBytes
-
The length of the underlying wrapped bytes.
- getLength() - Method in class org.infinispan.io.GridFile.Metadata
-
Deprecated.
- getLifespan() - Method in interface org.infinispan.client.hotrod.Metadata
- getListeners() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Deprecated.Since 10.0, with no replacement
- getListeners() - Method in class org.infinispan.manager.DefaultCacheManager
-
Deprecated.
- getListeners() - Method in interface org.infinispan.notifications.Listenable
-
Deprecated.Since 10.0, with no replacement
- getListeners() - Method in interface org.infinispan.query.api.continuous.ContinuousQuery
-
Get the list of currently registered listeners.
- getLocalAddress() - Method in class org.infinispan.distribution.LocalizedCacheTopology
- getLocalAddress() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.ViewChangedEvent
- getLocalGlobalTransaction() - Method in interface org.infinispan.transaction.TransactionTable
- getLocalName() - Method in enum org.infinispan.persistence.jdbc.configuration.Attribute
-
Get the local name of this element.
- getLocalName() - Method in enum org.infinispan.persistence.jdbc.configuration.Element
-
Get the local name of this element.
- getLocalName() - Method in enum org.infinispan.persistence.jpa.configuration.Attribute
-
Get the local name of this element.
- getLocalName() - Method in enum org.infinispan.persistence.jpa.configuration.Element
-
Get the local name of this element.
- getLocalName() - Method in enum org.infinispan.persistence.remote.configuration.Attribute
-
Get the local name of this element.
- getLocalName() - Method in enum org.infinispan.persistence.remote.configuration.Element
-
Get the local name of this element.
- getLocalName() - Method in enum org.infinispan.persistence.rocksdb.configuration.Attribute
-
Get the local name of this element.
- getLocalName() - Method in enum org.infinispan.persistence.rocksdb.configuration.Element
-
Get the local name of this element.
- getLocalName() - Method in enum org.infinispan.persistence.sifs.configuration.Attribute
-
Get the local name of this element.
- getLocalName() - Method in enum org.infinispan.persistence.sifs.configuration.Element
-
Get the local name of this element.
- getLocalReadSegments() - Method in class org.infinispan.distribution.LocalizedCacheTopology
- getLocalSite() - Method in class org.infinispan.manager.CacheManagerInfo
- getLocation() - Method in class org.infinispan.configuration.global.GlobalStatePathConfiguration
- getLocation() - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- getLocation() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfiguration
- getLocation(GlobalConfiguration, String) - Static method in class org.infinispan.persistence.PersistenceUtil
- getLockedKeys() - Method in interface org.infinispan.context.InvocationContext
-
Returns the set of keys that are locked for writing.
- getLockManager() - Method in interface org.infinispan.AdvancedCache
-
Returns the component that deals with all aspects of acquiring and releasing locks for cache entries.
- getLockOwner() - Method in interface org.infinispan.context.InvocationContext
-
Returns the in behalf of which locks will be acquired.
- getLogger() - Method in class org.infinispan.rest.BaseHttpRequestHandler
- getLogger() - Method in class org.infinispan.rest.RestRequestHandler
- getLongProperty(String, long) - Method in class org.infinispan.commons.util.TypedProperties
- getLongProperty(String, long, boolean) - Method in class org.infinispan.commons.util.TypedProperties
- getLookedUpEntries() - Method in interface org.infinispan.context.EntryLookup
-
Deprecated.Since 9.3, please use
EntryLookup.forEachEntry(BiConsumer)
orEntryLookup.lookedUpEntriesCount()
instead. - getMajor() - Static method in class org.infinispan.commons.util.Version
- getMajor() - Static method in class org.infinispan.Version
-
Deprecated.
- getMajorMinor() - Static method in class org.infinispan.commons.util.Version
- getMajorMinor() - Static method in class org.infinispan.Version
-
Deprecated.
- getMarshallableEntryFactory() - Method in class org.infinispan.persistence.InitializationContextImpl
- getMarshallableEntryFactory() - Method in interface org.infinispan.persistence.spi.InitializationContext
-
Should be used to build all
MarshallableEntry
objects. - getMarshalledValue() - Method in interface org.infinispan.persistence.spi.MarshallableEntry
- getMarshaller() - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
- getMarshaller() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
- getMarshaller() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- getMarshaller() - Method in class org.infinispan.tasks.TaskContext
-
Marshaller for this task execution
- getMarshallerRegistry() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
- getMarshallVersion() - Static method in class org.infinispan.commons.util.Version
- getMarshallVersion() - Static method in class org.infinispan.Version
-
Deprecated.
- getMask() - Method in enum org.infinispan.security.AuthorizationPermission
- getMask() - Method in interface org.infinispan.security.Role
-
Returns a pre-computed access mask which contains the permissions specified by this role
- getMaxBufferedEntries() - Method in class org.infinispan.configuration.cache.IndexWriterConfiguration
- getMaxDoublingSize() - Method in class org.infinispan.commons.io.ExposedByteArrayOutputStream
-
Gets the highest internal buffer size after which if more capacity is needed the buffer will grow in 25% increments rather than 100%.
- getMaxDoublingSize() - Method in class org.infinispan.io.ExpandableMarshalledValueByteStream
-
Deprecated.Gets the highest internal buffer size after which if more capacity is needed the buffer will grow in 25% increments rather than 100%.
- getMaxIdle() - Method in interface org.infinispan.client.hotrod.Metadata
- getMaxIdleTimeSecondsHeader() - Method in class org.infinispan.rest.NettyRestRequest
- getMaxResults() - Method in interface org.infinispan.query.dsl.Query
- getMBeanServer() - Method in interface org.infinispan.commons.jmx.MBeanServerLookup
- getMBeanServer(Properties) - Method in interface org.infinispan.commons.jmx.MBeanServerLookup
-
Retrieves an
MBeanServer
instance. - getMBeanServer(Properties) - Method in class org.infinispan.commons.jmx.PlatformMBeanServerLookup
- getMembers() - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
Should return the addresses of the nodes used to create this consistent hash.
- getMembers() - Method in class org.infinispan.manager.DefaultCacheManager
- getMembers() - Method in interface org.infinispan.manager.EmbeddedCacheManager
- getMembersAtEnd() - Method in interface org.infinispan.notifications.cachelistener.event.DataRehashedEvent
- getMembersAtStart() - Method in interface org.infinispan.notifications.cachelistener.event.DataRehashedEvent
- getMembersSet() - Method in class org.infinispan.distribution.LocalizedCacheTopology
- getMemoryAvailable() - Method in interface org.infinispan.stats.ClusterContainerStats
- getMemoryMax() - Method in interface org.infinispan.stats.ClusterContainerStats
- getMemoryPools() - Method in class org.infinispan.commons.util.JVMMemoryInfoInfo
- getMemoryTotal() - Method in interface org.infinispan.stats.ClusterContainerStats
- getMemoryUsed() - Method in interface org.infinispan.stats.ClusterContainerStats
- getMetadata() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryEvent
-
Retrieves the metadata associated with the entry.
- getMetadata() - Method in class org.infinispan.persistence.sifs.EntryRecord
- getMetadata() - Method in interface org.infinispan.persistence.spi.MarshallableEntry
- getMetadata() - Method in class org.infinispan.xsite.spi.SiteEntry
- getMetadataBytes() - Method in interface org.infinispan.persistence.spi.MarshallableEntry
- getMetadataBytes() - Method in interface org.infinispan.persistence.spi.MarshalledValue
- getMinor() - Static method in class org.infinispan.commons.util.Version
- getMisses() - Method in interface org.infinispan.stats.Stats
- getMode() - Method in enum org.infinispan.configuration.cache.TransactionMode
- getModificationTime() - Method in class org.infinispan.io.GridFile.Metadata
-
Deprecated.
- getModuleSlot() - Static method in class org.infinispan.commons.util.Version
- getModuleSlot() - Static method in class org.infinispan.Version
-
Deprecated.
- getName() - Method in interface org.infinispan.commons.api.BasicCache
-
Retrieves the name of the cache
- getName() - Method in interface org.infinispan.counter.api.StrongCounter
- getName() - Method in interface org.infinispan.counter.api.SyncStrongCounter
- getName() - Method in interface org.infinispan.counter.api.SyncWeakCounter
- getName() - Method in interface org.infinispan.counter.api.WeakCounter
- getName() - Method in interface org.infinispan.functional.FunctionalMap
-
Functional map's name.
- getName() - Method in class org.infinispan.globalstate.ScopedState
- getName() - Method in class org.infinispan.io.GridFile
-
Deprecated.
- getName() - Method in class org.infinispan.manager.CacheManagerInfo
- getName() - Method in class org.infinispan.manager.DefaultCacheManager
- getName() - Method in interface org.infinispan.security.Role
-
Returns the name of this role
- getName() - Method in interface org.infinispan.tasks.Task
-
Provides a name for the task.
- getNamespaces() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationParser
- getNamespaces() - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationParser
- getNamespaces() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationParser
- getNamespaces() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfigurationParser
- getNamespaces() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationParser
- getNewBufferSize(int, int) - Method in class org.infinispan.commons.io.ExposedByteArrayOutputStream
-
Gets the number of bytes to which the internal buffer should be resized.
- getNewBufferSize(int, int) - Method in class org.infinispan.io.ExpandableMarshalledValueByteStream
-
Deprecated.Gets the number of bytes to which the internal buffer should be resized.
- getNewBuilderInfo(String) - Method in interface org.infinispan.commons.configuration.ConfigurationBuilderInfo
- getNewBuilderInfo(String) - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfigurationBuilder
-
Deprecated.
- getNewBuilderInfo(String) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- getNewBuilderInfo(String) - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- getNewBuilderInfo(String) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
- getNewMembers() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.ViewChangedEvent
-
Gets the current list of members.
- getNewState() - Method in interface org.infinispan.counter.api.CounterEvent
- getNewTopologyId() - Method in interface org.infinispan.notifications.cachelistener.event.DataRehashedEvent
- getNewTopologyId() - Method in interface org.infinispan.notifications.cachelistener.event.TopologyChangedEvent
- getNewValue() - Method in interface org.infinispan.counter.api.CounterEvent
- getNext() - Method in class org.infinispan.commons.util.AbstractIterator
-
Method to implement to provide an iterator implementation.
- getNext() - Method in class org.infinispan.commons.util.ConcatIterator
- getNext() - Method in class org.infinispan.commons.util.FilterIterator
- getNextFromIterator() - Method in class org.infinispan.commons.util.RemovableIterator
- getNodeAddress() - Method in class org.infinispan.manager.CacheManagerInfo
- getNodeAddress() - Method in class org.infinispan.manager.DefaultCacheManager
- getNonBlockingExecutor() - Method in class org.infinispan.persistence.InitializationContextImpl
- getNonBlockingExecutor() - Method in interface org.infinispan.persistence.spi.InitializationContext
-
Returns an executor for non-blocking tasks.
- getNonHeap() - Method in class org.infinispan.commons.util.JVMMemoryInfoInfo
- getNormalizedHash(Object, Hash) - Static method in class org.infinispan.commons.util.Util
-
Applies the given hash function to the hash code of a given object, and then normalizes it to ensure a positive value is always returned.
- getNumberOfCacheConfigurations() - Method in class org.infinispan.manager.DefaultCacheManager
- getNumberOfCreatedCaches() - Method in class org.infinispan.manager.DefaultCacheManager
- getNumberOfLocksAvailable() - Method in interface org.infinispan.stats.ClusterCacheStats
- getNumberOfLocksHeld() - Method in interface org.infinispan.stats.ClusterCacheStats
- getNumberOfRunningCaches() - Method in class org.infinispan.manager.DefaultCacheManager
- getNumericVersion() - Method in class org.infinispan.metadata.EmbeddedMetadata
- getNumSegments() - Method in interface org.infinispan.client.hotrod.CacheTopologyInfo
- getNumSegments() - Method in interface org.infinispan.distribution.ch.ConsistentHash
- getNumSegments() - Method in class org.infinispan.distribution.LocalizedCacheTopology
- getObjectFilter(String) - Method in interface org.infinispan.objectfilter.Matcher
- getObjectFilter(String, List<FieldAccumulator>) - Method in interface org.infinispan.objectfilter.Matcher
- getObjectFilter(FilterSubscription) - Method in interface org.infinispan.objectfilter.Matcher
-
Obtains an ObjectFilter instance that is capable of testing a single filter condition.
- getObjectFilter(Query<?>) - Method in interface org.infinispan.objectfilter.Matcher
- getObservation() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- getOffHeapMemoryUsed() - Method in interface org.infinispan.stats.Stats
-
The amount of off-heap memory used by this cache
- getOffset() - Method in interface org.infinispan.commons.io.ByteBuffer
-
Returns the offset within the underlying byte[] (as returned by
ByteBuffer.getBuf()
owned by this buffer instance. - getOffset() - Method in class org.infinispan.commons.io.ByteBufferImpl
- getOldMembers() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.ViewChangedEvent
-
Gets the previous list of members.
- getOldState() - Method in interface org.infinispan.counter.api.CounterEvent
- getOldValue() - Method in interface org.infinispan.counter.api.CounterEvent
- getOldValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent
-
Regardless of whether isPre() is true or is false, this method returns the value of the entry being deleted.
- getOrCreateCache(String, A) - Method in interface org.infinispan.commons.api.CacheContainerAdmin
-
Retrieves an existing cache or creates one using the specified template if it doesn't exist
- getOrCreateCache(String, String) - Method in interface org.infinispan.client.hotrod.RemoteCacheManagerAdmin
-
Retrieves an existing cache on the remote server cluster.
- getOrCreateCache(String, String) - Method in interface org.infinispan.commons.api.CacheContainerAdmin
-
Retrieves an existing cache or creates one using the specified template if it doesn't exist
- getOrCreateCache(String, String) - Method in class org.infinispan.manager.DefaultCacheManagerAdmin
- getOrCreateCache(String, String) - Method in interface org.infinispan.manager.EmbeddedCacheManagerAdmin
-
Retrieves an existing cache or creates one using the specified template if it doesn't exist
- getOrCreateCache(String, String, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.GlobalConfigurationManager
-
Defines a cluster-wide cache configuration using the supplied template or retrieves an existing one
- getOrCreateCache(String, DefaultTemplate) - Method in interface org.infinispan.client.hotrod.RemoteCacheManagerAdmin
-
Retrieves an existing cache on the remote server cluster.
- getOrCreateCache(String, BasicConfiguration) - Method in interface org.infinispan.client.hotrod.RemoteCacheManagerAdmin
-
Retrieves an existing cache on the remote server cluster.
- getOrCreateCache(String, Configuration) - Method in class org.infinispan.manager.DefaultCacheManagerAdmin
- getOrCreateCache(String, Configuration) - Method in interface org.infinispan.manager.EmbeddedCacheManagerAdmin
-
Retrieves an existing cache or creates one across the cluster using the specified configuration.
- getOrCreateCache(String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.GlobalConfigurationManager
-
Defines a cluster-wide cache configuration or retrieves an existing one
- getOrCreateTemplate(String, Configuration) - Method in class org.infinispan.manager.DefaultCacheManagerAdmin
- getOrCreateTemplate(String, Configuration) - Method in interface org.infinispan.manager.EmbeddedCacheManagerAdmin
-
Retrieves an existing template or creates one across the cluster using the specified configuration.
- getOrCreateTemplate(String, Configuration, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.GlobalConfigurationManager
-
Defines a cluster-wide configuration template
- getOrDefault(Object, V) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
- getOrigin() - Method in interface org.infinispan.context.InvocationContext
- getOutput(String) - Method in class org.infinispan.io.GridFilesystem
-
Deprecated.Opens an OutputStream for writing to the file denoted by pathname.
- getOutput(String, boolean) - Method in class org.infinispan.io.GridFilesystem
-
Deprecated.Opens an OutputStream for writing to the file denoted by pathname.
- getOutput(String, boolean, int) - Method in class org.infinispan.io.GridFilesystem
-
Deprecated.Opens an OutputStream for writing to the file denoted by pathname.
- getOutput(GridFile) - Method in class org.infinispan.io.GridFilesystem
-
Deprecated.Opens an OutputStream for writing to the given file.
- getOwnershipLevel() - Method in class org.infinispan.lock.api.ClusteredLockConfiguration
- getParameter(String) - Method in class org.infinispan.rest.NettyRestRequest
- getParameterNames() - Method in interface org.infinispan.objectfilter.ObjectFilter
-
Returns the parameter names or an empty Set if there are no parameters.
- getParameters() - Method in interface org.infinispan.objectfilter.ObjectFilter
-
The parameter values.
- getParameters() - Method in interface org.infinispan.query.dsl.ParameterContext
-
Deprecated.Returns the named parameters Map.
- getParameters() - Method in interface org.infinispan.query.dsl.Query
-
Returns the named parameters Map.
- getParameters() - Method in interface org.infinispan.tasks.Task
-
The named parameters accepted by this task
- getParameters() - Method in class org.infinispan.tasks.TaskContext
-
Gets a map of named parameters for the task
- getParent() - Method in class org.infinispan.io.GridFile
-
Deprecated.
- getParentFile() - Method in class org.infinispan.io.GridFile
-
Deprecated.
- getParserRegistry() - Method in class org.infinispan.rest.InvocationHelper
- getPassivations() - Method in interface org.infinispan.stats.ClusterCacheStats
- getPath() - Method in class org.infinispan.io.GridFile
-
Deprecated.Returns path of this file.
- getPath() - Method in interface org.infinispan.objectfilter.SortField
-
The field path.
- getPermissions() - Method in interface org.infinispan.security.Role
-
Returns the list of permissions associated with this role
- getPersistenceMarshaller() - Method in class org.infinispan.persistence.InitializationContextImpl
- getPersistenceMarshaller() - Method in interface org.infinispan.persistence.spi.InitializationContext
-
Returns the persistence marshaller which should be used to marshall/unmarshall all stored bytes.
- getPhysicalAddresses() - Method in class org.infinispan.manager.CacheManagerInfo
- getPhysicalAddresses() - Method in class org.infinispan.manager.DefaultCacheManager
- getPrev() - Method in class org.infinispan.commons.util.KeyValueWithPrevious
- getPrimarySegmentsForOwner(Address) - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
Returns the segments that this cache member is the primary owner for.
- getProjection() - Method in interface org.infinispan.objectfilter.FilterSubscription
-
The array of '.' separated path names of the projected fields if any, or
null
otherwise. - getProjection() - Method in interface org.infinispan.objectfilter.ObjectFilter.FilterResult
-
Returns the projection, if a projection was requested or
null
otherwise. - getProjection() - Method in interface org.infinispan.objectfilter.ObjectFilter
-
The array of '.' separated path names of the projected fields if any, or
null
otherwise. - getProjection() - Method in interface org.infinispan.query.dsl.Query
-
Deprecated.since 11.0. This method will be removed in next major version. To find out if a query uses projections use
Query.hasProjections()
- getProjection() - Method in class org.infinispan.query.remote.client.FilterResult
-
Returns the projection, if a projection was requested or
null
otherwise. - getProjectionTypes() - Method in interface org.infinispan.objectfilter.ObjectFilter
-
The types of the projects paths (see
ObjectFilter.getProjection()
ornull
if there are not projections. - getProperty(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- getProperty(String) - Method in interface org.infinispan.globalstate.ScopedPersistentState
-
Retrieves a state property
- getProperty(String, boolean) - Method in class org.infinispan.commons.util.TypedProperties
-
Get the property associated with the key, optionally applying string property replacement as defined in
StringPropertyReplacer.replaceProperties(java.lang.String)
to the result. - getProperty(String, String) - Static method in class org.infinispan.commons.util.LegacyKeySupportSystemProperties
- getProperty(String, String, boolean) - Method in class org.infinispan.commons.util.TypedProperties
-
Get the property associated with the key, optionally applying string property replacement as defined in
StringPropertyReplacer.replaceProperties(java.lang.String)
to the result. - getProperty(String, String, String) - Static method in class org.infinispan.commons.util.LegacyKeySupportSystemProperties
- getProtocolServer() - Method in class org.infinispan.rest.InvocationHelper
- getProtocolServer(String) - Method in class org.infinispan.rest.ALPNHandler
- getProtocolVersion() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Returns the HotRod protocol version supported by this RemoteCache implementation
- getProtofile(String) - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
-
Gets the contents of a registered *.proto schema file.
- getProtoFile() - Method in class org.infinispan.commons.GlobalContextInitializerImpl
- getProtoFile() - Method in class org.infinispan.commons.marshall.PersistenceContextInitializerImpl
- getProtoFile() - Method in class org.infinispan.persistence.rocksdb.PersistenceContextInitializerImpl
- getProtoFileName() - Method in class org.infinispan.commons.GlobalContextInitializerImpl
- getProtoFileName() - Method in class org.infinispan.commons.marshall.PersistenceContextInitializerImpl
- getProtoFileName() - Method in class org.infinispan.persistence.rocksdb.PersistenceContextInitializerImpl
- getProtofileNames() - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
-
Get the full names of all registered schema files.
- getProtoFileReader() - Method in class org.infinispan.commons.GlobalContextInitializerImpl
- getProtoFileReader() - Method in class org.infinispan.commons.marshall.PersistenceContextInitializerImpl
- getProtoFileReader() - Method in class org.infinispan.persistence.rocksdb.PersistenceContextInitializerImpl
- getQualifiedLocation(GlobalConfiguration, String, String, String) - Static method in class org.infinispan.persistence.PersistenceUtil
- getQueryFactory(Cache<?, ?>) - Static method in class org.infinispan.query.Search
-
Obtain the query factory for building DSL based Ickle queries.
- getQueryFactory(RemoteCache<?, ?>) - Static method in class org.infinispan.client.hotrod.Search
- getQueryString() - Method in interface org.infinispan.query.dsl.Query
-
Returns the Ickle query string.
- getQueueCount() - Method in class org.infinispan.configuration.cache.IndexWriterConfiguration
- getQueueSize() - Method in class org.infinispan.configuration.cache.IndexWriterConfiguration
- getRamBufferSize() - Method in class org.infinispan.configuration.cache.IndexWriterConfiguration
- getRaw() - Method in class org.infinispan.io.ExpandableMarshalledValueByteStream
-
Deprecated.Gets the internal buffer array.
- getRaw() - Method in class org.infinispan.io.ImmutableMarshalledValueByteStream
-
Deprecated.
- getRaw() - Method in class org.infinispan.io.MarshalledValueByteStream
-
Deprecated.
- getRawBuffer() - Method in class org.infinispan.commons.io.ExposedByteArrayOutputStream
-
Gets the internal buffer array.
- getReadableChannel(String) - Method in class org.infinispan.io.GridFilesystem
-
Deprecated.Opens a ReadableGridFileChannel for reading from the file denoted by the given file path.
- getReadConsistentHash() - Method in interface org.infinispan.distribution.DistributionManager
-
Deprecated.Since 11.0, to be removed in 14.0. Please use
DistributionManager.getCacheTopology()
instead. - getReadConsistentHashAtEnd() - Method in interface org.infinispan.notifications.cachelistener.event.TopologyChangedEvent
- getReadConsistentHashAtStart() - Method in interface org.infinispan.notifications.cachelistener.event.TopologyChangedEvent
- getReadWriteRatio() - Method in interface org.infinispan.stats.CacheContainerStats
-
Deprecated.
- getReadWriteRatio() - Method in interface org.infinispan.stats.ClusterCacheStats
- getRefreshInterval() - Method in class org.infinispan.configuration.cache.IndexReaderConfiguration
- getRegexps() - Method in class org.infinispan.configuration.global.AllowListConfiguration
- getRegexps() - Method in class org.infinispan.configuration.global.WhiteListConfiguration
-
Deprecated.
- getRemoteCache() - Method in class org.infinispan.persistence.remote.RemoteStore
- getRemoteCacheManager() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Returns the
RemoteCacheManager
that created this cache. - getRemoteGlobalTransaction() - Method in interface org.infinispan.transaction.TransactionTable
- getRemoteStoreBuilder() - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
- getRemoveHits() - Method in interface org.infinispan.stats.Stats
- getRemoveMisses() - Method in interface org.infinispan.stats.Stats
- getRequiredMinimumNumberOfNodes() - Method in interface org.infinispan.stats.Stats
- getResourceAsStream(String, ClassLoader) - Static method in class org.infinispan.commons.util.Util
- getResourceAsString(String, ClassLoader) - Static method in class org.infinispan.commons.util.Util
- getResources(String) - Method in class org.infinispan.commons.util.AggregatedClassLoader
- getResponse() - Method in class org.infinispan.rest.NettyRestResponse
- getRestCacheManager() - Method in class org.infinispan.rest.InvocationHelper
- getRestChannelInitializer() - Method in class org.infinispan.rest.RestServer
-
Returns Netty Channel Initializer for REST.
- getRestHandler() - Method in class org.infinispan.rest.ALPNHandler
- getResultSize() - Method in interface org.infinispan.query.dsl.Query
-
Deprecated.since 10.1. This will be removed in 12. It's closest replacement is
QueryResult.hitCount()
which returns an optional long. - getRetries() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
- getRetrievals() - Method in interface org.infinispan.stats.Stats
- getRootCause(Throwable) - Static method in class org.infinispan.commons.util.Util
- getRoutingTableAsString() - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
Returns a string containing all the segments and their associated addresses.
- getRpcManager() - Method in interface org.infinispan.AdvancedCache
-
Returns the component in charge of communication with other caches in the cluster.
- getRunningCacheCount() - Method in class org.infinispan.manager.CacheManagerInfo
- getRunningCacheCount() - Method in class org.infinispan.manager.DefaultCacheManager
- getSaslClientFactories() - Static method in class org.infinispan.commons.util.SaslUtils
-
Returns a collection of all of the registered
SaslClientFactory
s where the order is based on the order of the Provider registration and/or class path order. - getSaslClientFactories(ClassLoader, boolean) - Static method in class org.infinispan.commons.util.SaslUtils
-
Returns a collection of all of the registered
SaslClientFactory
s where the order is based on the order of the Provider registration and/or class path order. - getSaslServerFactories() - Static method in class org.infinispan.commons.util.SaslUtils
-
Returns a collection of all of the registered
SaslServerFactory
s where the order is based on the order of the Provider registration and/or class path order. - getSaslServerFactories(ClassLoader, boolean) - Static method in class org.infinispan.commons.util.SaslUtils
-
Returns a collection of all of the registered
SaslServerFactory
s where the order is based on the order of the Provider registration and/or class path order. - getSchemaVersion() - Static method in class org.infinispan.commons.util.Version
- getSchemaVersion() - Static method in class org.infinispan.Version
-
Deprecated.
- getScope() - Method in interface org.infinispan.globalstate.ScopedPersistentState
-
Returns the name of this persistent state's scope
- getScope() - Method in class org.infinispan.globalstate.ScopedState
- getSearchStatistics(Cache<K, V>) - Static method in class org.infinispan.query.Search
- getSecurityPermission() - Method in enum org.infinispan.security.AuthorizationPermission
- getSegment() - Method in class org.infinispan.commons.util.SegmentAwareKey
- getSegment() - Method in interface org.infinispan.persistence.spi.NonBlockingStore.SegmentedPublisher
-
Returns the segment for all keys in the publisher.
- getSegment(Object) - Method in interface org.infinispan.distribution.ch.KeyPartitioner
-
Obtains the segment for a key.
- getSegment(Object) - Method in class org.infinispan.distribution.LocalizedCacheTopology
- getSegmentDistribution(int) - Method in class org.infinispan.distribution.LocalizedCacheTopology
- getSegmentsForOwner(Address) - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
Returns the segments owned by a cache member.
- getSegmentSize(int) - Static method in class org.infinispan.commons.util.Util
-
Returns the size of each segment, given a number of segments.
- getSegmentsPerServer() - Method in interface org.infinispan.client.hotrod.CacheTopologyInfo
- getSerializationContext() - Method in class org.infinispan.commons.marshall.ImmutableProtoStreamMarshaller
- getSerializationContext() - Method in class org.infinispan.commons.marshall.ProtoStreamMarshaller
- getServer() - Method in class org.infinispan.rest.InvocationHelper
- getServerAddress() - Method in exception org.infinispan.client.hotrod.exceptions.RemoteIllegalLifecycleStateException
- getServerAddress() - Method in exception org.infinispan.client.hotrod.exceptions.TransportException
- getServers() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
- getSiteName() - Method in class org.infinispan.xsite.spi.SiteEntry
- getSortFields() - Method in interface org.infinispan.objectfilter.FilterSubscription
-
The array of sort specifications if defined, or
null
otherwise. - getSortFields() - Method in interface org.infinispan.objectfilter.ObjectFilter
-
The array of sort specifications if defined, or
null
otherwise. - getSortProjection() - Method in interface org.infinispan.objectfilter.ObjectFilter.FilterResult
-
Returns the projection of fields used for sorting, if sorting was requested or
null
otherwise. - getSortProjection() - Method in class org.infinispan.query.remote.client.FilterResult
-
Returns the projection of fields that appear in the 'order by' clause, if any, or
null
otherwise. - getSource() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryEvent
- getSslProvider() - Static method in class org.infinispan.commons.util.SslContextFactory
- getStack(String) - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- getStartOffset() - Method in interface org.infinispan.query.dsl.Query
- getStateCache() - Method in interface org.infinispan.globalstate.GlobalConfigurationManager
-
Returns the global state cache
- getStatistic(String) - Method in interface org.infinispan.client.hotrod.ServerStatistics
- getStats() - Method in interface org.infinispan.AdvancedCache
-
Returns a
Stats
object that allows several statistics associated with this cache at runtime. - getStats() - Method in class org.infinispan.manager.DefaultCacheManager
- getStats() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Deprecated.Since 10.1.3. This mixes statistics across unrelated caches so the reported numbers don't have too much relevance.
- getStatsMap() - Method in interface org.infinispan.client.hotrod.ServerStatistics
- getStatus() - Method in interface org.infinispan.Cache
- getStatus() - Method in interface org.infinispan.functional.FunctionalMap
-
Functional map's status.
- getStatus() - Method in class org.infinispan.manager.DefaultCacheManager
- getStatus() - Method in interface org.infinispan.manager.EmbeddedCacheManager
- getStatus() - Method in class org.infinispan.rest.NettyRestResponse.Builder
- getStatus() - Method in class org.infinispan.rest.NettyRestResponse
- getStatus() - Method in exception org.infinispan.rest.RestResponseException
- getStoreFile(GlobalConfiguration, String, String) - Static method in class org.infinispan.persistence.file.SingleFileStore
- getStores() - Method in interface org.infinispan.stats.Stats
- getStoreWrites() - Method in interface org.infinispan.stats.ClusterCacheStats
- getStream() - Method in class org.infinispan.commons.io.ByteBufferImpl
- getStrongCounter(String) - Method in interface org.infinispan.counter.api.CounterManager
-
Returns the
StrongCounter
with that specific name. - getSubgroupsMerged() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.MergeEvent
- getSubject() - Method in class org.infinispan.manager.DefaultCacheManager
- getSubject() - Method in interface org.infinispan.manager.EmbeddedCacheManager
- getSubject() - Method in class org.infinispan.rest.NettyRestRequest
- getSubject() - Static method in class org.infinispan.security.Security
-
If using
Security.doAs(Subject, PrivilegedAction)
orSecurity.doAs(Subject, PrivilegedExceptionAction)
, returns theSubject
associated with the current thread otherwise it returns theSubject
associated with the currentAccessControlContext
- getSubject() - Method in class org.infinispan.tasks.TaskContext
-
The optional
Subject
which is executing this task - getSubjectUserPrincipal(Subject) - Static method in class org.infinispan.security.Security
-
Returns the first principal of a subject
- getSuffix() - Method in enum org.infinispan.commons.util.MemoryUnit
-
Deprecated.
- getTableManager(String) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
- getTarget() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- getTemplateName() - Method in enum org.infinispan.client.hotrod.DefaultTemplate
-
Use this method to retrieve the value of a template configured in the infinispan-defaults.xml file
- getterMethod(Class<?>, Class<?>) - Static method in class org.infinispan.commons.util.BeanUtils
-
Returns a Method object corresponding to a getter that retrieves an instance of componentClass from target.
- getterName(Class<?>) - Static method in class org.infinispan.commons.util.BeanUtils
-
Returns a getter for a given class
- getText() - Method in exception org.infinispan.rest.RestResponseException
- getThreadFactory(String) - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- getThreadPool(String) - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- getThreadPoolSize() - Method in class org.infinispan.configuration.cache.IndexWriterConfiguration
- getTimeService() - Method in class org.infinispan.persistence.InitializationContextImpl
- getTimeService() - Method in interface org.infinispan.persistence.spi.InitializationContext
- getTimeSinceReset() - Method in interface org.infinispan.stats.Stats
- getTimeSinceStart() - Method in interface org.infinispan.stats.Stats
- getTimeToLiveSecondsHeader() - Method in class org.infinispan.rest.NettyRestRequest
- getTopologyId() - Method in interface org.infinispan.client.hotrod.CacheTopologyInfo
- getTotalNumberOfEntries() - Method in interface org.infinispan.stats.Stats
-
Number of entries stored in cache since the cache started running.
- getTotalSpace() - Method in class org.infinispan.io.GridFile
-
Deprecated.
- getTransactionManager() - Method in interface org.infinispan.commons.api.TransactionalCache
- getTransport() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- getTransport() - Method in class org.infinispan.manager.DefaultCacheManager
- getTransport() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Deprecated.Since 10.0, please use
EmbeddedCacheManager.getAddress()
,EmbeddedCacheManager.getMembers()
,EmbeddedCacheManager.getCoordinator()
- getTrustManagerFactory() - Method in class org.infinispan.commons.util.SslContextFactory
- getType() - Method in interface org.infinispan.client.hotrod.event.ClientEvent
- getType() - Method in interface org.infinispan.notifications.cachelistener.event.Event
- getType() - Method in class org.infinispan.notifications.cachelistener.filter.EventType
- getType() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.Event
- getType() - Method in interface org.infinispan.tasks.ServerTask
- getType() - Method in interface org.infinispan.tasks.Task
-
Returns the type of task.
- getTypeClasses() - Method in class org.infinispan.commons.hash.MurmurHash3.Externalizer
- getTypeClasses() - Method in class org.infinispan.commons.io.ByteBufferImpl.Externalizer
- getTypeClasses() - Method in class org.infinispan.commons.marshall.AdminFlagExternalizer
- getTypeClasses() - Method in interface org.infinispan.commons.marshall.AdvancedExternalizer
-
Deprecated.Returns a collection of Class instances representing the types that this AdvancedExternalizer can marshall.
- getTypeClasses() - Method in class org.infinispan.commons.marshall.SingletonExternalizer
- getTypeClasses() - Method in class org.infinispan.commons.marshall.SuppliedExternalizer
- getTypeClasses() - Method in class org.infinispan.commons.marshall.WrappedByteArray.Externalizer
- getTypeClasses() - Method in class org.infinispan.commons.util.ImmutableListCopy.Externalizer
- getTypeClasses() - Method in class org.infinispan.commons.util.Immutables.ImmutableMapWrapperExternalizer
- getTypeClasses() - Method in class org.infinispan.commons.util.Immutables.ImmutableSetWrapperExternalizer
- getTypeClasses() - Static method in class org.infinispan.commons.util.IntSetsExternalization
- getTypeClasses() - Method in class org.infinispan.context.Flag.Externalizer
- getTypeClasses() - Method in class org.infinispan.filter.AcceptAllKeyValueFilter.Externalizer
- getTypeClasses() - Method in class org.infinispan.filter.CacheFilters.CacheFiltersExternalizer
- getTypeClasses() - Method in class org.infinispan.filter.CompositeKeyValueFilter.Externalizer
- getTypeClasses() - Method in class org.infinispan.globalstate.ScopedState.Externalizer
- getTypeClasses() - Method in class org.infinispan.globalstate.ScopeFilter.Externalizer
- getTypeClasses() - Method in class org.infinispan.metadata.EmbeddedMetadata.Externalizer
- getTypeClasses() - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventConverterAsConverter.Externalizer
- getTypeClasses() - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterAsKeyValueFilter.Externalizer
- getTypeClasses() - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterAsKeyValueFilterConverter.Externalizer
- getTypeClasses() - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter.Externalizer
- getTypeClasses() - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterConverterAsCacheEventFilterConverter.Externalizer
- getTypeClasses() - Method in class org.infinispan.partitionhandling.AvailabilityMode.Externalizer
- getTypeClasses() - Method in class org.infinispan.stream.StreamMarshalling.StreamMarshallingExternalizer
- getTypeName() - Method in class org.infinispan.counter.api.CounterState$___Marshaller_93aa5d27c0d57954ec79247b055254b02d5c87a64e0764e392772b387eb7542d
- getTypeName() - Method in class org.infinispan.counter.api.CounterType$___Marshaller_4dd4ef0972bf79fd96da56b8ce9348d84b1c42596acd7df3abf86c5e467887f5
- getTypeName() - Method in class org.infinispan.counter.api.Storage$___Marshaller_ed04a8616efd062a7c88e9e578efa97c99224ac3211dd20ca76376455f84a9ae
- getUnionConsistentHash() - Method in interface org.infinispan.notifications.cachelistener.event.DataRehashedEvent
-
Deprecated.Since 9.0
- getUnreadBufferedCount() - Method in class org.infinispan.jboss.marshalling.commons.ExtendedRiverUnmarshaller
-
Deprecated.Returns number unread buffered bytes.
- getUsableSpace() - Method in class org.infinispan.io.GridFile
-
Deprecated.
- getUserMarshaller() - Method in interface org.infinispan.marshall.persistence.PersistenceMarshaller
- getValue() - Method in enum org.infinispan.client.hotrod.configuration.ClientIntelligence
- getValue() - Method in interface org.infinispan.client.hotrod.VersionedValue
- getValue() - Method in class org.infinispan.commons.util.AbstractMap.SimpleEntry
- getValue() - Method in class org.infinispan.commons.util.KeyValueWithPrevious
- getValue() - Method in class org.infinispan.commons.util.SimpleImmutableEntry
- getValue() - Method in interface org.infinispan.counter.api.StrongCounter
-
It fetches the current value.
- getValue() - Method in interface org.infinispan.counter.api.SyncStrongCounter
- getValue() - Method in interface org.infinispan.counter.api.SyncWeakCounter
- getValue() - Method in interface org.infinispan.counter.api.WeakCounter
-
It returns the counter's value.
- getValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryActivatedEvent
-
Retrieves the value of the entry being activated.
- getValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryCreatedEvent
-
Retrieves the value of the entry being created.
- getValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryEvent
-
Retrieves the value of the affected cache entry
- getValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryExpiredEvent
-
Retrieves the value of the entry being expired.
- getValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryInvalidatedEvent
-
Retrieves the value of the entry being invalidated.
- getValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryLoadedEvent
-
Retrieves the value of the entry being loaded.
- getValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent
-
Retrieves the value of the entry being modified.
- getValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryPassivatedEvent
-
Retrieves the value of the entry being passivated.
- getValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent
-
Retrieves the value of the entry being deleted.
- getValue() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryVisitedEvent
-
Retrieves the value of the entry being visited.
- getValue() - Method in enum org.infinispan.persistence.rocksdb.configuration.CompressionType
- getValue() - Method in class org.infinispan.persistence.sifs.EntryRecord
- getValue() - Method in interface org.infinispan.persistence.spi.MarshallableEntry
-
Returns the same value as
MarshallableEntry.getKeyBytes()
, but unmarshalled. - getValue() - Method in enum org.infinispan.rest.RequestHeader
- getValue() - Method in enum org.infinispan.rest.ResponseHeader
- getValue() - Method in class org.infinispan.xsite.spi.SiteEntry
- getValue(Object, String) - Static method in class org.infinispan.commons.util.ReflectionUtil
-
Retrieves the value of a field of an object instance via reflection
- getValueBytes() - Method in interface org.infinispan.persistence.spi.MarshallableEntry
-
Returns the value in serialize format.
- getValueBytes() - Method in interface org.infinispan.persistence.spi.MarshalledValue
- getValueDataConversion() - Method in interface org.infinispan.AdvancedCache
- getValueDataConversion() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- getValueType() - Method in class org.infinispan.client.hotrod.DataFormat
- getVersion() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryCreatedEvent
-
Provides access to the version of the created cache entry.
- getVersion() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryModifiedEvent
-
Provides access to the version of the modified cache entry.
- getVersion() - Method in enum org.infinispan.client.hotrod.ProtocolVersion
- getVersion() - Method in interface org.infinispan.client.hotrod.Versioned
- getVersion() - Method in interface org.infinispan.commons.api.BasicCache
-
Retrieves the version of Infinispan
- getVersion() - Static method in class org.infinispan.commons.util.Version
- getVersion() - Method in class org.infinispan.manager.CacheManagerInfo
- getVersion() - Method in class org.infinispan.manager.DefaultCacheManager
- getVersion() - Static method in class org.infinispan.Version
-
Deprecated.
- getVersionShort() - Static method in class org.infinispan.commons.util.Version
- getVersionShort() - Static method in class org.infinispan.Version
-
Deprecated.
- getVersionShort(String) - Static method in class org.infinispan.commons.util.Version
- getVersionShort(String) - Static method in class org.infinispan.Version
-
Deprecated.
- getViewId() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.ViewChangedEvent
-
Get JGroups view id.
- getWeakCounter(String) - Method in interface org.infinispan.counter.api.CounterManager
-
Returns the
WeakCounter
with that specific name. - getWithMetadata(K) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Returns the
MetadataValue
associated to the supplied key param, or null if it doesn't exist. - getWithMetadataAsync(K) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Asynchronously returns the
MetadataValue
associated to the supplied key param, or null if it doesn't exist. - getWritableChannel(String) - Method in class org.infinispan.io.GridFilesystem
-
Deprecated.Opens a WritableGridFileChannel for writing to the file denoted by pathname.
- getWritableChannel(String, boolean) - Method in class org.infinispan.io.GridFilesystem
-
Deprecated.Opens a WritableGridFileChannel for writing to the file denoted by pathname.
- getWritableChannel(String, boolean, int) - Method in class org.infinispan.io.GridFilesystem
-
Deprecated.Opens a WritableGridFileChannel for writing to the file denoted by pathname.
- getWriteConsistentHash() - Method in interface org.infinispan.distribution.DistributionManager
-
Deprecated.Since 11.0, to be removed in 14.0. Please use
DistributionManager.getCacheTopology()
instead. - getWriteConsistentHashAtEnd() - Method in interface org.infinispan.notifications.cachelistener.event.TopologyChangedEvent
- getWriteConsistentHashAtStart() - Method in interface org.infinispan.notifications.cachelistener.event.TopologyChangedEvent
- getWriteOwners(Object) - Method in class org.infinispan.distribution.LocalizedCacheTopology
- getWriteOwners(Collection<?>) - Method in class org.infinispan.distribution.LocalizedCacheTopology
- getXaResource() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
Returns the
XAResource
which can be used to do transactional recovery. - getXAResource() - Method in interface org.infinispan.AdvancedCache
-
Returns the
XAResource
associated with this cache which can be used to do transactional recovery. - GIBIBYTES - org.infinispan.commons.util.MemoryUnit
-
Deprecated.
- GIGABYTES - org.infinispan.commons.util.MemoryUnit
-
Deprecated.
- GLOBAL_SCOPE - Static variable in interface org.infinispan.globalstate.ScopedPersistentState
- GLOBAL_TRANSACTION - Static variable in interface org.infinispan.commons.marshall.Ids
- globalACLCache() - Method in interface org.infinispan.security.GlobalSecurityManager
-
Returns the global ACL cache
- GlobalAuthorizationConfiguration - Class in org.infinispan.configuration.global
-
GlobalAuthorizationConfiguration.
- GlobalAuthorizationConfiguration(AttributeSet, PrincipalRoleMapperConfiguration) - Constructor for class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- GlobalAuthorizationConfigurationBuilder - Class in org.infinispan.configuration.global
-
GlobalAuthorizationConfigurationBuilder.
- GlobalAuthorizationConfigurationBuilder(GlobalSecurityConfigurationBuilder) - Constructor for class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- GlobalConfiguration - Class in org.infinispan.configuration.global
-
Configuration component that exposes the global configuration.
- GlobalConfigurationBuilder - Class in org.infinispan.configuration.global
- GlobalConfigurationBuilder() - Constructor for class org.infinispan.configuration.global.GlobalConfigurationBuilder
- GlobalConfigurationChildBuilder - Interface in org.infinispan.configuration.global
- GlobalConfigurationManager - Interface in org.infinispan.globalstate
-
The
GlobalConfigurationManager
is the main interface for sharing runtime configuration state across a cluster. - GlobalContextInitializer - Interface in org.infinispan.commons
-
Interface used to initialise the global
SerializationContext
using the specified Pojos, and the generated proto files and marshallers. - GlobalContextInitializerImpl - Class in org.infinispan.commons
-
WARNING: Generated code! Do not edit!
- GlobalContextInitializerImpl() - Constructor for class org.infinispan.commons.GlobalContextInitializerImpl
- GlobalJmxConfiguration - Class in org.infinispan.configuration.global
- GlobalJmxConfigurationBuilder - Class in org.infinispan.configuration.global
-
Configures JMX for the cache manager and its caches.
- globalJmxStatistics() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
Deprecated.Since 10.1.3. Use
GlobalConfiguration.jmx()
instead. This will be removed in next major version. - globalJmxStatistics() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Deprecated.Since 10.1.3. Use
GlobalConfigurationChildBuilder.jmx()
instead. This will be removed in next major version. - GlobalJmxStatisticsConfiguration - Class in org.infinispan.configuration.global
-
Deprecated.since 10.1.3 Use
GlobalJmxConfiguration
instead. This will be removed in next major version. - GlobalJmxStatisticsConfiguration() - Constructor for class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
-
Deprecated.
- GlobalJmxStatisticsConfigurationBuilder - Class in org.infinispan.configuration.global
-
Deprecated.since 10.1.3. Use
GlobalJmxConfigurationBuilder
instead. This will be removed in next major version. - GlobalMetricsConfiguration - Class in org.infinispan.configuration.global
-
Configuration for microprofile metrics.
- GlobalMetricsConfigurationBuilder - Class in org.infinispan.configuration.global
-
Configures the types of metrics gathered and exported via microprofile metrics for all caches owned by this cache manager.
- GlobalRoleConfigurationBuilder - Class in org.infinispan.configuration.global
-
GlobalRoleConfigurationBuilder.
- GlobalRoleConfigurationBuilder(String, GlobalAuthorizationConfigurationBuilder) - Constructor for class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- GlobalRolesConfigurationChildBuilder - Interface in org.infinispan.configuration.global
- GlobalSecurityConfiguration - Class in org.infinispan.configuration.global
-
GlobalSecurityConfiguration.
- GlobalSecurityConfigurationBuilder - Class in org.infinispan.configuration.global
-
GlobalSecurityConfigurationBuilder.
- GlobalSecurityConfigurationBuilder(GlobalConfigurationBuilder) - Constructor for class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- GlobalSecurityConfigurationChildBuilder - Interface in org.infinispan.configuration.global
-
GlobalSecurityConfigurationChildBuilder.
- GlobalSecurityManager - Interface in org.infinispan.security
-
GlobalSecurityManager.
- globalState() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- globalState() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- globalState() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- globalState() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Global state configuration
- GlobalStateConfiguration - Class in org.infinispan.configuration.global
-
GlobalStateConfiguration.
- GlobalStateConfiguration(AttributeSet, GlobalStatePathConfiguration, GlobalStatePathConfiguration, TemporaryGlobalStatePathConfiguration, GlobalStorageConfiguration) - Constructor for class org.infinispan.configuration.global.GlobalStateConfiguration
- GlobalStateConfigurationBuilder - Class in org.infinispan.configuration.global
-
GlobalStateConfigurationBuilder.
- GlobalStateManager - Interface in org.infinispan.globalstate
-
GlobalStateManager.
- GlobalStatePathConfiguration - Class in org.infinispan.configuration.global
- GlobalStatePathConfiguration(AttributeSet, String) - Constructor for class org.infinispan.configuration.global.GlobalStatePathConfiguration
- GlobalStatePathConfigurationBuilder - Class in org.infinispan.configuration.global
- GlobalStateProvider - Interface in org.infinispan.globalstate
-
GlobalStateProvider.
- globalStorageConfiguration() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
- GlobalStorageConfiguration - Class in org.infinispan.configuration.global
- GlobalStorageConfigurationBuilder - Class in org.infinispan.configuration.global
- globToRegex(String) - Static method in class org.infinispan.commons.util.GlobUtils
- GlobUtils - Class in org.infinispan.commons.util
-
Utility functions for globs
- GlobUtils() - Constructor for class org.infinispan.commons.util.GlobUtils
- GridFile - Class in org.infinispan.io
-
Deprecated.since 10.0
- GridFile.Metadata - Class in org.infinispan.io
-
Deprecated.
- GridFilesystem - Class in org.infinispan.io
-
Deprecated.since 10.0
- GridFilesystem(Cache<String, byte[]>, Cache<String, GridFile.Metadata>) - Constructor for class org.infinispan.io.GridFilesystem
-
Deprecated.
- GridFilesystem(Cache<String, byte[]>, Cache<String, GridFile.Metadata>, int) - Constructor for class org.infinispan.io.GridFilesystem
-
Deprecated.Creates an instance.
- GridInputStream - Class in org.infinispan.io
-
Deprecated.since 10.0
- GridOutputStream - Class in org.infinispan.io
-
Deprecated.since 10.0
- Group - Annotation Type in org.infinispan.distribution.group
-
Identifies the key for a group.
- groupBy(String...) - Method in interface org.infinispan.query.dsl.QueryBuilder
-
Deprecated.
- Grouper<T> - Interface in org.infinispan.distribution.group
-
User applications may implement this interface in order to customize the compution of groups in cases when the modifying the key is not possible, or when the value determined by the
Group
annotation needs customizing. - groupers() - Method in class org.infinispan.configuration.cache.GroupsConfiguration
-
Get's the current groupers in use
- GROUPERS - Static variable in class org.infinispan.configuration.cache.GroupsConfiguration
- groupName() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- groupName(String) - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- groups() - Method in class org.infinispan.configuration.cache.HashConfiguration
-
Configuration for various grouper definitions.
- groups() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- GroupsConfiguration - Class in org.infinispan.configuration.cache
-
Configuration for various grouper definitions.
- GroupsConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Configuration for various grouper definitions.
- GroupsConfigurationBuilder(ClusteringConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- gt(Object) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
-
Deprecated.Checks that the left argument is greater than the given value.
- gte(Object) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
-
Deprecated.Checks that the left argument is greater than or equal to the given value.
H
- Handle<T extends CounterListener> - Interface in org.infinispan.counter.api
-
As a return of
StrongCounter.addListener(CounterListener)
, it is used to un-register theCounterListener
. - handleCacheStopped(CacheStoppedEvent) - Method in class org.infinispan.affinity.ListenerRegistration
- handleClearFailure(String) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleCommitFailure(String, Transaction) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleComputeFailure(String, K, BiFunction<? super K, ? super V, ? extends V>, boolean) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleComputeIfAbsentFailure(String, K, Function<? super K, ? extends V>) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleInMemoryExpiration(InternalCacheEntry<K, V>, long) - Method in interface org.infinispan.expiration.ExpirationManager
-
Deprecated.since 9.3 this method is not intended for external use
- handleInStoreExpiration(K) - Method in interface org.infinispan.expiration.ExpirationManager
-
Deprecated.since 9.3 this method is not intended for external use
- handleInStoreExpiration(MarshallableEntry<K, V>) - Method in interface org.infinispan.expiration.ExpirationManager
-
Deprecated.since 9.3 this method is not intended for external use
- handleMarshallingException(Throwable, Object) - Method in class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller.DebuggingExceptionListener
-
Deprecated.
- handlePrepareFailure(String, Transaction) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handlePutAllFailure(String, Map<K, V>) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handlePutFailure(String, K, V, boolean) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleReadWriteKeyFailure(String, K) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleReadWriteKeyValueFailure(String, K) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleReadWriteManyEntriesFailure(String, Map<? extends K, ? extends V>) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleReadWriteManyFailure(String, Collection<? extends K>) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleRemoveFailure(String, K, V) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleReplaceFailure(String, K, V, V) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleRollbackFailure(String, Transaction) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleUnmarshallingException(Throwable) - Method in class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller.DebuggingExceptionListener
-
Deprecated.
- handleUnmarshallingException(Throwable, Class<?>) - Method in class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller.DebuggingExceptionListener
-
Deprecated.
- handleViewChange(TopologyChangedEvent<?, ?>) - Method in class org.infinispan.affinity.ListenerRegistration
- handleWriteOnlyKeyFailure(String, K) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleWriteOnlyKeyValueFailure(String, K) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleWriteOnlyManyEntriesFailure(String, Map<? extends K, ? extends V>) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- handleWriteOnlyManyFailure(String, Collection<? extends K>) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
- hasAsyncEnabledBackups() - Method in class org.infinispan.configuration.cache.SitesConfiguration
- hasCharacteristics(int) - Method in class org.infinispan.commons.util.SpliteratorMapper
- hasEnabledBackups() - Method in class org.infinispan.configuration.cache.SitesConfiguration
- hasEnum(long, Enum<?>) - Static method in class org.infinispan.commons.util.EnumUtil
- hasFiles() - Method in class org.infinispan.persistence.sifs.FileProvider
- hash() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
-
Configure hash sub element
- hash() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
-
Configure hash sub element
- hash() - Method in interface org.infinispan.configuration.cache.ClusteringConfigurationChildBuilder
-
Allows fine-tuning of rehashing characteristics.
- hash(byte[]) - Method in interface org.infinispan.commons.hash.Hash
-
Hashes a byte array efficiently.
- hash(byte[]) - Method in class org.infinispan.commons.hash.MurmurHash3
- hash(int) - Method in interface org.infinispan.commons.hash.Hash
-
An incremental version of the hash function, that spreads a pre-calculated hash code, such as one derived from
Object.hashCode()
. - hash(int) - Method in class org.infinispan.commons.hash.MurmurHash3
- hash(long[]) - Static method in class org.infinispan.commons.hash.MurmurHash3
-
Hashes a byte array efficiently.
- hash(Object) - Method in interface org.infinispan.commons.hash.Hash
-
A helper that calculates the hashcode of an object, choosing the optimal mechanism of hash calculation after considering the type of the object (byte array, String or Object).
- hash(Object) - Method in class org.infinispan.commons.hash.MurmurHash3
- hash(Object) - Static method in class org.infinispan.commons.util.AbstractMap
- Hash - Interface in org.infinispan.commons.hash
-
Interface that governs implementations
- HASH_DISTRIBUTION_AWARE - org.infinispan.client.hotrod.configuration.ClientIntelligence
- hashCode() - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfiguration
- hashCode() - Method in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
- hashCode() - Method in class org.infinispan.commons.hash.MurmurHash3
- hashCode() - Method in class org.infinispan.commons.io.ByteBufferImpl
- hashCode() - Method in class org.infinispan.commons.marshall.WrappedByteArray
- hashCode() - Method in class org.infinispan.commons.util.AbstractMap
- hashCode() - Method in class org.infinispan.commons.util.AbstractMap.SimpleEntry
- hashCode() - Method in class org.infinispan.commons.util.ForwardingList
- hashCode() - Method in class org.infinispan.commons.util.ImmutableListCopy
- hashCode() - Method in class org.infinispan.commons.util.KeyValueWithPrevious
- hashCode() - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- hashCode() - Method in class org.infinispan.commons.util.SegmentAwareKey
- hashCode() - Method in class org.infinispan.commons.util.SimpleImmutableEntry
- hashCode() - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- hashCode() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.AuthorizationConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.BackupConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.BackupForConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.Configuration
- hashCode() - Method in class org.infinispan.configuration.cache.ContentTypeConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfiguration
-
Deprecated.
- hashCode() - Method in class org.infinispan.configuration.cache.EncodingConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.ExpirationConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.GroupsConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.HashConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.IndexMergeConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.IndexReaderConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.IndexWriterConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.L1Configuration
- hashCode() - Method in class org.infinispan.configuration.cache.LockingConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- hashCode() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.RecoveryConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.SecurityConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.SitesConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.StatisticsConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.TakeOfflineConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.UnsafeConfiguration
- hashCode() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
- hashCode() - Method in class org.infinispan.configuration.global.AllowListConfiguration
- hashCode() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- hashCode() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- hashCode() - Method in class org.infinispan.configuration.global.GlobalJmxConfiguration
- hashCode() - Method in class org.infinispan.configuration.global.GlobalMetricsConfiguration
- hashCode() - Method in class org.infinispan.configuration.global.SerializationConfiguration
- hashCode() - Method in class org.infinispan.configuration.global.ShutdownConfiguration
- hashCode() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- hashCode() - Method in class org.infinispan.configuration.global.SiteConfiguration
-
Deprecated.
- hashCode() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
-
Deprecated.
- hashCode() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- hashCode() - Method in class org.infinispan.configuration.global.WhiteListConfiguration
-
Deprecated.
- hashCode() - Method in class org.infinispan.counter.api.CounterConfiguration
- hashCode() - Method in class org.infinispan.functional.MetaParam.MetaEntryVersion
- hashCode() - Method in class org.infinispan.functional.MetaParam.MetaLoadedFromPersistence
- hashCode() - Method in class org.infinispan.functional.MetaParam.MetaLong
- hashCode() - Method in class org.infinispan.globalstate.ScopedState
- hashCode() - Method in class org.infinispan.io.ExpandableMarshalledValueByteStream
-
Deprecated.
- hashCode() - Method in class org.infinispan.io.GridFile
-
Deprecated.
- hashCode() - Method in class org.infinispan.io.ImmutableMarshalledValueByteStream
-
Deprecated.
- hashCode() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedExpirableMetadata
- hashCode() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedLifespanExpirableMetadata
- hashCode() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedMaxIdleExpirableMetadata
- hashCode() - Method in class org.infinispan.metadata.EmbeddedMetadata
- hashCode() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfiguration
- hashCode() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractUnmanagedConnectionFactoryConfiguration
- hashCode() - Method in class org.infinispan.persistence.jdbc.configuration.DataColumnConfiguration
- hashCode() - Method in class org.infinispan.persistence.jdbc.configuration.IdColumnConfiguration
- hashCode() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfiguration
- hashCode() - Method in class org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfiguration
- hashCode() - Method in class org.infinispan.persistence.jdbc.configuration.SegmentColumnConfiguration
- hashCode() - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfiguration
- hashCode() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
- hashCode() - Method in class org.infinispan.persistence.jdbc.configuration.TimestampColumnConfiguration
- hashCode() - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfiguration
- hashCode() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
- hashCode() - Method in class org.infinispan.persistence.remote.configuration.KeyStoreConfiguration
- hashCode() - Method in class org.infinispan.persistence.remote.configuration.MechanismConfiguration
- hashCode() - Method in class org.infinispan.persistence.remote.configuration.RemoteServerConfiguration
- hashCode() - Method in class org.infinispan.persistence.remote.configuration.SecurityConfiguration
- hashCode() - Method in class org.infinispan.persistence.remote.configuration.SslConfiguration
- hashCode() - Method in class org.infinispan.persistence.remote.configuration.TrustStoreConfiguration
- hashCode() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBExpirationConfiguration
- hashCode() - Method in class org.infinispan.persistence.sifs.configuration.DataConfiguration
- hashCode() - Method in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- hashCode() - Method in class org.infinispan.rest.configuration.CorsConfiguration
- hashCode() - Method in class org.infinispan.rest.configuration.CorsConfigurationBuilder
- hashCode() - Method in class org.infinispan.rest.configuration.CorsRuleConfiguration
- hashCode() - Method in class org.infinispan.rest.configuration.CorsRuleConfigurationBuilder
- hashCode() - Method in class org.infinispan.security.CachePermission
- hashCode() - Method in class org.infinispan.server.core.configuration.EncryptionConfiguration
- hashCode() - Method in class org.infinispan.server.core.configuration.SniConfiguration
- hashCode() - Method in class org.infinispan.server.hotrod.configuration.BooleanElementConfiguration
- hashCode() - Method in class org.infinispan.server.hotrod.configuration.PolicyConfiguration
- hashCode() - Method in class org.infinispan.xsite.spi.SiteEntry
- hashCode(byte[], int) - Static method in class org.infinispan.commons.util.Util
-
A function that calculates hash code of a byte array based on its contents but using the given size parameter as deliminator for the content.
- HashConfiguration - Class in org.infinispan.configuration.cache
-
Allows fine-tuning of rehashing characteristics.
- HashConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Allows fine-tuning of rehashing characteristics.
- hasInUseBackup(String) - Method in class org.infinispan.configuration.cache.SitesConfiguration
- hasLifespan() - Method in class org.infinispan.metadata.EmbeddedMetadata.Builder
- hasLockedKey(Object) - Method in interface org.infinispan.context.InvocationContext
-
Returns true if the lock being tested is already held in the current scope, false otherwise.
- hasMaxIdle() - Method in class org.infinispan.metadata.EmbeddedMetadata.Builder
- hasMechanisms() - Method in class org.infinispan.rest.configuration.AuthenticationConfigurationBuilder
- hasMechanisms() - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfigurationBuilder
- hasMechanisms() - Method in class org.infinispan.server.hotrod.configuration.SaslConfigurationBuilder
- hasNext() - Method in class org.infinispan.commons.util.AbstractIterator
- hasNext() - Method in class org.infinispan.commons.util.Immutables.ImmutableIteratorWrapper
- hasNext() - Method in class org.infinispan.commons.util.IteratorMapper
- hasNext() - Method in class org.infinispan.commons.util.RemovableIterator
- hasProjections() - Method in interface org.infinispan.query.dsl.Query
-
Indicates if the parsed query has projections (a SELECT clause) and consequently the returned results will actually be
Object[]
containing the projected values rather than the target entity. - hasSecurityRealm() - Method in class org.infinispan.rest.configuration.AuthenticationConfigurationBuilder
- hasSecurityRealm() - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfigurationBuilder
- hasSharedCacheLoaderOrWriter(Configuration) - Static method in class org.infinispan.configuration.cache.Configurations
- hasSyncEnabledBackups() - Method in class org.infinispan.configuration.cache.SitesConfiguration
- hasTopologyInfo() - Method in class org.infinispan.configuration.global.TransportConfiguration
- having(String) - Method in interface org.infinispan.query.dsl.FilterConditionBeginContext
-
Deprecated.
- having(String) - Method in interface org.infinispan.query.dsl.QueryFactory
-
Deprecated.since 10.1. See deprecation note on
QueryBuilder
. - having(Expression) - Method in interface org.infinispan.query.dsl.FilterConditionBeginContext
-
Deprecated.
- having(Expression) - Method in interface org.infinispan.query.dsl.QueryFactory
-
Deprecated.since 10.1. See deprecation note on
QueryBuilder
. - header(String) - Method in class org.infinispan.rest.NettyRestRequest
- header(String, Object) - Method in class org.infinispan.rest.NettyRestResponse.Builder
- HEADER_AND_CLASS_REFERENCE - Static variable in class org.infinispan.commons.util.AbstractEntrySizeCalculatorHelper
- headers(String) - Method in class org.infinispan.rest.NettyRestRequest
- HEAP - org.infinispan.configuration.cache.StorageType
-
Objects are stored on heap.
- heapConfiguration() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
-
Deprecated.
- HEX_DUMP_LIMIT - Static variable in class org.infinispan.commons.util.Util
- hexDump(byte[]) - Static method in class org.infinispan.commons.util.Util
- hexDump(byte[], int) - Static method in class org.infinispan.commons.util.Util
- hexDump(ByteBuffer) - Static method in class org.infinispan.commons.util.Util
- hexIdHashCode(Object) - Static method in class org.infinispan.commons.util.Util
-
Prints the identity hash code of the object passed as parameter in an hexadecimal format in order to safe space.
- HIGH - org.infinispan.client.hotrod.configuration.SaslStrength
- HIGH - org.infinispan.server.hotrod.configuration.Strength
- HIGHEST_PROTOCOL_VERSION - Static variable in enum org.infinispan.client.hotrod.ProtocolVersion
- histograms() - Method in class org.infinispan.configuration.global.GlobalMetricsConfiguration
-
Are histograms enabled?
- histograms() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
-
Are histograms enabled?
- histograms(boolean) - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
-
Enables or disables histograms.
- HISTOGRAMS - Static variable in class org.infinispan.configuration.global.GlobalMetricsConfiguration
- hitCount() - Method in interface org.infinispan.query.dsl.QueryResult
- HITS - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of get hits.
- hookBehavior() - Method in class org.infinispan.configuration.global.ShutdownConfiguration
- hookBehavior(ShutdownHookBehavior) - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- HopscotchHashMap<K,V> - Class in org.infinispan.commons.util
-
Lookup on a table without collisions will require only single access, if there are collisions it will be limited to (number of collisions to particular bin + 1) and all those will lie in proximity (32 * reference size).
- HopscotchHashMap(int) - Constructor for class org.infinispan.commons.util.HopscotchHashMap
- host() - Method in class org.infinispan.client.hotrod.configuration.ServerConfiguration
- host() - Method in class org.infinispan.persistence.remote.configuration.RemoteServerConfiguration
- host() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- host() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
- host() - Method in class org.infinispan.server.core.configuration.SniConfiguration
- host(String) - Method in class org.infinispan.client.hotrod.configuration.ServerConfigurationBuilder
- host(String) - Method in class org.infinispan.persistence.remote.configuration.RemoteServerConfigurationBuilder
- host(String) - Method in class org.infinispan.server.core.configuration.AbstractProtocolServerConfigurationChildBuilder
- host(String) - Method in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
- host(String) - Method in interface org.infinispan.server.core.configuration.ProtocolServerConfigurationChildBuilder
-
Specifies the host or IP address on which this server will listen
- host(String) - Method in class org.infinispan.server.core.configuration.SniConfigurationBuilder
- HOST - org.infinispan.persistence.remote.configuration.Attribute
- HOST - Static variable in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- HOTROD_CLIENT_PROPERTIES - Static variable in class org.infinispan.client.hotrod.RemoteCacheManager
- HOTROD_WRAPPING - org.infinispan.persistence.remote.configuration.Attribute
- HotRodClientException - Exception in org.infinispan.client.hotrod.exceptions
-
Base class for exceptions reported by the hot rod client.
- HotRodClientException() - Constructor for exception org.infinispan.client.hotrod.exceptions.HotRodClientException
- HotRodClientException(String) - Constructor for exception org.infinispan.client.hotrod.exceptions.HotRodClientException
- HotRodClientException(String, long, int) - Constructor for exception org.infinispan.client.hotrod.exceptions.HotRodClientException
- HotRodClientException(String, Throwable) - Constructor for exception org.infinispan.client.hotrod.exceptions.HotRodClientException
- HotRodClientException(Throwable) - Constructor for exception org.infinispan.client.hotrod.exceptions.HotRodClientException
- HotRodServerChildConfigurationBuilder - Interface in org.infinispan.server.hotrod.configuration
-
HotRodServerChildConfigurationBuilder.
- HotRodServerConfiguration - Class in org.infinispan.server.hotrod.configuration
- HotRodServerConfigurationBuilder - Class in org.infinispan.server.hotrod.configuration
-
HotRodServerConfigurationBuilder.
- HotRodServerConfigurationBuilder() - Constructor for class org.infinispan.server.hotrod.configuration.HotRodServerConfigurationBuilder
- HotRodTimeoutException - Exception in org.infinispan.client.hotrod.exceptions
-
Signals an remote timeout(due to locking) in the infinispan server.
- HotRodTimeoutException() - Constructor for exception org.infinispan.client.hotrod.exceptions.HotRodTimeoutException
- HotRodTimeoutException(String) - Constructor for exception org.infinispan.client.hotrod.exceptions.HotRodTimeoutException
- HotRodTimeoutException(String, long, int) - Constructor for exception org.infinispan.client.hotrod.exceptions.HotRodTimeoutException
- HotRodTimeoutException(String, Throwable) - Constructor for exception org.infinispan.client.hotrod.exceptions.HotRodTimeoutException
- HotRodTimeoutException(Throwable) - Constructor for exception org.infinispan.client.hotrod.exceptions.HotRodTimeoutException
- hotRodWrapping() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
-
Deprecated.since 12.0 - Automatic media type detection in remote store makes this option redundant
- hotRodWrapping(boolean) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
- hotRodWrapping(boolean) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
-
Deprecated.
- hotRodWrapping(boolean) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
Configures this RemoteStore so that it enables all settings needed to create entries to be served by a HotRod endpoint, for example when performing rolling upgrades.
I
- ICKLE_CONTINUOUS_QUERY_RESULT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- ICKLE_FILTER_RESULT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- id() - Method in enum org.infinispan.functional.Param.ExecutionMode
- id() - Method in interface org.infinispan.functional.Param
-
A parameter's identifier.
- id() - Method in enum org.infinispan.functional.Param.LockingMode
- id() - Method in enum org.infinispan.functional.Param.PersistenceMode
- id() - Method in enum org.infinispan.functional.Param.ReplicationMode
- id() - Method in enum org.infinispan.functional.Param.StatisticsMode
- ID - Static variable in enum org.infinispan.functional.Param.ExecutionMode
- ID - Static variable in enum org.infinispan.functional.Param.LockingMode
- ID - Static variable in enum org.infinispan.functional.Param.PersistenceMode
- ID - Static variable in enum org.infinispan.functional.Param.ReplicationMode
- ID - Static variable in enum org.infinispan.functional.Param.StatisticsMode
- ID_COLUMN - org.infinispan.persistence.jdbc.configuration.Element
- ID_COLUMN_NAME - Static variable in class org.infinispan.persistence.jdbc.configuration.IdColumnConfiguration
- ID_COLUMN_TYPE - Static variable in class org.infinispan.persistence.jdbc.configuration.IdColumnConfiguration
- idColumnConfiguration() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
- IdColumnConfiguration - Class in org.infinispan.persistence.jdbc.configuration
- IdColumnConfiguration(AttributeSet) - Constructor for class org.infinispan.persistence.jdbc.configuration.IdColumnConfiguration
- IdColumnConfigurationBuilder - Class in org.infinispan.persistence.jdbc.configuration
- idColumnName() - Method in class org.infinispan.persistence.jdbc.configuration.IdColumnConfiguration
- idColumnName() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
- idColumnName(String) - Method in class org.infinispan.persistence.jdbc.configuration.IdColumnConfigurationBuilder
- idColumnName(String) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
-
The name of the database column used to store the keys
- idColumnType() - Method in class org.infinispan.persistence.jdbc.configuration.IdColumnConfiguration
- idColumnType() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
- idColumnType(String) - Method in class org.infinispan.persistence.jdbc.configuration.IdColumnConfigurationBuilder
- idColumnType(String) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
-
The type of the database column used to store the keys
- identity() - Static method in class org.infinispan.stream.StreamMarshalling
-
Same as
Function.identity()
except that this instance is also able to be marshalled by Infinispan. - IdentityMarshaller - Class in org.infinispan.commons.marshall
-
A marshaller that does not transform the content, only applicable to byte[] payloads.
- IdentityMarshaller() - Constructor for class org.infinispan.commons.marshall.IdentityMarshaller
- IdentityRoleMapper - Class in org.infinispan.security.mappers
-
IdentityRoleMapper.
- IdentityRoleMapper() - Constructor for class org.infinispan.security.mappers.IdentityRoleMapper
- IDLE_TIMEOUT - Static variable in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- idleTimeout() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- idleTimeout(int) - Method in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
- idleTimeout(int) - Method in class org.infinispan.server.core.configuration.AbstractProtocolServerConfigurationChildBuilder
- idleTimeout(int) - Method in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
- idleTimeout(int) - Method in interface org.infinispan.server.core.configuration.ProtocolServerConfigurationChildBuilder
-
Specifies the maximum time that connections from client will be kept open without activity
- Ids - Interface in org.infinispan.commons.marshall
-
Internal marshalling identifiers.
- IF_MODIFIED_SINCE - org.infinispan.rest.RequestHeader
- IF_NONE_MATCH - org.infinispan.rest.RequestHeader
- IF_UNMODIFIED_SINCE - org.infinispan.rest.RequestHeader
- ifUnmodifiedIsBeforeModificationDate(String, Long) - Static method in class org.infinispan.rest.DateUtils
- IGNORE - org.infinispan.configuration.cache.BackupFailurePolicy
- IGNORE_MODIFICATIONS - Static variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- IGNORE_RETURN_VALUES - org.infinispan.context.Flag
-
Signals that a write operation's return value will be ignored, so reading the existing value from a store or from a remote node is not necessary.
- IGNORE_TRANSACTION - org.infinispan.context.Flag
-
Flag that is used by keySet, entrySet and values methods so that they do not return transactional values.
- ignoreCommandWithFlags(long) - Method in class org.infinispan.persistence.remote.RemoteStore
- ignoreCommandWithFlags(long) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Some stores may not want to perform operations based on if a command has certain flags.
- IGNORED_CACHES - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- IGNORED_CACHES - Static variable in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- ignoreModifications() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
-
If true, any operation that modifies the cache (put, remove, clear, store...etc) won't be applied to the cache store.
- ignoreModifications() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
-
If true, any operation that modifies the cache (put, remove, clear, store...etc) won't be applied to the cache store.
- ignoreModifications(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
If true, any operation that modifies the cache (put, remove, clear, store...etc) won't be applied to the cache store.
- ignoreModifications(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- ignoreModifications(boolean) - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
If true, any operation that modifies the cache (put, remove, clear, store...etc) won't be applied to the cache store.
- IllegalLifecycleStateException - Exception in org.infinispan.commons
-
This exception is thrown when the cache or cache manager does not have the right lifecycle state for operations to be called on it.
- IllegalLifecycleStateException - Exception in org.infinispan
-
Deprecated.since 10.1 please use
IllegalLifecycleStateException
instead - IllegalLifecycleStateException() - Constructor for exception org.infinispan.commons.IllegalLifecycleStateException
- IllegalLifecycleStateException() - Constructor for exception org.infinispan.IllegalLifecycleStateException
-
Deprecated.
- IllegalLifecycleStateException(String) - Constructor for exception org.infinispan.commons.IllegalLifecycleStateException
- IllegalLifecycleStateException(String) - Constructor for exception org.infinispan.IllegalLifecycleStateException
-
Deprecated.
- IllegalLifecycleStateException(String, Throwable) - Constructor for exception org.infinispan.commons.IllegalLifecycleStateException
- IllegalLifecycleStateException(String, Throwable) - Constructor for exception org.infinispan.IllegalLifecycleStateException
-
Deprecated.
- IllegalLifecycleStateException(Throwable) - Constructor for exception org.infinispan.commons.IllegalLifecycleStateException
- IllegalLifecycleStateException(Throwable) - Constructor for exception org.infinispan.IllegalLifecycleStateException
-
Deprecated.
- IMMORTAL_ENTRY - Static variable in interface org.infinispan.commons.marshall.Ids
- IMMORTAL_VALUE - Static variable in interface org.infinispan.commons.marshall.Ids
- IMMUTABLE - org.infinispan.globalstate.ConfigurationStorage
-
Prevents the creation or removal of caches.
- IMMUTABLE_LIST_COPY - Static variable in interface org.infinispan.commons.marshall.Ids
- IMMUTABLE_MAP - Static variable in interface org.infinispan.commons.marshall.Ids
- IMMUTABLE_SET - Static variable in interface org.infinispan.commons.marshall.Ids
- immutableCollectionCopy(Collection<T>) - Static method in class org.infinispan.commons.util.Immutables
-
Creates a new immutable copy of the specified Collection.
- immutableCollectionWrap(Collection<? extends T>) - Static method in class org.infinispan.commons.util.Immutables
-
Wraps a collection with an immutable collection.
- immutableEmptySet() - Static method in class org.infinispan.commons.util.IntSets
-
Returns an immutable IntSet containing no values
- immutableEntry(Map.Entry<K, V>) - Static method in class org.infinispan.commons.util.Immutables
- immutableEntry(K, V) - Static method in class org.infinispan.commons.util.Immutables
-
Wraps a key and value with an immutable
Map.Entry
}. - ImmutableHopscotchHashSet<E> - Class in org.infinispan.commons.util
-
Wrap a
HopscotchHashMap
and allow using it as aSet
. - ImmutableHopscotchHashSet(Collection<E>) - Constructor for class org.infinispan.commons.util.ImmutableHopscotchHashSet
- ImmutableIntSet - Class in org.infinispan.commons.util
-
Deprecated.since 9.3 This class will no longer be public, please use
IntSets.immutableSet(IntSet)
- ImmutableIntSet(IntSet) - Constructor for class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- ImmutableIteratorWrapper(Iterator<? extends E>) - Constructor for class org.infinispan.commons.util.Immutables.ImmutableIteratorWrapper
- immutableListAdd(List<T>, int, T) - Static method in class org.infinispan.commons.util.Immutables
- immutableListConvert(Collection<? extends T>) - Static method in class org.infinispan.commons.util.Immutables
-
Converts a Collection to an immutable List by copying it.
- immutableListCopy(List<T>) - Static method in class org.infinispan.commons.util.Immutables
-
Creates an immutable copy of the list.
- ImmutableListCopy<E> - Class in org.infinispan.commons.util
-
A lightweight, read-only copy of a List.
- ImmutableListCopy() - Constructor for class org.infinispan.commons.util.ImmutableListCopy
-
Constructs an empty ImmutableListCopy.
- ImmutableListCopy(E[]) - Constructor for class org.infinispan.commons.util.ImmutableListCopy
-
Assumes that the array passed in is "safe", i.e., is not referenced from elsewhere.
- ImmutableListCopy(Collection<? extends E>) - Constructor for class org.infinispan.commons.util.ImmutableListCopy
-
Only one copy constructor since the list is immutable.
- ImmutableListCopy(Collection<? extends E>, Collection<? extends E>) - Constructor for class org.infinispan.commons.util.ImmutableListCopy
-
Utility constructors to allow combining collections
- ImmutableListCopy.Externalizer - Class in org.infinispan.commons.util
- ImmutableListCopy.ImmutableSubList - Class in org.infinispan.commons.util
- immutableListMerge(List<? extends T>, List<? extends T>) - Static method in class org.infinispan.commons.util.Immutables
-
Creates a new immutable list containing the union (combined entries) of both lists.
- immutableListRemove(List<T>, int) - Static method in class org.infinispan.commons.util.Immutables
- immutableListReplace(List<T>, int, T) - Static method in class org.infinispan.commons.util.Immutables
- immutableListWrap(T...) - Static method in class org.infinispan.commons.util.Immutables
-
Wraps an array with an immutable list.
- immutableMapCopy(Map<K, V>) - Static method in class org.infinispan.commons.util.Immutables
-
Creates an immutable copy of the specified map.
- immutableMapWrap(Map<? extends K, ? extends V>) - Static method in class org.infinispan.commons.util.Immutables
-
Wraps a map with an immutable map.
- ImmutableMapWrapperExternalizer() - Constructor for class org.infinispan.commons.util.Immutables.ImmutableMapWrapperExternalizer
- ImmutableMarshalledValueByteStream - Class in org.infinispan.io
-
Deprecated.since 10.0
- ImmutableMarshalledValueByteStream(byte[]) - Constructor for class org.infinispan.io.ImmutableMarshalledValueByteStream
-
Deprecated.
- ImmutableProtoStreamMarshaller - Class in org.infinispan.commons.marshall
-
A ProtoStream
Marshaller
implementation that uses Protobuf encoding. - ImmutableProtoStreamMarshaller(ImmutableSerializationContext) - Constructor for class org.infinispan.commons.marshall.ImmutableProtoStreamMarshaller
- immutableRangeSet(int) - Static method in class org.infinispan.commons.util.IntSets
-
Returns an immutable IntSet containing all values from
0
toendExclusive - 1
. - Immutables - Class in org.infinispan.commons.util
-
Factory for generating immutable type wrappers.
- Immutables() - Constructor for class org.infinispan.commons.util.Immutables
- Immutables.Immutable - Interface in org.infinispan.commons.util
- Immutables.ImmutableIteratorWrapper<E> - Class in org.infinispan.commons.util
- Immutables.ImmutableMapWrapperExternalizer - Class in org.infinispan.commons.util
- Immutables.ImmutableSetWrapperExternalizer - Class in org.infinispan.commons.util
- immutableSet(int) - Static method in class org.infinispan.commons.util.IntSets
-
Returns an immutable IntSet containing a single value
- immutableSet(IntSet) - Static method in class org.infinispan.commons.util.IntSets
-
Returns an immutable IntSet that wraps the given IntSet to prevent modifications.
- immutableSetConvert(Collection<? extends T>) - Static method in class org.infinispan.commons.util.Immutables
-
Converts a Collections into an immutable Set by copying it.
- immutableSetCopy(Set<T>) - Static method in class org.infinispan.commons.util.Immutables
-
Creates an immutable copy of the specified set.
- immutableSetWrap(Set<? extends T>) - Static method in class org.infinispan.commons.util.Immutables
-
Wraps a set with an immutable set.
- ImmutableSetWrapperExternalizer() - Constructor for class org.infinispan.commons.util.Immutables.ImmutableSetWrapperExternalizer
- immutableTypedProperties(TypedProperties) - Static method in class org.infinispan.commons.util.Immutables
-
Creates an immutable copy of the properties.
- IMPLEMENTATION_TYPE - org.infinispan.persistence.rocksdb.configuration.Attribute
- implies(Permission) - Method in class org.infinispan.security.CachePermission
- implies(Permission) - Method in class org.infinispan.security.CachePermissionCollection
- implies(AuthorizationPermission) - Method in enum org.infinispan.security.AuthorizationPermission
- in(Object...) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
-
Deprecated.Checks that the left operand is equal to one of the (fixed) list of values given as argument.
- in(Collection) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
-
Deprecated.Checks that the left operand is equal to one of the elements from the Collection of values given as argument.
- IN_DOUBT_TX_INFO - Static variable in interface org.infinispan.commons.marshall.Ids
- IN_USE_BACKUP_SITES - Static variable in class org.infinispan.configuration.cache.SitesConfiguration
- inc() - Method in class org.infinispan.commons.util.ByRef.Integer
- inc() - Method in class org.infinispan.commons.util.ByRef.Long
- include(TopologyAwareAddress, TopologyAwareAddress) - Method in enum org.infinispan.manager.ClusterExecutionPolicy
- includeCurrentState() - Method in annotation type org.infinispan.client.hotrod.annotation.ClientListener
-
This flag enables cached state to be sent back to remote clients when either adding a cache listener for the first time, or when the node where a remote listener is registered changes.
- includeCurrentState() - Method in annotation type org.infinispan.notifications.Listener
-
If set to true then the entire existing state within the cluster is evaluated.
- includeLower(boolean) - Method in interface org.infinispan.query.dsl.RangeConditionContext
-
Deprecated.
- includeUpper(boolean) - Method in interface org.infinispan.query.dsl.RangeConditionContext
-
Deprecated.
- IncorrectClientListenerException - Exception in org.infinispan.client.hotrod.event
- IncorrectClientListenerException(String) - Constructor for exception org.infinispan.client.hotrod.event.IncorrectClientListenerException
- IncorrectListenerException - Exception in org.infinispan.notifications
-
Thrown when an incorrectly annotated class is added as a cache listener using the
Listenable.addListener(Object)
API. - IncorrectListenerException(String) - Constructor for exception org.infinispan.notifications.IncorrectListenerException
- increment() - Method in interface org.infinispan.counter.api.SyncWeakCounter
- increment() - Method in interface org.infinispan.counter.api.WeakCounter
-
Increments the counter.
- increment(AtomicLongFieldUpdater<T>, T) - Method in class org.infinispan.commons.util.concurrent.StripedCounters
- incrementAndGet() - Method in interface org.infinispan.counter.api.StrongCounter
-
Atomically increments the counter and returns the new value.
- incrementAndGet() - Method in interface org.infinispan.counter.api.SyncStrongCounter
- index() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
-
Deprecated.Since 11. This configuration will be removed in next major version as the index mode is calculated automatically.
- index() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
- index() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- index(int) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
-
Deprecated.Specifies a position in the interceptor chain to place the new interceptor.
- index(Index) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
-
Deprecated.Since 11.0. This configuration will be removed in next major version as the index mode is calculated automatically.
- Index - Enum in org.infinispan.configuration.cache
-
Deprecated.since 11.0. The indexing mode is automatically detected and not configurable anymore (ignored) and will be completely removed in next major version.
- INDEX - org.infinispan.persistence.sifs.configuration.Element
- INDEX - Static variable in class org.infinispan.configuration.cache.IndexingConfiguration
-
Deprecated.since 11.0
- INDEX - Static variable in class org.infinispan.configuration.cache.InterceptorConfiguration
- INDEX_COMMIT_INTERVAL - Static variable in class org.infinispan.configuration.cache.IndexWriterConfiguration
- INDEX_INFO - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- INDEX_INFO_ENTRY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- INDEX_LOCATION - Static variable in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- INDEX_LOW_LEVEL_TRACE - Static variable in class org.infinispan.configuration.cache.IndexWriterConfiguration
- INDEX_MAX_BUFFERED_ENTRIES - Static variable in class org.infinispan.configuration.cache.IndexWriterConfiguration
- INDEX_QUEUE_COUNT - Static variable in class org.infinispan.configuration.cache.IndexWriterConfiguration
- INDEX_QUEUE_LENGTH - org.infinispan.persistence.sifs.configuration.Attribute
- INDEX_QUEUE_LENGTH - Static variable in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- INDEX_QUEUE_SIZE - Static variable in class org.infinispan.configuration.cache.IndexWriterConfiguration
- INDEX_RAM_BUFFER_SIZE - Static variable in class org.infinispan.configuration.cache.IndexWriterConfiguration
- INDEX_SEGMENTS - Static variable in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- INDEX_THREAD_POOL_SIZE - Static variable in class org.infinispan.configuration.cache.IndexWriterConfiguration
- IndexConfiguration - Class in org.infinispan.persistence.sifs.configuration
- IndexConfiguration(AttributeSet) - Constructor for class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- IndexConfigurationBuilder - Class in org.infinispan.persistence.sifs.configuration
- IndexConfigurationBuilder() - Constructor for class org.infinispan.persistence.sifs.configuration.IndexConfigurationBuilder
- INDEXED_ENTITIES - Static variable in class org.infinispan.configuration.cache.IndexingConfiguration
- indexedEntities() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
-
Deprecated.since 11. Usages should be converted to
IndexingConfiguration.indexedEntityTypes()
as this method will be removed in next major version. - indexedEntityTypes() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
-
The set of fully qualified names of indexed entity types, either Java classes or protobuf type names.
- IndexedFilter<K,V,C> - Interface in org.infinispan.notifications.cachelistener.filter
-
A marker interface for filters that can be handled efficiently by a
FilterIndexingServiceProvider
. - Indexer - Interface in org.infinispan.query
-
The indexer is used to interact directly with a cache's index.
- indexing() - Method in class org.infinispan.configuration.cache.Configuration
- indexing() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- indexing() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- IndexingConfiguration - Class in org.infinispan.configuration.cache
-
Configures indexing of entries in the cache for searching.
- IndexingConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Configures indexing of entries in the cache for searching.
- IndexingConfigurationChildBuilder - Interface in org.infinispan.configuration.cache
- indexLocation() - Method in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- indexLocation() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- indexLocation(String) - Method in class org.infinispan.persistence.sifs.configuration.IndexConfigurationBuilder
- indexLocation(String) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
-
The path where the Soft-Index store will keep its index files.
- indexLooksCorrupt(Exception) - Method in interface org.infinispan.persistence.sifs.Log
- IndexMergeConfiguration - Class in org.infinispan.configuration.cache
- IndexMergeConfigurationBuilder - Class in org.infinispan.configuration.cache
- indexOf(Object) - Method in class org.infinispan.commons.util.ForwardingList
- indexOf(Object) - Method in class org.infinispan.commons.util.ImmutableListCopy
- IndexQueue - Class in org.infinispan.persistence.sifs
-
Splits the requests into several subqueues according to request.key.hashCode().
- IndexQueue(int, int) - Constructor for class org.infinispan.persistence.sifs.IndexQueue
- indexQueueLength() - Method in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- indexQueueLength() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- indexQueueLength(int) - Method in class org.infinispan.persistence.sifs.configuration.IndexConfigurationBuilder
- indexQueueLength(int) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
-
Sets the maximum number of entry writes that are waiting to be written to the index, per index segment.
- IndexReaderConfiguration - Class in org.infinispan.configuration.cache
- IndexReaderConfigurationBuilder - Class in org.infinispan.configuration.cache
- indexSegments() - Method in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- indexSegments() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- indexSegments(int) - Method in class org.infinispan.persistence.sifs.configuration.IndexConfigurationBuilder
- indexSegments(int) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
-
Number of index segment files.
- indexShareable() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
-
Deprecated.Since 11.0 with no replacement; to be removed in next major version.
- IndexStorage - Enum in org.infinispan.configuration.cache
- IndexWriterConfiguration - Class in org.infinispan.configuration.cache
- IndexWriterConfigurationBuilder - Class in org.infinispan.configuration.cache
- INFINISPAN_BRAND_NAME - Static variable in class org.infinispan.commons.util.Version
- INFINISPAN_BRAND_VERSION - Static variable in class org.infinispan.commons.util.Version
- INFINISPAN_CODENAME - Static variable in class org.infinispan.commons.util.Version
- INFINISPAN_CORE_SCHEMA_VERSION - Static variable in class org.infinispan.commons.util.Version
- INFINISPAN_MODULE_SLOT_PREFIX - Static variable in class org.infinispan.commons.util.Version
- INFINISPAN_MODULE_SLOT_VERSION - Static variable in class org.infinispan.commons.util.Version
- INFINISPAN_VERSION - Static variable in class org.infinispan.commons.util.Version
- infinispanClasses() - Static method in class org.infinispan.commons.util.ClassFinder
- infinispanClasses(String) - Static method in class org.infinispan.commons.util.ClassFinder
- InfinispanCollections - Class in org.infinispan.commons.util
-
Static helpers for Infinispan-specific collections
- InfinispanCollections.Function<E,T> - Interface in org.infinispan.commons.util
-
A function that converts a type into another one.
- InfinispanCollections.MapMakerFunction<K,V,E> - Interface in org.infinispan.commons.util
-
A function that converts an entry into a key/value pair for use in a map.
- INFO - org.infinispan.security.AuditResponse
- init(Cache<K, V>) - Method in interface org.infinispan.configuration.cache.CustomFailurePolicy
-
Invoked during the initialization phase.
- init(HashConfiguration) - Method in interface org.infinispan.distribution.ch.KeyPartitioner
-
Initialization.
- init(InitializationContext) - Method in class org.infinispan.persistence.cluster.ClusterLoader
-
Deprecated.
- init(InitializationContext) - Method in class org.infinispan.persistence.file.SingleFileStore
- init(InitializationContext) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
- init(InitializationContext) - Method in class org.infinispan.persistence.jpa.JpaStore
- init(InitializationContext) - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
- init(InitializationContext) - Method in interface org.infinispan.persistence.spi.CacheLoader
-
Deprecated.Used to initialize a cache loader.
- init(InitializationContext) - Method in interface org.infinispan.persistence.spi.CacheWriter
-
Deprecated.Used to initialize a cache loader.
- init(RestServer) - Method in interface org.infinispan.rest.authentication.Authenticator
-
Invoked by the
RestServer
on startup. - initChunkSizeFromMetadata() - Method in class org.infinispan.io.GridFile
-
Deprecated.
- INITIAL_CLUSTER_SIZE - Static variable in class org.infinispan.configuration.global.TransportConfiguration
- INITIAL_CLUSTER_TIMEOUT - Static variable in class org.infinispan.configuration.global.TransportConfiguration
- initialClusterSize() - Method in class org.infinispan.configuration.global.TransportConfiguration
- initialClusterSize(int) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
Sets the number of nodes that need to join before the cache container can start.
- initialClusterTimeout() - Method in class org.infinispan.configuration.global.TransportConfiguration
- initialClusterTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
Sets the timeout for the initial cluster to form.
- InitializationContext - Interface in org.infinispan.persistence.spi
-
Aggregates the initialisation state needed by either a
CacheLoader
or aCacheWriter
. - InitializationContextImpl - Class in org.infinispan.persistence
- InitializationContextImpl(StoreConfiguration, Cache, KeyPartitioner, PersistenceMarshaller, TimeService, ByteBufferFactory, MarshallableEntryFactory, Executor, GlobalConfiguration, BlockingManager) - Constructor for class org.infinispan.persistence.InitializationContextImpl
- initialize(RemoteCacheManager, boolean) - Method in class org.infinispan.client.hotrod.DataFormat
-
Deprecated.
- initialize(RemoteCacheManager, String, boolean) - Method in class org.infinispan.client.hotrod.DataFormat
- initialize(ClassAllowList) - Method in class org.infinispan.commons.marshall.JavaSerializationMarshaller
- initialize(ClassAllowList) - Method in interface org.infinispan.commons.marshall.Marshaller
-
An optional method which allows an implementation to respect the
ClassAllowList
associated with the context, for example the EmbeddedCacheManager or RemoteCacheManager. - initialize(ClassAllowList) - Method in class org.infinispan.jboss.marshalling.commons.GenericJBossMarshaller
- initialize(EmbeddedCacheManager, ConfigurationManager, BlockingManager) - Method in interface org.infinispan.globalstate.LocalConfigurationStorage
-
Initialization entry point for the
LocalConfigurationStorage
- initializeChannel(Channel) - Method in class org.infinispan.rest.RestChannelInitializer
- INITIALIZING - org.infinispan.lifecycle.ComponentStatus
-
The
start()
method has been called but not yet completed. - initialValue() - Method in class org.infinispan.counter.api.CounterConfiguration
- initialValue(long) - Method in class org.infinispan.counter.api.CounterConfiguration.Builder
-
Sets the initial value.
- injectCache(Cache<K, V>) - Method in interface org.infinispan.stream.CacheAware
-
Method that is invoked when a cache is to be injected.
- injectDependencies(ComponentRegistry) - Method in class org.infinispan.filter.CompositeKeyValueFilter
- injectDependencies(ComponentRegistry) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventConverterAsConverter
- injectDependencies(ComponentRegistry) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterAsKeyValueFilter
- injectDependencies(ComponentRegistry) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterAsKeyValueFilterConverter
- injectDependencies(ComponentRegistry) - Method in class org.infinispan.notifications.cachelistener.filter.CompositeCacheEventFilter
- injectDependencies(ComponentRegistry) - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter
- injectDependencies(ComponentRegistry) - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterConverterAsCacheEventFilterConverter
- InjectiveFunction<T,R> - Interface in org.infinispan.commons.util
-
This is a marker interface to be used with
Function
which signals to some implementors that the function returns distinct values. - INSTANCE - org.infinispan.commons.executors.CachedThreadPoolExecutorFactory
- INSTANCE - org.infinispan.commons.executors.ScheduledThreadPoolExecutorFactory
- INSTANCE - org.infinispan.lock.api.OwnershipLevel
- INSTANCE - Static variable in interface org.infinispan.commons.GlobalContextInitializer
- INSTANCE - Static variable in class org.infinispan.commons.marshall.IdentityMarshaller
- instanceFromString(String, ClassLoader) - Static method in enum org.infinispan.xsite.spi.XSiteMergePolicy
- InstanceReusingAdvancedExternalizer<T> - Class in org.infinispan.commons.marshall
-
An advanced externalizer that when implemented will allow for child instances that also extend this class to use object instances instead of serializing a brand new object.
- InstanceReusingAdvancedExternalizer() - Constructor for class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer
- InstanceReusingAdvancedExternalizer(boolean) - Constructor for class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer
- INSTANTIATED - org.infinispan.lifecycle.ComponentStatus
-
Object has been instantiated, but start() has not been called.
- INT_SET - Static variable in interface org.infinispan.commons.marshall.Ids
- INT_SUMMARY_STATISTICS - Static variable in interface org.infinispan.commons.marshall.Ids
- IntCacheStream - Interface in org.infinispan
-
A
IntStream
that has additional methods to allow for Serializable instances. - Integer(int) - Constructor for class org.infinispan.commons.util.ByRef.Integer
- interceptListenerInvocation(CacheEntryListenerInvocation<K, V>) - Method in interface org.infinispan.notifications.cachelistener.filter.FilterIndexingServiceProvider
-
Starts handling an invocation that uses an
IndexedFilter
. - interceptor(AsyncInterceptor) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
-
Deprecated.An instance of the new custom interceptor to add to the configuration.
- INTERCEPTOR - Static variable in class org.infinispan.configuration.cache.InterceptorConfiguration
- INTERCEPTOR_CLASS - Static variable in class org.infinispan.configuration.cache.InterceptorConfiguration
- interceptorClass(Class<? extends AsyncInterceptor>) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
-
Deprecated.Class of the new custom interceptor to add to the configuration.
- InterceptorConfiguration - Class in org.infinispan.configuration.cache
-
Describes a custom interceptor
- InterceptorConfiguration.Position - Enum in org.infinispan.configuration.cache
-
Positional placing of a new custom interceptor
- InterceptorConfigurationBuilder - 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
- interceptors() - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfiguration
-
Deprecated.This specifies a list of
InterceptorConfiguration
instances to be referenced when building the interceptor chain. - interceptors(List<InterceptorConfiguration>) - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfiguration
-
Deprecated.
- INTERMEDIATE_OPERATIONS - Static variable in interface org.infinispan.commons.marshall.Ids
- INTERNAL_ENUMS - Static variable in interface org.infinispan.commons.marshall.Ids
- INTERNAL_METADATA_ID - Static variable in interface org.infinispan.commons.marshall.Ids
- InternalMetadata - Interface in org.infinispan.metadata
-
Deprecated.since 10.0
- internalMetadataLength() - Method in class org.infinispan.persistence.sifs.EntryHeader
- interruptedWhileClearing(InterruptedException) - Method in interface org.infinispan.persistence.sifs.Log
- interruptedWhileStopping(InterruptedException) - Method in interface org.infinispan.persistence.sifs.Log
- IntSet - Interface in org.infinispan.commons.util
-
A set that represents primitive ints.
- IntSets - Class in org.infinispan.commons.util
-
Static utility class for creating various
IntSet
objects. - IntSetsExternalization - Class in org.infinispan.commons.util
-
IntSets externalization mechanism
- intSpliterator() - Method in class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- intSpliterator() - Method in interface org.infinispan.commons.util.IntSet
-
Creates a
Spliterator.OfInt
over the ints in this set. - intSpliterator() - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- intSpliterator() - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- intStream() - Method in class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- intStream() - Method in interface org.infinispan.commons.util.IntSet
-
A stream of ints representing the data in this set
- intStream() - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- intStream() - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- inUseBackupSites() - Method in class org.infinispan.configuration.cache.SitesConfiguration
- INVALID_CHAR - Static variable in class org.infinispan.commons.hash.MurmurHash3
- invalidated() - Method in enum org.infinispan.client.hotrod.configuration.NearCacheMode
- INVALIDATED - org.infinispan.client.hotrod.configuration.NearCacheMode
-
Near cache is invalidated, so when entries are updated or removed server-side, invalidation messages will be sent to clients to remove them from the near cache.
- INVALIDATION_ASYNC - org.infinispan.client.hotrod.DefaultTemplate
- INVALIDATION_ASYNC - org.infinispan.configuration.cache.CacheMode
-
Data invalidated asynchronously.
- INVALIDATION_BATCH_SIZE - Static variable in class org.infinispan.configuration.cache.ClusteringConfiguration
- INVALIDATION_SYNC - org.infinispan.client.hotrod.DefaultTemplate
- INVALIDATION_SYNC - org.infinispan.configuration.cache.CacheMode
-
Data invalidated synchronously.
- INVALIDATION_THRESHOLD - Static variable in class org.infinispan.configuration.cache.L1Configuration
- invalidationBatchSize() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
-
For scattered cache, the threshold after which batched invalidations are sent
- invalidationBatchSize(int) - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
-
For scattered cache, the threshold after which batched invalidations are sent
- invalidationThreshold() - Method in class org.infinispan.configuration.cache.L1Configuration
-
Determines whether a multicast or a web of unicasts are used when performing L1 invalidations.
- invalidationThreshold(int) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
-
Determines whether a multicast or a web of unicasts are used when performing L1 invalidations.
- InvalidCacheUsageException - Exception in org.infinispan
-
Thrown when client makes cache usage errors.
- InvalidCacheUsageException(String) - Constructor for exception org.infinispan.InvalidCacheUsageException
- InvalidCacheUsageException(String, Throwable) - Constructor for exception org.infinispan.InvalidCacheUsageException
- InvalidCacheUsageException(Throwable) - Constructor for exception org.infinispan.InvalidCacheUsageException
- invalidCompactionThreshold(double) - Method in interface org.infinispan.persistence.sifs.Log
- InvalidResponseException - Exception in org.infinispan.client.hotrod.exceptions
-
Signals an internal protocol error.
- InvalidResponseException() - Constructor for exception org.infinispan.client.hotrod.exceptions.InvalidResponseException
- InvalidResponseException(String) - Constructor for exception org.infinispan.client.hotrod.exceptions.InvalidResponseException
- InvalidResponseException(String, Throwable) - Constructor for exception org.infinispan.client.hotrod.exceptions.InvalidResponseException
- InvalidResponseException(Throwable) - Constructor for exception org.infinispan.client.hotrod.exceptions.InvalidResponseException
- invocation - Variable in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- invocationBatching() - Method in class org.infinispan.configuration.cache.Configuration
- invocationBatching() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- invocationBatching() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- InvocationBatchingConfiguration - Class in org.infinispan.configuration.cache
- InvocationBatchingConfigurationBuilder - Class in org.infinispan.configuration.cache
- InvocationContext - Interface in org.infinispan.context
-
A context that contains information pertaining to a given invocation.
- InvocationContextFactory - Interface in org.infinispan.context
-
Factory for
InvocationContext
objects. - InvocationHelper - Class in org.infinispan.rest
- invoke(Event<K, V>) - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- invoke(EventWrapper<K, V, CacheEntryEvent<K, V>>, boolean) - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- invokeAccessibly(Object, Method, Object...) - Static method in class org.infinispan.commons.util.ReflectionUtil
-
Invokes a method using reflection, in an accessible manner (by using
AccessibleObject.setAccessible(boolean)
- invokeAll(BiFunction<Cache<K, V>, ? super CacheEntry<K, V>, R>) - Method in interface org.infinispan.LockedStream
-
Performs a BiFunction for each element of this stream on the primary owner of each entry returning a value.
- invokeAll(SerializableBiFunction<Cache<K, V>, ? super CacheEntry<K, V>, R>) - Method in interface org.infinispan.LockedStream
-
Same as
LockedStream.invokeAll(BiFunction)
except that the BiFunction must also implementSerializable
- invokeMethod(Object, Method, Object[]) - Static method in class org.infinispan.commons.util.ReflectionUtil
- invokeNoChecks(EventWrapper<K, V, CacheEntryEvent<K, V>>, boolean, boolean, boolean) - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- IO_THREADS - Static variable in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- ioThreads() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- ioThreads(int) - Method in class org.infinispan.server.core.configuration.AbstractProtocolServerConfigurationChildBuilder
- ioThreads(int) - Method in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
- ioThreads(int) - Method in interface org.infinispan.server.core.configuration.ProtocolServerConfigurationChildBuilder
-
Sets the number of I/O threads
- IRAC_METADATA - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- IRAC_SITE_VERSION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- IRAC_STATE - org.infinispan.context.Flag
-
Signals a
WriteCommand
as state transfer from remote site. - IRAC_UPDATE - org.infinispan.context.Flag
-
Signals a
WriteCommand
as an update from a remote site (async). - IRAC_VERSION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- IRAC_VERSION_ENTRY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- isAbsolute() - Method in class org.infinispan.io.GridFile
-
Deprecated.
- isAffectedByRehash(Object) - Method in interface org.infinispan.distribution.DistributionManager
-
Tests whether a given key is affected by a rehash that may be in progress.
- isAnnotationPresent(Class<?>, Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ReflectionUtil
-
Tests whether an annotation is present on a class.
- isAscending() - Method in interface org.infinispan.objectfilter.SortField
-
Indicates if sorting is ascending or descending.
- isAssignableFrom(Class<?>) - Static method in class org.infinispan.commons.util.ClassFinder
- isAssignableFrom(List<Class<?>>, Class<?>) - Static method in class org.infinispan.commons.util.ClassFinder
- isAsyncBackup() - Method in class org.infinispan.configuration.cache.BackupConfiguration
- isAvailable() - Method in interface org.infinispan.notifications.cachelistener.event.PersistenceAvailabilityChangedEvent
- isAvailable() - Method in class org.infinispan.persistence.file.SingleFileStore
- isAvailable() - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
- isAvailable() - Method in class org.infinispan.persistence.remote.RemoteStore
- isAvailable() - Method in class org.infinispan.persistence.rocksdb.RocksDBStore
- isAvailable() - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
- isAvailable() - Method in interface org.infinispan.persistence.spi.CacheLoader
-
Deprecated.
- isAvailable() - Method in interface org.infinispan.persistence.spi.CacheWriter
-
Deprecated.
- isAvailable() - Method in interface org.infinispan.persistence.spi.ExternalStore
-
Deprecated.
- isAvailable() - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Returns a stage that, when complete, returns a boolean indicating whether the current store can be accessed for requests.
- isAvailable(String) - Method in class org.infinispan.commons.util.Features
- isBackupFor(String, String) - Method in class org.infinispan.configuration.cache.BackupForConfiguration
- isBasicType(Class<?>) - Static method in class org.infinispan.commons.util.Util
- isCacheReady() - Method in class org.infinispan.persistence.cluster.ClusterLoader
-
Deprecated.A test to check whether the cache is in its started state.
- isChildOf(String, String) - Static method in class org.infinispan.io.GridFile
-
Deprecated.Verifies whether child is a child (dir or file) of parent
- isClustered() - Method in enum org.infinispan.configuration.cache.CacheMode
- isClustered() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- isClustered() - Method in class org.infinispan.configuration.global.JGroupsConfiguration
- isClustered() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- isClustered(GlobalConfiguration) - Static method in class org.infinispan.configuration.cache.Configurations
- isCommandRetried() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryCreatedEvent
-
This will be true if the write command that caused this had to be retried again due to a topology change.
- isCommandRetried() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryCustomEvent
-
This will be true if the write command that caused this had to be retried again due to a topology change.
- isCommandRetried() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryModifiedEvent
-
This will be true if the write command that caused this had to be retried again due to a topology change.
- isCommandRetried() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryRemovedEvent
-
This will be true if the write command that caused this had to be retried again due to a topology change.
- isCommandRetried() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryCreatedEvent
-
This will be true if the write command that caused this had to be retried again due to a topology change.
- isCommandRetried() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent
-
This will be true if the write command that caused this had to be retried again due to a topology change.
- isCommandRetried() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent
-
This will be true if the write command that caused this had to be retried again due to a topology change.
- isConflictResolutionInProgress() - Method in interface org.infinispan.conflict.ConflictManager
- isConnected() - Method in class org.infinispan.distribution.LocalizedCacheTopology
- isCoordinator() - Method in class org.infinispan.manager.CacheManagerInfo
- isCoordinator() - Method in class org.infinispan.manager.DefaultCacheManager
- isCoordinator() - Method in interface org.infinispan.manager.EmbeddedCacheManager
- isCreate() - Method in class org.infinispan.notifications.cachelistener.filter.EventType
- isCreated() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent
-
Indicates whether the cache entry modification event is the result of the cache entry being created.
- isCurrentState() - Method in interface org.infinispan.notifications.cachelistener.event.CacheEntryEvent
- isDefaultRunning() - Method in class org.infinispan.manager.DefaultCacheManager
- isDefaultRunning() - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Tests whether the default cache is running.
- isDefined(String) - Method in interface org.infinispan.counter.api.CounterManager
- isDefined(String) - Method in interface org.infinispan.lock.api.ClusteredLockManager
-
Checks if a lock is already defined.
- isDeltaFilter() - Method in interface org.infinispan.objectfilter.FilterSubscription
- isDirectory() - Method in class org.infinispan.io.GridFile
-
Deprecated.
- isDirectory() - Method in class org.infinispan.io.GridFile.Metadata
-
Deprecated.
- isDistributed() - Method in enum org.infinispan.configuration.cache.CacheMode
- isEmbeddedMode(GlobalConfiguration) - Static method in class org.infinispan.configuration.cache.Configurations
- isEmpty() - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
- isEmpty() - Method in class org.infinispan.commons.util.AbstractDelegatingMap
- isEmpty() - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
- isEmpty() - Method in class org.infinispan.commons.util.FastCopyHashMap.EntrySet
- isEmpty() - Method in class org.infinispan.commons.util.FastCopyHashMap
- isEmpty() - Method in class org.infinispan.commons.util.ForwardingList
- isEmpty() - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
- isEmpty() - Method in class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- isEmpty() - Method in class org.infinispan.commons.util.ImmutableListCopy
- isEmpty() - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- isEmpty() - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- isEnabled() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- isEnabled() - Method in enum org.infinispan.configuration.cache.Index
-
Deprecated.Use
IndexingConfiguration.enabled()
} instead - isEnabled() - Method in enum org.infinispan.eviction.EvictionStrategy
-
Whether or not the cache will do something due to the strategy
- isEnabled() - Method in interface org.infinispan.expiration.ExpirationManager
- isEnabled() - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
- isEncoded() - Method in interface org.infinispan.functional.FunctionalMap
-
Tells if the underlying cache is using encoding or not
- isEncodingChanged() - Method in class org.infinispan.configuration.cache.ContentTypeConfiguration
- isEntryRemovedInContext(Object) - Method in interface org.infinispan.context.InvocationContext
-
Deprecated.Since 11, to be removed in 14 with no replacement
- isEvictionEnabled() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
-
Returns whether remove eviction is in use
- isExceptionBased() - Method in enum org.infinispan.eviction.EvictionStrategy
-
The cache will throw exceptions to prevent memory growth
- isExceptionBasedEviction(Configuration) - Static method in class org.infinispan.configuration.cache.Configurations
- isExpired() - Method in class org.infinispan.notifications.cachelistener.filter.EventType
- isExpired(long) - Method in interface org.infinispan.metadata.InternalMetadata
-
Deprecated.
- isExpired(long) - Method in interface org.infinispan.persistence.spi.MarshallableEntry
- isFile() - Method in class org.infinispan.io.GridFile
-
Deprecated.
- isFile() - Method in class org.infinispan.io.GridFile.Metadata
-
Deprecated.
- isGlob(String) - Static method in class org.infinispan.commons.util.GlobUtils
- isHidden() - Method in class org.infinispan.io.GridFile
-
Deprecated.
- isIBMJavaVendor() - Static method in class org.infinispan.commons.util.Util
- isImmutable(Object) - Static method in class org.infinispan.commons.util.Immutables
-
Whether or not this collection type is immutable
- isIndexLoaded() - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
- isInTxScope() - Method in interface org.infinispan.context.InvocationContext
-
Returns true if this call is performed in the context of an transaction, false otherwise.
- isInvalidation() - Method in enum org.infinispan.configuration.cache.CacheMode
-
Returns true if the mode is invalidation, either sync or async.
- isJoinComplete() - Method in interface org.infinispan.distribution.DistributionManager
-
Tests whether the current instance has completed joining the cluster
- isKnownMarshallable(Class<?>) - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
-
Returns whether the hint on whether a particular type is marshallable or not is available.
- isLocal() - Method in enum org.infinispan.distribution.DataLocality
-
Deprecated.
- isLocked() - Method in interface org.infinispan.lock.api.ClusteredLock
-
Returns a
CompletableFuture
holdingtrue
when the lock is locked andfalse
when the lock is released. - isLockedByMe() - Method in interface org.infinispan.lock.api.ClusteredLock
-
Returns a
CompletableFuture
holdingtrue
when the lock is owned by the caller andfalse
when the lock is owned by someone else or it's released. - isLogEvent() - Method in class org.infinispan.tasks.TaskContext
-
Whether executing this task will generate an event in the event log
- isLowerBoundReached() - Method in exception org.infinispan.counter.exception.CounterOutOfBoundsException
- isLowLevelTrace() - Method in class org.infinispan.configuration.cache.IndexWriterConfiguration
- isMarshallable(Class<?>) - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
-
Returns whether a type can be serialized.
- isMarshallable(Object) - Method in class org.infinispan.commons.marshall.IdentityMarshaller
- isMarshallable(Object) - Method in class org.infinispan.commons.marshall.ImmutableProtoStreamMarshaller
- isMarshallable(Object) - Method in class org.infinispan.commons.marshall.JavaSerializationMarshaller
- isMarshallable(Object) - Method in interface org.infinispan.commons.marshall.Marshaller
-
A method that checks whether the given object is marshallable as per the rules of this marshaller.
- isMarshallable(Object) - Method in interface org.infinispan.commons.marshall.StreamAwareMarshaller
-
A method that checks whether the given object is marshallable as per the rules of this marshaller.
- isMarshallable(Object) - Method in class org.infinispan.commons.marshall.StringMarshaller
- isMarshallable(Object) - Method in class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
-
Deprecated.
- isMarshallableCandidate(Object) - Method in class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
-
Deprecated.
- isMediaTypeChanged() - Method in class org.infinispan.configuration.cache.ContentTypeConfiguration
- isMergeView() - Method in interface org.infinispan.notifications.cachemanagerlistener.event.ViewChangedEvent
- isModified() - Method in class org.infinispan.configuration.global.GlobalStatePathConfiguration
- isModified() - Method in class org.infinispan.notifications.cachelistener.filter.EventType
- isNext(int, long, int) - Method in class org.infinispan.distribution.TriangleOrderManager
- isNonBlocking() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- isNotModifiedSince(String, Long) - Static method in class org.infinispan.rest.DateUtils
- isNull() - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
-
Deprecated.Checks that the left argument is null.
- isObjectStorage() - Method in class org.infinispan.client.hotrod.DataFormat
- isObjectStorage() - Method in class org.infinispan.configuration.cache.ContentTypeConfiguration
- isObjectStorage() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- isObjectStorage() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- isOffHeap() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
- ISOLATION_LEVEL - Static variable in class org.infinispan.configuration.cache.LockingConfiguration
- isolationLevel() - Method in class org.infinispan.configuration.cache.LockingConfiguration
-
Cache isolation level.
- isolationLevel() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- isolationLevel(IsolationLevel) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
-
Cache isolation level.
- isOnePhaseCommit(Configuration) - Static method in class org.infinispan.configuration.cache.Configurations
- isOnePhaseTotalOrderCommit(Configuration) - Static method in class org.infinispan.configuration.cache.Configurations
- isOpen() - Method in class org.infinispan.io.ReadableGridFileChannel
-
Deprecated.
- isOpen() - Method in class org.infinispan.io.WritableGridFileChannel
-
Deprecated.
- isOriginLocal() - Method in interface org.infinispan.context.InvocationContext
-
Returns true if the call was originated locally, false if it is the result of a remote rpc.
- isOriginLocal() - Method in interface org.infinispan.notifications.cachelistener.event.TransactionalEvent
- isPre() - Method in interface org.infinispan.notifications.cachelistener.event.Event
- isPreEvent() - Method in class org.infinispan.notifications.cachelistener.filter.EventType
- isPrimary() - Method in class org.infinispan.distribution.DistributionInfo
- isPrimaryOwner() - Method in enum org.infinispan.configuration.cache.Index
-
Deprecated.in 10.1. Equivalent to a simple equality comparison to
Index.PRIMARY_OWNER
. - isPrivileged() - Static method in class org.infinispan.security.Security
- isProtobufStorage() - Method in class org.infinispan.configuration.cache.ContentTypeConfiguration
- isProtobufStorage() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- isReadOwner() - Method in class org.infinispan.distribution.DistributionInfo
- isReadOwner(Object) - Method in class org.infinispan.distribution.LocalizedCacheTopology
- isReadyForHttpChallenge() - Method in interface org.infinispan.rest.authentication.Authenticator
-
Returns whether the realm backing this authenticator is ready to authenticate users
- isRecoveryEnabled() - Method in enum org.infinispan.configuration.cache.TransactionMode
- isReentrant() - Method in class org.infinispan.lock.api.ClusteredLockConfiguration
- isRehashInProgress() - Method in interface org.infinispan.distribution.DistributionManager
-
Tests whether a rehash is in progress
- isRemovalBased() - Method in enum org.infinispan.eviction.EvictionStrategy
-
The cache will remove other entries to make room to limit memory growth
- isRemove() - Method in class org.infinispan.notifications.cachelistener.filter.EventType
- isReplicated() - Method in enum org.infinispan.configuration.cache.CacheMode
- isReplicated() - Method in interface org.infinispan.distribution.ch.ConsistentHash
- isRetry() - Method in class org.infinispan.notifications.cachelistener.filter.EventType
- isRunning() - Method in interface org.infinispan.query.Indexer
- isRunning(String) - Method in class org.infinispan.manager.DefaultCacheManager
- isRunning(String) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Tests whether a cache is running.
- isSafeClass(String) - Method in class org.infinispan.commons.configuration.ClassAllowList
- isSafeClass(String, List<String>) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
Checks whether class name is matched by the class name white list regular expressions provided.
- isScattered() - Method in enum org.infinispan.configuration.cache.CacheMode
- isSegmentLocalToNode(Address, int) - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
Check if a segment is local to a given member.
- isSegmentReadOwner(int) - Method in class org.infinispan.distribution.LocalizedCacheTopology
- isSegmentWriteOwner(int) - Method in class org.infinispan.distribution.LocalizedCacheTopology
- isSeqIdOld(long, Object, byte[]) - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
- isServerError() - Method in exception org.infinispan.client.hotrod.exceptions.HotRodClientException
- isSkip(Params) - Static method in enum org.infinispan.functional.Param.StatisticsMode
- isStarted() - Method in interface org.infinispan.affinity.KeyAffinityService
-
Checks weather or not the service is started.
- isStarted() - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
- isStarted() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
- isStateTransferInProgress() - Method in interface org.infinispan.conflict.ConflictManager
- isStateTransferStore(StoreConfiguration) - Static method in class org.infinispan.configuration.cache.Configurations
- isStopping() - Method in enum org.infinispan.lifecycle.ComponentStatus
- isStorageBinary() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- isSync() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- isSyncBackup() - Method in class org.infinispan.configuration.cache.BackupConfiguration
- isSynchronous() - Method in enum org.infinispan.configuration.cache.CacheMode
- isTemplate() - Method in class org.infinispan.configuration.cache.Configuration
- isTerminated() - Method in enum org.infinispan.lifecycle.ComponentStatus
- isTransactional() - Method in interface org.infinispan.client.hotrod.RemoteCache
- isTransactional() - Method in enum org.infinispan.transaction.TransactionMode
- isTransactional(String) - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
- isTransactional(String) - Method in class org.infinispan.client.hotrod.RemoteCacheManager
- isTransactionSuccessful() - Method in interface org.infinispan.notifications.cachelistener.event.TransactionCompletedEvent
- isTwoPhaseCommit() - Method in class org.infinispan.configuration.cache.BackupConfiguration
- isTxVersioned(Configuration) - Static method in class org.infinispan.configuration.cache.Configurations
- isUncertain() - Method in enum org.infinispan.distribution.DataLocality
-
Deprecated.
- isUpperBoundReached() - Method in exception org.infinispan.counter.exception.CounterOutOfBoundsException
- isValidCacheMode(String) - Static method in enum org.infinispan.configuration.cache.CacheMode
- isValidKeyType(Object) - Method in class org.infinispan.persistence.jpa.JpaStore
- isVolatile() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
-
Does the index use a provider that does not persist upon restart?
- isWriteBackup() - Method in class org.infinispan.distribution.DistributionInfo
- isWriteOwner() - Method in class org.infinispan.distribution.DistributionInfo
- isWriteOwner(Object) - Method in class org.infinispan.distribution.LocalizedCacheTopology
- isXAEnabled() - Method in enum org.infinispan.configuration.cache.TransactionMode
- isZeroCapacityNode() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
Returns true if this node is configured as a zero-capacity node.
- iterator() - Method in interface org.infinispan.CacheStream
- iterator() - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
- iterator() - Method in interface org.infinispan.commons.util.CloseableIterable
- iterator() - Method in interface org.infinispan.commons.util.CloseableIteratorCollection
- iterator() - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
- iterator() - Method in class org.infinispan.commons.util.FastCopyHashMap.EntrySet
- iterator() - Method in class org.infinispan.commons.util.FastCopyHashMap.KeySet
- iterator() - Method in class org.infinispan.commons.util.FastCopyHashMap.Values
- iterator() - Method in class org.infinispan.commons.util.ForwardingList
- iterator() - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
- iterator() - Method in class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- iterator() - Method in class org.infinispan.commons.util.ImmutableListCopy.ImmutableSubList
- iterator() - Method in class org.infinispan.commons.util.ImmutableListCopy
- iterator() - Method in interface org.infinispan.commons.util.IntSet
-
A primtive iterator that allows iteration over the int values.
- iterator() - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- iterator() - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- iterator() - Method in interface org.infinispan.container.DataContainer
- iterator() - Method in interface org.infinispan.LockedStream
-
This method is not supported when using a
LockedStream
- iterator() - Method in class org.infinispan.persistence.sifs.IndexQueue
- iterator() - Method in interface org.infinispan.query.dsl.Query
-
Returns a
CloseableIterator
over the results. - iterator(Iterator<? extends E>) - Static method in class org.infinispan.commons.util.Closeables
-
Creates a closeable iterator from the given iterator that does nothing when close is called.
- iterator(BaseStream<R, Stream<R>>) - Static method in class org.infinispan.commons.util.Closeables
-
Creates a closeable iterator that when closed will close the underlying stream as well
- iterator(Publisher<E>, int) - Static method in class org.infinispan.commons.util.Closeables
-
Converts a
Publisher
to aCloseableIterator
by utilizing items fetched into an array and refetched as they are consumed from the iterator. - iteratorIncludingExpired() - Method in interface org.infinispan.container.DataContainer
-
Same as
DataContainer.iterator()
except that is also returns expired entries. - IteratorMapper<E,S> - Class in org.infinispan.commons.util
-
A iterator that maps each value to the output of the Function.
- IteratorMapper(Iterator<? extends E>, Function<? super E, ? extends S>) - Constructor for class org.infinispan.commons.util.IteratorMapper
J
- JavaSerializationMarshaller - Class in org.infinispan.commons.marshall
-
Standard Java serialization marshaller.
- JavaSerializationMarshaller() - Constructor for class org.infinispan.commons.marshall.JavaSerializationMarshaller
- JavaSerializationMarshaller(ClassAllowList) - Constructor for class org.infinispan.commons.marshall.JavaSerializationMarshaller
- JBOSS_USER_MARSHALLER_CLASS - Static variable in class org.infinispan.commons.util.Util
- JBossExternalizerAdapter - Class in org.infinispan.jboss.marshalling.commons
-
Deprecated.since 11.0. To be removed in 14.0 ISPN-11947.
- JBossExternalizerAdapter(Externalizer<? super Object>) - Constructor for class org.infinispan.jboss.marshalling.commons.JBossExternalizerAdapter
-
Deprecated.
- JBossMarshallerFactory - Class in org.infinispan.jboss.marshalling.commons
-
Deprecated.since 11.0. To be removed in 14.0 ISPN-11947.
- JBossMarshallerFactory() - Constructor for class org.infinispan.jboss.marshalling.commons.JBossMarshallerFactory
-
Deprecated.
- JDBC_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- JDBC_PERSISTED_METADATA - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- JdbcStoreConfigurationChildBuilder<S extends AbstractJdbcStoreConfigurationBuilder<?,S>> - Interface in org.infinispan.persistence.jdbc.configuration
-
JdbcStoreConfigurationChildBuilder.
- JdbcStoreConfigurationParser - Class in org.infinispan.persistence.jdbc.configuration
-
JDBC cache store configuration parser.
- JdbcStoreConfigurationParser() - Constructor for class org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationParser
- JdbcStringBasedStore<K,V> - Class in org.infinispan.persistence.jdbc.stringbased
-
AdvancedCacheLoader
implementation that stores the entries in a database. - JdbcStringBasedStore() - Constructor for class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
- JdbcStringBasedStoreConfiguration - Class in org.infinispan.persistence.jdbc.configuration
- JdbcStringBasedStoreConfiguration(AttributeSet, AsyncStoreConfiguration, ConnectionFactoryConfiguration, TableManipulationConfiguration) - Constructor for class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfiguration
- JdbcStringBasedStoreConfigurationBuilder - Class in org.infinispan.persistence.jdbc.configuration
-
JdbcStringBasedStoreConfigurationBuilder.
- JdbcStringBasedStoreConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationBuilder
- JdbcStringBasedStoreConfigurationBuilder.StringTableManipulationConfigurationBuilder - Class in org.infinispan.persistence.jdbc.configuration
- JdbcStringBasedStoreConfigurationSerializer - Class in org.infinispan.persistence.jdbc.configuration
-
JdbcStringBasedStoreConfigurationSerializer.
- JdbcStringBasedStoreConfigurationSerializer() - Constructor for class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationSerializer
- jgroups() - Method in class org.infinispan.configuration.global.TransportConfiguration
- jgroups() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- JGROUPS_ADDRESS - Static variable in interface org.infinispan.commons.marshall.Ids
- JGROUPS_ADDRESS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- JGROUPS_TOPOLOGY_AWARE_ADDRESS - Static variable in interface org.infinispan.commons.marshall.Ids
- JGroupsConfiguration - Class in org.infinispan.configuration.global
- JGroupsConfigurationBuilder - Class in org.infinispan.configuration.global
- JGroupsProtocolConfiguration - Class in org.infinispan.configuration.global
- JGroupsProtocolConfigurationBuilder - Class in org.infinispan.configuration.global
- jmx() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- jmx() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- jmx() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- jmx() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Global JMX configuration.
- JMX_DOMAIN - Static variable in class org.infinispan.client.hotrod.configuration.StatisticsConfiguration
- JMX_ENABLED - Static variable in class org.infinispan.client.hotrod.configuration.StatisticsConfiguration
- JMX_NAME - Static variable in class org.infinispan.client.hotrod.configuration.StatisticsConfiguration
- jmxDisable() - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfigurationBuilder
-
Disables exposure of client-side statistics over JMX
- jmxDomain() - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfiguration
- jmxDomain(String) - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfigurationBuilder
-
Sets the JMX domain name with which MBeans are exposed.
- jmxDomain(String) - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
-
Deprecated.Since 10.1.3, please use
GlobalJmxStatisticsConfigurationBuilder.domain(String)
instead. - jmxEnable() - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfigurationBuilder
-
Enables exposure of client-side statistics over JMX
- jmxEnabled() - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfiguration
- jmxEnabled(boolean) - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfigurationBuilder
-
Enables or disables exposure of client-side statistics over JMX
- jmxName() - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfiguration
- jmxName(String) - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfigurationBuilder
-
Sets the name of the MBean.
- jmxStatistics() - Method in class org.infinispan.configuration.cache.Configuration
-
Deprecated.since 10.1.3 use
Configuration.statistics()
instead. This will be removed in next major version. - jmxStatistics() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
-
Deprecated.since 10.1.3 use
ConfigurationChildBuilder.statistics()
instead. This will be removed in next major version. - JMXStatisticsConfiguration - Class in org.infinispan.configuration.cache
-
Deprecated.since 10.1.3. Use
StatisticsConfiguration
instead. This will be removed in next major version. - JMXStatisticsConfiguration() - Constructor for class org.infinispan.configuration.cache.JMXStatisticsConfiguration
-
Deprecated.
- JMXStatisticsConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Deprecated.since 10.1.3. Use
StatisticsConfigurationBuilder
instead. This will be removed in next major version. - JNDI_URL - org.infinispan.persistence.jdbc.configuration.Attribute
- JNDI_URL - Static variable in class org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfiguration
- jndiUrl() - Method in class org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfiguration
- jndiUrl(String) - Method in class org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfigurationBuilder
- join(List<String>, String) - Static method in class org.infinispan.commons.util.Util
- JPA_STORE - org.infinispan.persistence.jpa.configuration.Element
- JpaStore<K,V> - Class in org.infinispan.persistence.jpa
-
NOTE: This store can return expired keys or entries on any given operation if
JpaStoreConfiguration.storeMetadata()
was set to false. - JpaStore() - Constructor for class org.infinispan.persistence.jpa.JpaStore
- JpaStoreConfiguration - Class in org.infinispan.persistence.jpa.configuration
-
JpaStoreConfiguration.
- JpaStoreConfiguration(AttributeSet, AsyncStoreConfiguration) - Constructor for class org.infinispan.persistence.jpa.configuration.JpaStoreConfiguration
- JpaStoreConfigurationBuilder - Class in org.infinispan.persistence.jpa.configuration
- JpaStoreConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationBuilder
- JpaStoreConfigurationParser - Class in org.infinispan.persistence.jpa.configuration
- JpaStoreConfigurationParser() - Constructor for class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationParser
- JpaStoreConfigurationSerializer - Class in org.infinispan.persistence.jpa.configuration
-
JpaStoreConfigurationSerializer.
- JpaStoreConfigurationSerializer() - Constructor for class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationSerializer
- JpaStoreException - Exception in org.infinispan.persistence.jpa
- JpaStoreException() - Constructor for exception org.infinispan.persistence.jpa.JpaStoreException
- JpaStoreException(String) - Constructor for exception org.infinispan.persistence.jpa.JpaStoreException
- JpaStoreException(String, Throwable) - Constructor for exception org.infinispan.persistence.jpa.JpaStoreException
- JpaStoreException(Throwable) - Constructor for exception org.infinispan.persistence.jpa.JpaStoreException
- JSON_STRING_ARRAY_ELEMENT_REGEX - Static variable in class org.infinispan.client.hotrod.RemoteCacheManager
- JSONConstants - Interface in org.infinispan.rest
- JsonReader - Class in org.infinispan.commons.configuration
- JsonReader() - Constructor for class org.infinispan.commons.configuration.JsonReader
- JsonWriter - Class in org.infinispan.commons.configuration
- JsonWriter() - Constructor for class org.infinispan.commons.configuration.JsonWriter
- JVMMemoryInfoInfo - Class in org.infinispan.commons.util
- JVMMemoryInfoInfo() - Constructor for class org.infinispan.commons.util.JVMMemoryInfoInfo
K
- keepAlive() - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
-
Deprecated.
- keepAliveTime() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- keepAliveTime(Long) - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- key() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- key() - Method in interface org.infinispan.functional.EntryView.ReadEntryView
-
Key of the read-only entry view.
- key() - Method in interface org.infinispan.functional.EntryView.WriteEntryView
-
Key of the write-only entry view.
- KEY_ALIAS - org.infinispan.persistence.remote.configuration.Attribute
- KEY_CONTENT_TYPE_HEADER - org.infinispan.rest.RequestHeader
- KEY_ELEMENT_DEFINITION - Static variable in class org.infinispan.configuration.cache.ContentTypeConfiguration
- KEY_FILTER_AS_CACHE_EVENT_FILTER - Static variable in interface org.infinispan.commons.marshall.Ids
- KEY_FILTER_AS_KEY_VALUE_FILTER - Static variable in interface org.infinispan.commons.marshall.Ids
- KEY_PARTITIONER - Static variable in class org.infinispan.configuration.cache.HashConfiguration
- KEY_POS_11_0 - Static variable in class org.infinispan.persistence.file.SingleFileStore
- KEY_POS_BEFORE_11 - Static variable in class org.infinispan.persistence.file.SingleFileStore
- KEY_POS_LATEST - Static variable in class org.infinispan.persistence.file.SingleFileStore
- KEY_SIZE_ESTIMATE - org.infinispan.persistence.remote.configuration.Attribute
-
Deprecated.Since 12.0, will be removed in 15.0
- KEY_TO_STRING_MAPPER - org.infinispan.persistence.jdbc.configuration.Attribute
- KEY_TRANSFORMERS - Static variable in class org.infinispan.configuration.cache.IndexingConfiguration
- KEY_VALUE_FILTER_AS_CACHE_EVENT_FILTER - Static variable in interface org.infinispan.commons.marshall.Ids
- KEY_VALUE_FILTER_AS_KEY_FILTER - Static variable in interface org.infinispan.commons.marshall.Ids
- KEY_VALUE_FILTER_CONVERTER_AS_CACHE_EVENT_FILTER_CONVERTER - Static variable in interface org.infinispan.commons.marshall.Ids
- KEY_VALUE_PAIR_ID - Static variable in interface org.infinispan.commons.marshall.Ids
- key2StringMapper() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfiguration
- key2StringMapper(Class<? extends Key2StringMapper>) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationBuilder
-
The class of a
Key2StringMapper
to use for mapping keys to strings suitable for storage in a database table. - key2StringMapper(String) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationBuilder
-
The class name of a
Key2StringMapper
to use for mapping keys to strings suitable for storage in a database table. - KeyAffinityService<K> - Interface in org.infinispan.affinity
-
Defines a service that generates keys to be mapped to specific nodes in a distributed(vs.
- KeyAffinityServiceFactory - Class in org.infinispan.affinity
-
Factory for
KeyAffinityService
. - KeyAffinityServiceFactory() - Constructor for class org.infinispan.affinity.KeyAffinityServiceFactory
- keyAlias() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
- keyAlias() - Method in class org.infinispan.persistence.remote.configuration.KeyStoreConfiguration
- keyAlias() - Method in class org.infinispan.persistence.remote.configuration.SslConfiguration
- keyAlias() - Method in class org.infinispan.server.core.configuration.SslEngineConfiguration
- keyAlias(String) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
Sets the alias of the key to use, in case the keyStore contains multiple certificates.
- keyAlias(String) - Method in class org.infinispan.commons.util.SslContextFactory
- keyAlias(String) - Method in class org.infinispan.persistence.remote.configuration.KeyStoreConfigurationBuilder
- keyAlias(String) - Method in class org.infinispan.persistence.remote.configuration.SslConfigurationBuilder
- keyAlias(String) - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
-
Selects a specific key to choose from the keystore
- keyAlias(String) - Method in class org.infinispan.server.core.configuration.SslEngineConfigurationBuilder
-
Selects a specific key to choose from the keystore
- keyContentType() - Method in class org.infinispan.rest.NettyRestRequest
- keyDataType() - Method in class org.infinispan.configuration.cache.EncodingConfiguration
- KeyGenerator<K> - Interface in org.infinispan.affinity
-
Used for generating keys; used by
KeyAffinityService
to generate the affinity keys. - keyIsTooLong(Object, int, int, int) - Method in interface org.infinispan.persistence.sifs.Log
- keyLength() - Method in class org.infinispan.persistence.sifs.EntryHeader
- keyMarshaller(Marshaller) - Method in class org.infinispan.client.hotrod.DataFormat.Builder
- keyPartitioner() - Method in class org.infinispan.configuration.cache.HashConfiguration
- keyPartitioner(KeyPartitioner) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
-
Key partitioner, controlling the mapping of keys to hash segments.
- KeyPartitioner - Interface in org.infinispan.distribution.ch
-
Map keys to segments.
- keys - Variable in class org.infinispan.commons.util.ArrayMap
- keys() - Method in interface org.infinispan.functional.FunctionalMap.ReadOnlyMap
-
Provides a
Traversable
that allows clients to navigate all cached keys. - keySet - Variable in class org.infinispan.commons.util.AbstractMap
- keySet() - Method in interface org.infinispan.Cache
-
Returns a set view of the keys contained in this cache and cache loader across the entire cluster.
- keySet() - Method in interface org.infinispan.client.hotrod.RemoteCache
- keySet() - Method in class org.infinispan.commons.util.AbstractDelegatingMap
- keySet() - Method in class org.infinispan.commons.util.ArrayMap
- keySet() - Method in class org.infinispan.commons.util.FastCopyHashMap
- keySet(IntSet) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
This method is identical to
RemoteCache.keySet()
except that it will only return keys that map to the given segments. - KeySet() - Constructor for class org.infinispan.commons.util.FastCopyHashMap.KeySet
- keySizeEstimate() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
Deprecated.Since 12.0, does nothing and will be removed in 15.0
- keySizeEstimate() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
-
Deprecated.Since 12.0, does nothing and will be removed in 15.0
- keySizeEstimate(int) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
Deprecated.Since 12.0, does nothing and will be removed in 15.0
- keySizeEstimate(int) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
Deprecated.Since 12.0, does nothing and will be removed in 15.0
- keySizeEstimate(int) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Deprecated.Since 12.0, does nothing and will be removed in 15.0
- keySizeEstimate(int) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
-
Deprecated.Since 12.0, does nothing and will be removed in 15.0
- keySizeEstimate(int) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
-
Deprecated.Since 12.0, does nothing and will be removed in 15.0
- keySizeEstimate(int) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
Deprecated.Since 12.0, does nothing and will be removed in 15.0
- KEYSTORE - org.infinispan.persistence.remote.configuration.Element
- keyStoreCertificatePassword() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
- keyStoreCertificatePassword() - Method in class org.infinispan.persistence.remote.configuration.KeyStoreConfiguration
- keyStoreCertificatePassword() - Method in class org.infinispan.persistence.remote.configuration.SslConfiguration
- keyStoreCertificatePassword() - Method in class org.infinispan.server.core.configuration.SslConfiguration
- keyStoreCertificatePassword() - Method in class org.infinispan.server.core.configuration.SslEngineConfiguration
- keyStoreCertificatePassword(char[]) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
Deprecated.since 9.3
- keyStoreCertificatePassword(char[]) - Method in class org.infinispan.commons.util.SslContextFactory
- keyStoreCertificatePassword(char[]) - Method in class org.infinispan.persistence.remote.configuration.KeyStoreConfigurationBuilder
- keyStoreCertificatePassword(char[]) - Method in class org.infinispan.persistence.remote.configuration.SslConfigurationBuilder
-
Specifies the password needed to access private key associated with certificate stored in specified
SslConfigurationBuilder.keyStoreFileName(String)
. - keyStoreCertificatePassword(char[]) - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
-
Specifies the password needed to access private key associated with certificate stored in specified
SslConfigurationBuilder.keyStoreFileName(String)
. - keyStoreCertificatePassword(char[]) - Method in class org.infinispan.server.core.configuration.SslEngineConfigurationBuilder
-
Specifies the password needed to access private key associated with certificate stored in specified
SslEngineConfigurationBuilder.keyStoreFileName(String)
. - keyStoreConfiguration() - Method in class org.infinispan.persistence.remote.configuration.SslConfiguration
- KeyStoreConfiguration - Class in org.infinispan.persistence.remote.configuration
- KeyStoreConfigurationBuilder - Class in org.infinispan.persistence.remote.configuration
- KeyStoreConfigurationBuilder(SecurityConfigurationBuilder) - Constructor for class org.infinispan.persistence.remote.configuration.KeyStoreConfigurationBuilder
- keyStoreFileName() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
- keyStoreFileName() - Method in class org.infinispan.persistence.remote.configuration.KeyStoreConfiguration
- keyStoreFileName() - Method in class org.infinispan.persistence.remote.configuration.SslConfiguration
- keyStoreFileName() - Method in class org.infinispan.server.core.configuration.SslConfiguration
- keyStoreFileName() - Method in class org.infinispan.server.core.configuration.SslEngineConfiguration
- keyStoreFileName(String) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
Specifies the filename of a keystore to use to create the
SSLContext
You also need to specify aSslConfigurationBuilder.keyStorePassword(char[])
. - keyStoreFileName(String) - Method in class org.infinispan.commons.util.SslContextFactory
- keyStoreFileName(String) - Method in class org.infinispan.persistence.remote.configuration.KeyStoreConfigurationBuilder
- keyStoreFileName(String) - Method in class org.infinispan.persistence.remote.configuration.SslConfigurationBuilder
-
Specifies the filename of a keystore to use to create the
SSLContext
You also need to specify aSslConfigurationBuilder.keyStorePassword(char[])
. - keyStoreFileName(String) - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
-
Specifies the filename of a keystore to use to create the
SSLContext
You also need to specify aSslConfigurationBuilder.keyStorePassword(char[])
. - keyStoreFileName(String) - Method in class org.infinispan.server.core.configuration.SslEngineConfigurationBuilder
-
Specifies the filename of a keystore to use to create the
SSLContext
You also need to specify aSslEngineConfigurationBuilder.keyStorePassword(char[])
. - keyStorePassword() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
- keyStorePassword() - Method in class org.infinispan.persistence.remote.configuration.KeyStoreConfiguration
- keyStorePassword() - Method in class org.infinispan.persistence.remote.configuration.SslConfiguration
- keyStorePassword() - Method in class org.infinispan.server.core.configuration.SslConfiguration
- keyStorePassword() - Method in class org.infinispan.server.core.configuration.SslEngineConfiguration
- keyStorePassword(char[]) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
Specifies the password needed to open the keystore You also need to specify a
SslConfigurationBuilder.keyStoreFileName(String)
. - keyStorePassword(char[]) - Method in class org.infinispan.commons.util.SslContextFactory
- keyStorePassword(char[]) - Method in class org.infinispan.persistence.remote.configuration.KeyStoreConfigurationBuilder
- keyStorePassword(char[]) - Method in class org.infinispan.persistence.remote.configuration.SslConfigurationBuilder
-
Specifies the password needed to open the keystore You also need to specify a
SslConfigurationBuilder.keyStoreFileName(String)
. - keyStorePassword(char[]) - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
-
Specifies the password needed to open the keystore You also need to specify a
SslConfigurationBuilder.keyStoreFileName(String)
. - keyStorePassword(char[]) - Method in class org.infinispan.server.core.configuration.SslEngineConfigurationBuilder
-
Specifies the password needed to open the keystore You also need to specify a
SslEngineConfigurationBuilder.keyStoreFileName(String)
. - keyStoreType() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
- keyStoreType() - Method in class org.infinispan.persistence.remote.configuration.KeyStoreConfiguration
- keyStoreType() - Method in class org.infinispan.persistence.remote.configuration.SslConfiguration
- keyStoreType() - Method in class org.infinispan.server.core.configuration.SslEngineConfiguration
- keyStoreType(String) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
Specifies the type of the keystore, such as JKS or JCEKS.
- keyStoreType(String) - Method in class org.infinispan.commons.util.SslContextFactory
- keyStoreType(String) - Method in class org.infinispan.persistence.remote.configuration.KeyStoreConfigurationBuilder
- keyStoreType(String) - Method in class org.infinispan.persistence.remote.configuration.SslConfigurationBuilder
-
Specifies the type of the keystore, such as JKS or JCEKS.
- keyStoreType(String) - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
-
Specifies the type of the keystore, such as JKS or JCEKS.
- keyStoreType(String) - Method in class org.infinispan.server.core.configuration.SslEngineConfigurationBuilder
-
Specifies the type of the keystore, such as JKS or JCEKS.
- keyToBytes(Object) - Method in class org.infinispan.client.hotrod.DataFormat
- keyToBytes(Object, int, int) - Method in class org.infinispan.client.hotrod.DataFormat
-
Deprecated.Since 12.0, will be removed in 15.0
- keyToEntryFunction() - Static method in class org.infinispan.stream.StreamMarshalling
-
Provides a function that given a key will return the
CacheEntry
that maps to this key. - keyToObj(byte[], ClassAllowList) - Method in class org.infinispan.client.hotrod.DataFormat
- keyTransformers() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
-
The currently configured key transformers.
- keyType(MediaType) - Method in class org.infinispan.client.hotrod.DataFormat.Builder
- KeyValueFilter<K,V> - Interface in org.infinispan.filter
-
A filter for keys with their values.
- KeyValueFilterAsCacheEventFilter<K,V> - Class in org.infinispan.notifications.cachelistener.filter
-
CacheEventFilter that implements it's filtering solely on the use of the provided KeyValueFilter
- KeyValueFilterAsCacheEventFilter(KeyValueFilter<? super K, ? super V>) - Constructor for class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter
- KeyValueFilterAsCacheEventFilter.Externalizer - Class in org.infinispan.notifications.cachelistener.filter
- KeyValueFilterConverter<K,V,C> - Interface in org.infinispan.filter
-
This interface is an optimization that can be used when a filter and converter are most efficiently used as the same object composing the filtering and conversion in the same method invocation.
- KeyValueFilterConverterAsCacheEventFilterConverter<K,V,C> - Class in org.infinispan.notifications.cachelistener.filter
-
CacheEventFilterConverter
that uses an underlyingKeyValueFilterConverter
to do the conversion and filtering. - KeyValueFilterConverterAsCacheEventFilterConverter(KeyValueFilterConverter<K, V, C>) - Constructor for class org.infinispan.notifications.cachelistener.filter.KeyValueFilterConverterAsCacheEventFilterConverter
- KeyValueFilterConverterAsCacheEventFilterConverter.Externalizer - Class in org.infinispan.notifications.cachelistener.filter
- KeyValueFilterConverterFactory<K,V,C> - Interface in org.infinispan.filter
-
Factory for
KeyValueFilterConverter
instances - KeyValueWithPrevious<K,V> - Class in org.infinispan.commons.util
- KeyValueWithPrevious(K, V, V) - Constructor for class org.infinispan.commons.util.KeyValueWithPrevious
- KIBIBYTES - org.infinispan.commons.util.MemoryUnit
-
Deprecated.
- KILOBYTES - org.infinispan.commons.util.MemoryUnit
-
Deprecated.
L
- l1() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
-
This method allows configuration of the L1 cache for distributed caches.
- l1() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
-
This method allows configuration of the L1 cache for distributed caches.
- l1() - Method in interface org.infinispan.configuration.cache.ClusteringConfigurationChildBuilder
-
Configures the L1 cache behavior in 'distributed' caches instances.
- L1Configuration - Class in org.infinispan.configuration.cache
-
Configures the L1 cache behavior in 'distributed' caches instances.
- L1ConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Configures the L1 cache behavior in 'distributed' caches instances.
- L1Manager - Interface in org.infinispan.distribution
-
Manages the L1 Cache, in particular recording anyone who is going to cache an a command that a node responds to so that a unicast invalidation can be sent later if needed.
- LAMBDA_CONSTANT - Static variable in interface org.infinispan.commons.marshall.Ids
- LAMBDA_SET_VALUE_IF_EQUALS_RETURN_BOOLEAN - Static variable in interface org.infinispan.commons.marshall.Ids
- LAMBDA_WITH_METAS - Static variable in interface org.infinispan.commons.marshall.Ids
- LambdaExternalizer<T> - Interface in org.infinispan.commons.marshall
-
A lambda
AdvancedExternalizer
. - last() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
- LAST - org.infinispan.configuration.cache.InterceptorConfiguration.Position
-
Specifies that the new interceptor is placed last in the chain.
- LAST_MODIFIED_HEADER - org.infinispan.rest.ResponseHeader
- LAST_USED_HEADER - org.infinispan.rest.RequestHeader
- LAST_USED_HEADER - org.infinispan.rest.ResponseHeader
- lastIndexOf(Object) - Method in class org.infinispan.commons.util.ForwardingList
- lastIndexOf(Object) - Method in class org.infinispan.commons.util.ImmutableListCopy
- lastModified() - Method in class org.infinispan.io.GridFile
-
Deprecated.
- lastModified(Long) - Method in class org.infinispan.rest.NettyRestResponse.Builder
- lastUsed() - Method in interface org.infinispan.metadata.InternalMetadata
-
Deprecated.
- lastUsed() - Method in interface org.infinispan.persistence.spi.MarshallableEntry
- lastUsed(long) - Method in class org.infinispan.rest.NettyRestResponse.Builder
- LAZY_RETRIEVAL - Static variable in class org.infinispan.server.hotrod.configuration.TopologyCacheConfiguration
- lazyRetrieval() - Method in class org.infinispan.server.hotrod.configuration.TopologyCacheConfiguration
- lazyRetrieval(boolean) - Method in class org.infinispan.server.hotrod.configuration.TopologyCacheConfigurationBuilder
- left() - Method in class org.infinispan.commons.util.Either
- LEFT - org.infinispan.commons.util.Either.Type
- LegacyKeySupportSystemProperties - Class in org.infinispan.commons.util
-
A wrapper around system properties that supports legacy keys
- LegacyKeySupportSystemProperties() - Constructor for class org.infinispan.commons.util.LegacyKeySupportSystemProperties
- length() - Method in class org.infinispan.io.GridFile
-
Deprecated.
- length() - Method in class org.infinispan.persistence.sifs.EntryMetadata
- Lifecycle - Interface in org.infinispan.commons.api
-
Lifecycle interface that defines the lifecycle of components
- LIFECYCLE - org.infinispan.security.AuthorizationPermission
-
Allows control of a cache's lifecycle (i.e.
- LifecycleCallbacks - Class in org.infinispan.persistence.remote
- LifecycleCallbacks() - Constructor for class org.infinispan.persistence.remote.LifecycleCallbacks
- LifecycleRejectedExecutionHandler - Class in org.infinispan.commons.util.concurrent
-
A handler for rejected tasks that always throws a
IllegalLifecycleStateException
. - lifespan - Variable in class org.infinispan.metadata.EmbeddedMetadata.Builder
- lifespan() - Method in class org.infinispan.configuration.cache.ExpirationConfiguration
-
Maximum lifespan of a cache entry, after which the entry is expired cluster-wide, in milliseconds.
- lifespan() - Method in class org.infinispan.configuration.cache.L1Configuration
-
Maximum lifespan of an entry placed in the L1 cache.
- lifespan() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedExpirableMetadata
- lifespan() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedLifespanExpirableMetadata
- lifespan() - Method in class org.infinispan.metadata.EmbeddedMetadata
- lifespan() - Method in interface org.infinispan.metadata.Metadata
-
Returns the lifespan of the cache entry with which this metadata object is associated, in milliseconds.
- lifespan(long) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
Maximum lifespan of a cache entry, after which the entry is expired cluster-wide, in milliseconds.
- lifespan(long) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
-
Maximum lifespan of an entry placed in the L1 cache.
- lifespan(long) - Method in class org.infinispan.metadata.EmbeddedMetadata.Builder
- lifespan(long) - Method in interface org.infinispan.metadata.Metadata.Builder
-
Set lifespan time assuming that the time unit is milliseconds.
- lifespan(long, TimeUnit) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
Maximum lifespan of a cache entry, after which the entry is expired cluster-wide, in milliseconds.
- lifespan(long, TimeUnit) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
-
Maximum lifespan of an entry placed in the L1 cache.
- lifespan(long, TimeUnit) - Method in class org.infinispan.metadata.EmbeddedMetadata.Builder
- lifespan(long, TimeUnit) - Method in interface org.infinispan.metadata.Metadata.Builder
-
Set lifespan time with a given time unit.
- LIFESPAN - Static variable in class org.infinispan.configuration.cache.ExpirationConfiguration
- LIFESPAN - Static variable in class org.infinispan.configuration.cache.L1Configuration
- lifespanUnit - Variable in class org.infinispan.metadata.EmbeddedMetadata.Builder
- like(String) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
-
Deprecated.Checks that the left argument (which is expected to be a String) matches a wildcard pattern that follows the JPA rules.
- limit(long) - Method in interface org.infinispan.CacheStream
- limit(long) - Method in interface org.infinispan.DoubleCacheStream
- limit(long) - Method in interface org.infinispan.IntCacheStream
- limit(long) - Method in interface org.infinispan.LongCacheStream
- LINUX - org.infinispan.commons.util.OS
- list() - Method in class org.infinispan.io.GridFile
-
Deprecated.
- list() - Method in interface org.infinispan.query.dsl.Query
-
Deprecated.since 11.0, use
QueryResult.list()
instead. - list() - Method in interface org.infinispan.query.dsl.QueryResult
- list(FilenameFilter) - Method in class org.infinispan.io.GridFile
-
Deprecated.
- LISTEN - org.infinispan.security.AuthorizationPermission
-
Allows attaching listeners to a cache
- Listenable - Interface in org.infinispan.notifications
-
Interface that denotes that the implementation can have listeners attached to it.
- Listener - Annotation Type in org.infinispan.notifications
-
Class-level annotation used to annotate an object as being a valid cache listener.
- Listener.Observation - Enum in org.infinispan.notifications
-
Enumeration that defines when a listener event can be observed.
- listenerNotifier - Variable in class org.infinispan.client.hotrod.RemoteCacheManager
- ListenerRegistration - Class in org.infinispan.affinity
-
Used for registering various cache notifications.
- ListenerRegistration(KeyAffinityServiceImpl<?>) - Constructor for class org.infinispan.affinity.ListenerRegistration
- listeners() - Method in interface org.infinispan.functional.FunctionalMap.ReadWriteMap
-
Allows to read-write listeners to be registered.
- listeners() - Method in interface org.infinispan.functional.FunctionalMap.WriteOnlyMap
-
Allows to write-only listeners to be registered.
- Listeners - Class in org.infinispan.functional
-
Holder class for functional listener definitions.
- Listeners.ReadWriteListeners<K,V> - Interface in org.infinispan.functional
-
Read-write listeners enable users to register listeners for cache entry created, modified and removed events, and also register listeners for any cache entry write events.
- Listeners.ReadWriteListeners.ReadWriteListener<K,V> - Interface in org.infinispan.functional
-
Read-write listener
- Listeners.WriteListeners<K,V> - Interface in org.infinispan.functional
-
Write listeners enable user to register listeners for any cache entry write events that happen in either a read-write or write-only functional map.
- Listeners.WriteListeners.WriteListener<K,V> - Interface in org.infinispan.functional
-
Write-only listener.
- listenerThreadPool() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- listenerThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- listenerThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- listenerThreadPool() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Configuration for the listener thread pool
- listenerThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
- listenerThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- listenerThreadPoolName() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- listenerThreadPoolName(String) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- listFiles() - Method in class org.infinispan.io.GridFile
-
Deprecated.
- listFiles(FileFilter) - Method in class org.infinispan.io.GridFile
-
Deprecated.
- listFiles(FilenameFilter) - Method in class org.infinispan.io.GridFile
-
Deprecated.
- listIterator() - Method in class org.infinispan.commons.util.ForwardingList
- listIterator() - Method in class org.infinispan.commons.util.ImmutableListCopy
- listIterator(int) - Method in class org.infinispan.commons.util.ForwardingList
- listIterator(int) - Method in class org.infinispan.commons.util.ImmutableListCopy.ImmutableSubList
- listIterator(int) - Method in class org.infinispan.commons.util.ImmutableListCopy
- load(int, Object) - Method in class org.infinispan.persistence.remote.RemoteStore
- load(int, Object) - Method in class org.infinispan.persistence.rocksdb.RocksDBStore
- load(int, Object) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Returns a stage that will contain the value loaded from the store.
- load(Class<T>, ClassLoader...) - Static method in class org.infinispan.commons.util.ServiceFinder
- LOAD_PERSIST - org.infinispan.functional.Param.PersistenceMode
- loadAll() - Method in interface org.infinispan.globalstate.LocalConfigurationStorage
-
Deprecated.since 12.0, use
LocalConfigurationStorage.loadAllCaches()
instead - loadAllCaches() - Method in interface org.infinispan.globalstate.LocalConfigurationStorage
-
Loads all persisted cache configurations
- loadAllTemplates() - Method in interface org.infinispan.globalstate.LocalConfigurationStorage
-
Loads all persisted templates
- loadAndCheckExpiration(PersistenceManager, Object, InvocationContext, TimeService) - Static method in class org.infinispan.persistence.PersistenceUtil
-
Deprecated.since 9.4 This method references PersistenceManager, which isn't a public class
- loadAndComputeInDataContainer(DataContainer<K, V>, int, PersistenceManager, K, InvocationContext, TimeService, DataContainer.ComputeAction<K, V>) - Static method in class org.infinispan.persistence.PersistenceUtil
-
Deprecated.since 9.4 This method references PersistenceManager, which isn't a public class
- loadAndStoreInDataContainer(DataContainer<K, V>, int, PersistenceManager, K, InvocationContext, TimeService, AtomicReference<Boolean>) - Static method in class org.infinispan.persistence.PersistenceUtil
-
Deprecated.since 9.4 This method references PersistenceManager, which isn't a public class
- loadAndStoreInDataContainer(DataContainer<K, V>, PersistenceManager, K, InvocationContext, TimeService, AtomicReference<Boolean>) - Static method in class org.infinispan.persistence.PersistenceUtil
-
Deprecated.since 9.4 This method references PersistenceManager, which isn't a public class
- loadClass(String, ClassLoader) - Static method in class org.infinispan.commons.util.Util
-
Loads the specified class using the passed classloader, or, if it is
null
the Infinispan classes' classloader. - loadClassStrict(String, ClassLoader) - Static method in class org.infinispan.commons.util.Util
-
Loads the specified class using the passed classloader, or, if it is
null
the Infinispan classes' classloader. - LOADED - Static variable in class org.infinispan.functional.MetaParam.MetaLoadedFromPersistence
- loadEntry(Object) - Method in class org.infinispan.persistence.cluster.ClusterLoader
-
Deprecated.
- loadEntry(Object) - Method in class org.infinispan.persistence.file.SingleFileStore
- loadEntry(Object) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
- loadEntry(Object) - Method in class org.infinispan.persistence.jpa.JpaStore
- loadEntry(Object) - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
- loadEntry(Object) - Method in interface org.infinispan.persistence.spi.CacheLoader
-
Deprecated.Fetches an entry from the storage.
- LoaderConfigurationChildBuilder<S> - Interface in org.infinispan.configuration.cache
-
LoaderConfigurationBuilder is an interface which should be implemented by all cache loader builders
- loadMetadataAndValue(FileProvider.Handle, int) - Method in class org.infinispan.persistence.sifs.EntryRecord
- LOCAL - org.infinispan.client.hotrod.DefaultTemplate
- LOCAL - org.infinispan.configuration.cache.CacheMode
-
Data is not replicated.
- LOCAL - org.infinispan.distribution.DataLocality
-
Deprecated.
- LOCAL - org.infinispan.functional.Param.ExecutionMode
-
Command is executed only locally, it is not sent to remote nodes.
- LOCAL_HEAP - org.infinispan.configuration.cache.IndexStorage
- LOCAL_INDEX_STATS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- LOCAL_NODE - Static variable in class org.infinispan.manager.CacheManagerInfo
- LOCAL_QUERY_STATS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- LOCAL_SITE - org.infinispan.functional.Param.ExecutionMode
-
Command is executed only in the current site (same as
Param.ExecutionMode.ALL
, but it is not sent for backup to other sites) - LOCAL_UNCERTAIN - org.infinispan.distribution.DataLocality
-
Deprecated.
- LocalConfigurationStorage - Interface in org.infinispan.globalstate
-
The
LocalConfigurationStorage
is responsible for applying on each node the configuration changes initiated through theGlobalConfigurationManager
and persist them unless they areCacheContainerAdmin.AdminFlag.VOLATILE
. - LocalizedCacheTopology - Class in org.infinispan.distribution
-
Extends
CacheTopology
with information about keys owned by the local node. - LocalizedCacheTopology(CacheMode, CacheTopology, KeyPartitioner, Address, boolean) - Constructor for class org.infinispan.distribution.LocalizedCacheTopology
- LocalOnlyCacheLoader - Interface in org.infinispan.persistence.spi
-
Deprecated.since 11.0. To be removed in 14.0 ISPN-11864 with no direct replacement.
- localPublisher(int) - Method in interface org.infinispan.CacheCollection
-
Returns a publisher that will publish all elements that map to the given segment.
- localPublisher(IntSet) - Method in interface org.infinispan.CacheCollection
-
Returns a publisher that will publish all elements that map to the given segment.
- localSite() - Method in class org.infinispan.configuration.global.SiteConfiguration
-
Deprecated.
- localSite(String) - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
-
Deprecated.
- locateOwnersForSegment(int) - Method in interface org.infinispan.distribution.ch.ConsistentHash
- locatePrimaryOwnerForSegment(int) - Method in interface org.infinispan.distribution.ch.ConsistentHash
- location() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
- location() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfiguration
- location(String) - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
-
Sets a location on disk where the store can write.
- location(String) - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfigurationBuilder
- location(String) - Method in class org.infinispan.rest.NettyRestResponse.Builder
- location(String, String) - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- location(String, String) - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfigurationBuilder
- LOCATION - org.infinispan.persistence.rocksdb.configuration.Attribute
- LOCATION - org.infinispan.rest.ResponseHeader
- LOCATION - Static variable in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
- lock() - Method in class org.infinispan.commons.util.concurrent.NonReentrantLock
- lock() - Method in interface org.infinispan.lock.api.ClusteredLock
-
Acquires the lock.
- lock(Collection<? extends K>) - Method in interface org.infinispan.AdvancedCache
-
Locks collections of keys eagerly across cache nodes in a cluster.
- lock(K...) - Method in interface org.infinispan.AdvancedCache
-
Locks a given key or keys eagerly across cache nodes in a cluster.
- LOCK - org.infinispan.functional.Param.LockingMode
- LOCK_ACQUISITION_TIMEOUT - Static variable in class org.infinispan.configuration.cache.LockingConfiguration
- lockAcquisitionTimeout() - Method in class org.infinispan.configuration.cache.LockingConfiguration
-
Maximum time to attempt a particular lock acquisition
- lockAcquisitionTimeout(long) - Method in class org.infinispan.configuration.cache.LockingConfiguration
- lockAcquisitionTimeout(long) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
-
Maximum time to attempt a particular lock acquisition
- lockAcquisitionTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
-
Maximum time to attempt a particular lock acquisition
- lockAs(Object) - Method in interface org.infinispan.AdvancedCache
-
Whenever this cache acquires a lock it will do so using the given Object as the owner of said lock.
- lockedStream() - Method in interface org.infinispan.AdvancedCache
-
Returns a sequential stream using this Cache as the source.
- LockedStream<K,V> - Interface in org.infinispan
-
Stream that allows for operation upon data solely with side effects by using
LockedStream.forEach(BiConsumer)
where the BiConsumer is invoked while guaranteeing that the entry being passed is properly locked for the entire duration of the invocation. - locking() - Method in class org.infinispan.configuration.cache.Configuration
- locking() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- locking() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- LOCKING_MODE - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
- LOCKING_MODE_ID - Static variable in class org.infinispan.functional.ParamIds
- LockingConfiguration - Class in org.infinispan.configuration.cache
-
Defines the local, in-VM locking and concurrency characteristics of the cache.
- LockingConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Defines the local, in-VM locking and concurrency characteristics of the cache.
- LockingConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.LockingConfigurationBuilder
- lockingMode() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
Configures whether the cache uses optimistic or pessimistic locking.
- lockingMode(LockingMode) - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
Configures whether the cache uses optimistic or pessimistic locking.
- lockingMode(LockingMode) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
Configures whether the cache uses optimistic or pessimistic locking.
- LockingMode - Enum in org.infinispan.transaction
- lockInterruptibly() - Method in class org.infinispan.commons.util.concurrent.NonReentrantLock
- lockTimeout() - Method in class org.infinispan.server.hotrod.configuration.TopologyCacheConfiguration
- lockTimeout(long) - Method in class org.infinispan.server.hotrod.configuration.TopologyCacheConfigurationBuilder
- log - Static variable in class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
-
Deprecated.
- log - Static variable in class org.infinispan.jboss.marshalling.commons.CheckedClassResolver
-
Deprecated.
- Log - Interface in org.infinispan.persistence.sifs
-
This module reserves range 29001 - 29500
- Log(int, FileChannel) - Constructor for class org.infinispan.persistence.sifs.FileProvider.Log
- LogAppender - Class in org.infinispan.persistence.sifs
-
This component has the only thread that polls the queue with requests to write some entry into the cache store.
- logEvent(boolean) - Method in class org.infinispan.tasks.TaskContext
-
Whether execution will generate an event in the event log
- logger - Static variable in class org.infinispan.rest.RestRequestHandler
- LoggingAuditLogger - Class in org.infinispan.security.audit
-
LoggingAuditLogger.
- LoggingAuditLogger() - Constructor for class org.infinispan.security.audit.LoggingAuditLogger
- Long(long) - Constructor for class org.infinispan.commons.util.ByRef.Long
- LONG_SUMMARY_STATISTICS - Static variable in interface org.infinispan.commons.marshall.Ids
- LongCacheStream - Interface in org.infinispan
-
A
LongStream
that has additional methods to allow for Serializable instances. - longToBytes(long, byte[], int) - Static method in class org.infinispan.commons.util.Util
- lookedUpEntriesCount() - Method in interface org.infinispan.context.EntryLookup
- lookupEntry(Object) - Method in interface org.infinispan.context.EntryLookup
-
Retrieves an entry from the collection of looked up entries in the current scope.
- lookupFile(String, ClassLoader) - Method in class org.infinispan.commons.util.AbstractFileLookup
-
Looks up the file, see :
FileLookupFactory.DefaultFileLookup
. - lookupFile(String, ClassLoader) - Method in interface org.infinispan.commons.util.FileLookup
-
Looks up the file, see :
FileLookupFactory.DefaultFileLookup
. - lookupFileLocation(String, ClassLoader) - Method in class org.infinispan.commons.util.AbstractFileLookup
- lookupFileLocation(String, ClassLoader) - Method in interface org.infinispan.commons.util.FileLookup
- lookupFileLocations(String, ClassLoader) - Method in class org.infinispan.commons.util.AbstractFileLookup
- lookupFileLocations(String, ClassLoader) - Method in interface org.infinispan.commons.util.FileLookup
- lookupFileStrict(String, ClassLoader) - Method in class org.infinispan.commons.util.AbstractFileLookup
-
Looks up the file, see :
FileLookupFactory.DefaultFileLookup
. - lookupFileStrict(String, ClassLoader) - Method in interface org.infinispan.commons.util.FileLookup
-
Looks up the file, see :
FileLookupFactory.DefaultFileLookup
. - lookupFileStrict(URI, ClassLoader) - Method in class org.infinispan.commons.util.AbstractFileLookup
- lookupFileStrict(URI, ClassLoader) - Method in interface org.infinispan.commons.util.FileLookup
-
Looks up the file, see :
FileLookupFactory.DefaultFileLookup
. - LOW - org.infinispan.client.hotrod.configuration.SaslStrength
- LOW - org.infinispan.server.hotrod.configuration.Strength
- LOWER_BOUND - Static variable in exception org.infinispan.counter.exception.CounterOutOfBoundsException
- LOWER_BOUND_REACHED - org.infinispan.counter.api.CounterState
-
The counter value has reached its min threshold, i.e.
- lowerBound() - Method in class org.infinispan.counter.api.CounterConfiguration
- lowerBound(long) - Method in class org.infinispan.counter.api.CounterConfiguration.Builder
-
Sets the lower bound (inclusive) of the counter.
- lt(Object) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
-
Deprecated.Checks that the left argument is less than the given value.
- lte(Object) - Method in interface org.infinispan.query.dsl.FilterConditionEndContext
-
Deprecated.Checks that the left argument is less than or equal to the given value.
- LUCENE_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- LZ4 - org.infinispan.persistence.rocksdb.configuration.CompressionType
- LZ4HC - org.infinispan.persistence.rocksdb.configuration.CompressionType
M
- MAC_OS - org.infinispan.commons.util.OS
- MACHINE_ID - Static variable in class org.infinispan.configuration.global.TransportConfiguration
- machineId() - Method in class org.infinispan.configuration.global.TransportConfiguration
- machineId(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
The id of the machine where this node runs.
- MAGIC_11_0 - Static variable in class org.infinispan.persistence.file.SingleFileStore
- MAGIC_12_0 - Static variable in class org.infinispan.persistence.file.SingleFileStore
- MAGIC_BEFORE_11 - Static variable in class org.infinispan.persistence.file.SingleFileStore
- MAGIC_LATEST - Static variable in class org.infinispan.persistence.file.SingleFileStore
- main(String[]) - Static method in class org.infinispan.commons.util.ProcessorInfo
- main(String[]) - Static method in class org.infinispan.commons.util.Version
-
Prints version information.
- main(String[]) - Static method in class org.infinispan.Version
-
Deprecated.Prints version information.
- makeFilter(String) - Static method in class org.infinispan.query.Search
-
Create an event filter out of an Ickle query string.
- makeFilter(String, Map<String, Object>) - Static method in class org.infinispan.query.Search
-
Create an event filter out of an Ickle query string.
- makeFilter(Query<?>) - Static method in class org.infinispan.query.Search
-
Create an event filter out of an Ickle query.
- makeSegmentedSingletonTopology(KeyPartitioner, int, Address) - Static method in class org.infinispan.distribution.LocalizedCacheTopology
-
Creates a new local topology that has a single address but multiple segments.
- makeSingletonTopology(CacheMode, Address) - Static method in class org.infinispan.distribution.LocalizedCacheTopology
- manageConnectionFactory() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfiguration
- manageConnectionFactory(boolean) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
- MANAGED - org.infinispan.globalstate.ConfigurationStorage
-
Stores non-
CacheContainerAdmin.AdminFlag.VOLATILE
caches in a managed environment such as the server model. - ManagedConnectionFactoryConfiguration - Class in org.infinispan.persistence.jdbc.configuration
-
ManagedConnectionFactoryConfiguration.
- ManagedConnectionFactoryConfigurationBuilder<S extends AbstractJdbcStoreConfigurationBuilder<?,S>> - Class in org.infinispan.persistence.jdbc.configuration
-
ManagedConnectionFactoryConfigurationBuilder.
- ManagedConnectionFactoryConfigurationBuilder(AbstractJdbcStoreConfigurationBuilder<?, S>) - Constructor for class org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfigurationBuilder
- MANAGER_STATUS_RESPONSE - Static variable in interface org.infinispan.commons.marshall.Ids
- MANUAL - org.infinispan.eviction.EvictionStrategy
-
Strategy where the cache does nothing but the user is assumed to manually invoke evict method
- map(DoubleUnaryOperator) - Method in interface org.infinispan.DoubleCacheStream
- map(Function<? super R, ? extends R1>) - Method in interface org.infinispan.CacheStream
- map(Function<? super T, ? extends R>) - Method in interface org.infinispan.functional.Traversable
-
An intermediate operation that returns a traversable containing the results of applying the given function over the elements of the traversable.
- map(IntUnaryOperator) - Method in interface org.infinispan.IntCacheStream
- map(LongUnaryOperator) - Method in interface org.infinispan.LongCacheStream
- map(SerializableDoubleUnaryOperator) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleCacheStream.map(DoubleUnaryOperator)
except that the DoubleUnaryOperator must also implementSerializable
- map(SerializableFunction<? super R, ? extends R1>) - Method in interface org.infinispan.CacheStream
-
Same as
CacheStream.map(Function)
except that the Function must also implementSerializable
- map(SerializableIntUnaryOperator) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntCacheStream.map(IntUnaryOperator)
except that the IntUnaryOperator must also implementSerializable
- map(SerializableLongUnaryOperator) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongCacheStream.map(LongUnaryOperator)
except that the LongUnaryOperator must also implement Serializable. - mapper - Variable in class org.infinispan.commons.util.SpliteratorMapper
- mapper() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- mapper(PrincipalRoleMapper) - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- MAPS - Static variable in interface org.infinispan.commons.marshall.Ids
- mapToDouble(IntToDoubleFunction) - Method in interface org.infinispan.IntCacheStream
- mapToDouble(LongToDoubleFunction) - Method in interface org.infinispan.LongCacheStream
- mapToDouble(ToDoubleFunction<? super R>) - Method in interface org.infinispan.CacheStream
- mapToDouble(SerializableIntToDoubleFunction) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntCacheStream.mapToDouble(IntToDoubleFunction)
except that the IntToIntFunction must also implementSerializable
- mapToDouble(SerializableLongToDoubleFunction) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongCacheStream.mapToDouble(LongToDoubleFunction)
except that the LongToLongFunction must also implement Serializable. - mapToDouble(SerializableToDoubleFunction<? super R>) - Method in interface org.infinispan.CacheStream
-
Same as
CacheStream.mapToDouble(ToDoubleFunction)
except that the ToDoubleFunction must also implementSerializable
- mapToInt(DoubleToIntFunction) - Method in interface org.infinispan.DoubleCacheStream
- mapToInt(LongToIntFunction) - Method in interface org.infinispan.LongCacheStream
- mapToInt(ToIntFunction<? super R>) - Method in interface org.infinispan.CacheStream
- mapToInt(SerializableDoubleToIntFunction) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleCacheStream.mapToInt(DoubleToIntFunction)
except that the DoubleToIntFunction must also implementSerializable
- mapToInt(SerializableLongToIntFunction) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongCacheStream.mapToInt(LongToIntFunction)
except that the LongToIntFunction must also implement Serializable. - mapToInt(SerializableToIntFunction<? super R>) - Method in interface org.infinispan.CacheStream
-
Same as
CacheStream.mapToInt(ToIntFunction)
except that the ToIntFunction must also implementSerializable
- mapToLong(DoubleToLongFunction) - Method in interface org.infinispan.DoubleCacheStream
- mapToLong(IntToLongFunction) - Method in interface org.infinispan.IntCacheStream
- mapToLong(ToLongFunction<? super R>) - Method in interface org.infinispan.CacheStream
- mapToLong(SerializableDoubleToLongFunction) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleCacheStream.mapToLong(DoubleToLongFunction)
except that the DoubleToLongFunction must also implementSerializable
- mapToLong(SerializableIntToLongFunction) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntCacheStream.mapToLong(IntToLongFunction)
except that the IntToLongFunction must also implementSerializable
- mapToLong(SerializableToLongFunction<? super R>) - Method in interface org.infinispan.CacheStream
-
Same as
CacheStream.mapToLong(ToLongFunction)
except that the ToLongFunction must also implementSerializable
- mapToObj(DoubleFunction<? extends U>) - Method in interface org.infinispan.DoubleCacheStream
- mapToObj(IntFunction<? extends U>) - Method in interface org.infinispan.IntCacheStream
- mapToObj(LongFunction<? extends U>) - Method in interface org.infinispan.LongCacheStream
- mapToObj(SerializableDoubleFunction<? extends U>) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleCacheStream.mapToObj(DoubleFunction)
except that the DoubleFunction must also implementSerializable
- mapToObj(SerializableIntFunction<? extends U>) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntCacheStream.mapToObj(IntFunction)
except that the IntFunction must also implementSerializable
- mapToObj(SerializableLongFunction<? extends U>) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongCacheStream.mapToObj(LongFunction)
except that the LongFunction must also implement Serializable. - markDelivered(int, long, int) - Method in class org.infinispan.distribution.TriangleOrderManager
- markMarshallable(Class<?>, boolean) - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
-
Marks a particular type as being marshallable or not being not marshallable.
- MARSHALLABLE_USER_OBJECT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- MarshallableEntry<K,V> - Interface in org.infinispan.persistence.spi
-
Defines an externally persisted entry.
- MarshallableEntryFactory<K,V> - Interface in org.infinispan.persistence.spi
-
Factory for
MarshallableEntry
. - marshallableTypeHints - Variable in class org.infinispan.commons.marshall.AbstractMarshaller
- MarshallableTypeHints - Class in org.infinispan.commons.marshall
-
Class providing hints about marshallable types, such as whether a particular type is marshallable or not, or an accurate approach to the serialized size of a particular type.
- MarshallableTypeHints() - Constructor for class org.infinispan.commons.marshall.MarshallableTypeHints
- marshallArray(E[], ObjectOutput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
Marshall arrays.
- marshallByteArray(byte[], ObjectOutput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
Same as
MarshallUtil.marshallArray(Object[], ObjectOutput)
but specialized for byte arrays. - marshallCollection(Collection<E>, ObjectOutput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
Marshall a
Collection
. - marshallCollection(Collection<E>, ObjectOutput, MarshallUtil.ElementWriter<E>) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
Marshall a
Collection
. - MARSHALLED_ENTRY_ID - Static variable in interface org.infinispan.commons.marshall.Ids
- MARSHALLED_VALUE_IMPL - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- marshalledEntryPurged(MarshallableEntry<K, V>) - Method in interface org.infinispan.persistence.spi.AdvancedCacheExpirationWriter.ExpirationPurgeListener
-
Deprecated.If possible,
AdvancedCacheExpirationWriter
implementors should invoke this method for every entry that is purged from the store. - MarshalledValue - Interface in org.infinispan.persistence.spi
-
A marshallable object containing serialized representations of cache values and metadata, that can be used to store values, metadata and timestamps as a single entity.
- MarshalledValueByteStream - Class in org.infinispan.io
-
Deprecated.since 10.0 requires jboss-marshalling-osgi artifact to be provided at runtime.
- MarshalledValueByteStream() - Constructor for class org.infinispan.io.MarshalledValueByteStream
-
Deprecated.
- marshallEnum(E, ObjectOutput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
- marshaller() - Method in class org.infinispan.client.hotrod.configuration.Configuration
- marshaller() - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfiguration
- marshaller() - Method in class org.infinispan.configuration.global.SerializationConfiguration
- marshaller() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
- marshaller(Class<? extends Marshaller>) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
- marshaller(Class<? extends Marshaller>) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
- marshaller(Class<? extends Marshaller>) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Allows you to specify a custom
Marshaller
implementation to serialize and deserialize user objects. - marshaller(Class<? extends Marshaller>) - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfigurationBuilder
-
Specifies a custom
Marshaller
implementation. - marshaller(Class<? extends Marshaller>) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
- marshaller(Class<? extends Marshaller>) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
- marshaller(Class<? extends Marshaller>) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
Allows you to specify a custom
Marshaller
implementation to serialize and deserialize user objects. - marshaller(String) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
- marshaller(String) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
- marshaller(String) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Allows you to specify a custom
Marshaller
implementation to serialize and deserialize user objects. - marshaller(String) - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfigurationBuilder
-
Specifies a custom
Marshaller
implementation. - marshaller(String) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
- marshaller(String) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
- marshaller(String) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
Allows you to specify a custom
Marshaller
implementation to serialize and deserialize user objects. - marshaller(Marshaller) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
- marshaller(Marshaller) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
- marshaller(Marshaller) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Allows you to specify an instance of
Marshaller
to serialize and deserialize user objects. - marshaller(Marshaller) - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfigurationBuilder
-
Specifies a custom
Marshaller
implementation to serialize and deserialize user objects. - marshaller(Marshaller) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
Set the marshaller instance that will marshall and unmarshall cache entries.
- marshaller(Marshaller) - Method in class org.infinispan.tasks.TaskContext
-
The marshaller with which this task should be executed
- Marshaller - Interface in org.infinispan.commons.marshall
-
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
- MARSHALLER - org.infinispan.persistence.remote.configuration.Attribute
- MARSHALLER - Static variable in class org.infinispan.client.hotrod.configuration.RemoteCacheConfiguration
- MARSHALLER - Static variable in class org.infinispan.configuration.global.SerializationConfiguration
- marshallerClass() - Method in class org.infinispan.client.hotrod.configuration.Configuration
- MarshallingException - Exception in org.infinispan.commons.marshall
-
An exception that can be thrown by a cache if an object cannot be successfully serialized/deserialized.
- MarshallingException() - Constructor for exception org.infinispan.commons.marshall.MarshallingException
- MarshallingException(String) - Constructor for exception org.infinispan.commons.marshall.MarshallingException
- MarshallingException(String, Throwable) - Constructor for exception org.infinispan.commons.marshall.MarshallingException
- MarshallingException(String, Throwable, boolean, boolean) - Constructor for exception org.infinispan.commons.marshall.MarshallingException
- MarshallingException(Throwable) - Constructor for exception org.infinispan.commons.marshall.MarshallingException
- marshallIntCollection(Collection<Integer>, ObjectOutput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
Marshalls a collection of integers.
- marshallMap(T, ObjectOutput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
Marshall the
map
to theObjectOutput
. - marshallMap(T, MarshallUtil.ElementWriter<K>, MarshallUtil.ElementWriter<V>, ObjectOutput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
Marshall the
map
to theObjectOutput
. - marshallSize(ObjectOutput, int) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
A special marshall implementation for integer.
- marshallString(String, ObjectOutput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
Marshall the
String
. - MarshallUtil - Class in org.infinispan.commons.marshall
-
MarshallUtil.
- MarshallUtil() - Constructor for class org.infinispan.commons.marshall.MarshallUtil
- MarshallUtil.ArrayBuilder<E> - Interface in org.infinispan.commons.marshall
- MarshallUtil.CollectionBuilder<E,T extends Collection<E>> - Interface in org.infinispan.commons.marshall
- MarshallUtil.ElementReader<E> - Interface in org.infinispan.commons.marshall
- MarshallUtil.ElementWriter<E> - Interface in org.infinispan.commons.marshall
- MarshallUtil.EnumBuilder<E extends Enum<E>> - Interface in org.infinispan.commons.marshall
- MarshallUtil.MapBuilder<K,V,T extends Map<K,V>> - Interface in org.infinispan.commons.marshall
- MarshallUtil.UnboundedCollectionBuilder<E,T extends Collection<E>> - Interface in org.infinispan.commons.marshall
- marshallUUID(UUID, ObjectOutput, boolean) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
Marshall the
UUID
by sending the most and lest significant bits. - match(Object, Object, Object) - Method in interface org.infinispan.objectfilter.Matcher
-
Test the given instance against all the subscribed filters and notify all callbacks registered for instances of the same instance type.
- MATCH_ALWAYS - org.infinispan.commons.marshall.ValueMatcherMode
- MATCH_EXPECTED - org.infinispan.commons.marshall.ValueMatcherMode
- MATCH_EXPECTED_OR_NEW - org.infinispan.commons.marshall.ValueMatcherMode
- MATCH_NEVER - org.infinispan.commons.marshall.ValueMatcherMode
- MATCH_NON_NULL - org.infinispan.commons.marshall.ValueMatcherMode
- matchDelta(Object, Object, Object, Object, Object, Object, Object) - Method in interface org.infinispan.objectfilter.Matcher
-
Test two instances (which are actually before/after snapshots of the same instance) against all the subscribed filters and notify all callbacks registered for instances of the same instance type.
- Matcher - Interface in org.infinispan.objectfilter
-
An object matcher able to test a given object against multiple registered filters specified either as Ickle queries (a JP-QL subset with full-text support) or using the query DSL (see
org.infinispan.query.dsl
). - matches(int) - Method in enum org.infinispan.security.AuthorizationPermission
- matches(ClusteringConfiguration) - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
- matches(Configuration) - Method in class org.infinispan.configuration.cache.Configuration
- matches(HashConfiguration) - Method in class org.infinispan.configuration.cache.HashConfiguration
- matches(TransactionConfiguration) - Method in class org.infinispan.configuration.cache.TransactionConfiguration
- matches(KeyPartitioner) - Method in interface org.infinispan.distribution.ch.KeyPartitioner
- max(String) - Static method in interface org.infinispan.query.dsl.Expression
-
Deprecated.
- max(Comparator<? super T>) - Method in interface org.infinispan.functional.Traversable
-
A terminal operation that returns an optional containing the maximum element of this traversable based on the comparator passed in.
- max(SerializableComparator<? super R>) - Method in interface org.infinispan.CacheStream
-
Same as
Stream.max(Comparator)
except that the Comparator must also implementSerializable
- MAX_ACTIVE - org.infinispan.persistence.remote.configuration.Attribute
- MAX_BATCH_SIZE - Static variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- MAX_CONTENT_LENGTH - Static variable in class org.infinispan.rest.configuration.RestServerConfiguration
- MAX_COUNT - Static variable in class org.infinispan.configuration.cache.MemoryConfiguration
- MAX_ENTRIES - Static variable in class org.infinispan.configuration.cache.IndexMergeConfiguration
- MAX_ENTRIES - Static variable in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
- MAX_FILE_SIZE - org.infinispan.persistence.sifs.configuration.Attribute
- MAX_FILE_SIZE - Static variable in class org.infinispan.persistence.sifs.configuration.DataConfiguration
- MAX_FORCED_SIZE - Static variable in class org.infinispan.configuration.cache.IndexMergeConfiguration
- MAX_ID - Static variable in interface org.infinispan.commons.marshall.Ids
- MAX_IDLE - org.infinispan.persistence.remote.configuration.Attribute
- MAX_IDLE - Static variable in class org.infinispan.configuration.cache.ExpirationConfiguration
- MAX_IDLE_TIME_HEADER - org.infinispan.rest.ResponseHeader
- MAX_NODE_SIZE - org.infinispan.persistence.sifs.configuration.Attribute
- MAX_NODE_SIZE - Static variable in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- MAX_PENDING_REQUESTS - org.infinispan.persistence.remote.configuration.Attribute
- MAX_RETRIES - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
- MAX_SIZE - Static variable in class org.infinispan.configuration.cache.IndexMergeConfiguration
- MAX_SIZE - Static variable in class org.infinispan.configuration.cache.MemoryConfiguration
- MAX_TIME_IDLE_HEADER - org.infinispan.rest.RequestHeader
- MAX_TOTAL - org.infinispan.persistence.remote.configuration.Attribute
- MAX_WAIT - org.infinispan.persistence.remote.configuration.Attribute
- maxActive() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
- maxActive() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Returns the number of configured maximum connections per server that can be allocated.
- maxActive() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
- maxActive(int) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Controls the maximum number of connections per server that are allocated (checked out to client threads, or idle in the pool) at one time.
- maxActive(int) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
-
Controls the maximum number of connections per server that are allocated (checked out to client threads, or idle in the pool) at one time.
- maxAge(int) - Static method in class org.infinispan.rest.CacheControl
-
Returns
max-age
header value. - maxAge(long) - Method in class org.infinispan.rest.configuration.CorsRuleConfigurationBuilder
- maxBatchSize() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- maxBatchSize() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
- maxBatchSize(int) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- maxBatchSize(int) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- maxBatchSize(int) - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
The maximum size of a batch to be inserted/deleted from the store.
- maxBufferedEntries(int) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- maxContentLength() - Method in class org.infinispan.rest.ALPNHandler
- maxContentLength() - Method in class org.infinispan.rest.configuration.RestServerConfiguration
- maxContentLength() - Method in class org.infinispan.rest.RestChannelInitializer
- maxContentLength(int) - Method in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
- maxCount() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
- maxCount() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- maxCount(long) - Method in class org.infinispan.configuration.cache.MemoryConfiguration
- maxCount(long) - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- maxEntries() - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfiguration
- maxEntries() - Method in class org.infinispan.configuration.cache.IndexMergeConfiguration
- maxEntries() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
- maxEntries(int) - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
-
Specifies the maximum number of entries that will be held in the near cache.
- maxEntries(int) - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- maxEntries(int) - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
-
In order to speed up lookups, the single file cache store keeps an index of keys and their corresponding position in the file.
- maxFileSize() - Method in class org.infinispan.persistence.sifs.configuration.DataConfiguration
- maxFileSize() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- maxFileSize(int) - Method in class org.infinispan.persistence.sifs.configuration.DataConfigurationBuilder
- maxFileSize(int) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
-
Sets the maximum size of single data file with entries, in bytes.
- maxForcedSize() - Method in class org.infinispan.configuration.cache.IndexMergeConfiguration
- maxForcedSize(int) - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- maxIdle - Variable in class org.infinispan.metadata.EmbeddedMetadata.Builder
- maxIdle() - Method in class org.infinispan.configuration.cache.ExpirationConfiguration
-
Maximum idle time a cache entry will be maintained in the cache, in milliseconds.
- maxIdle() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedExpirableMetadata
- maxIdle() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedMaxIdleExpirableMetadata
- maxIdle() - Method in class org.infinispan.metadata.EmbeddedMetadata
- maxIdle() - Method in interface org.infinispan.metadata.Metadata
-
Returns the the maximum amount of time that the cache entry associated with this metadata object is allowed to be idle for before it is considered as expired, in milliseconds.
- maxIdle() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
-
Deprecated.
- maxIdle(int) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
-
Deprecated.since 10.0. This method has no effect
- maxIdle(long) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
Maximum idle time a cache entry will be maintained in the cache, in milliseconds.
- maxIdle(long) - Method in class org.infinispan.metadata.EmbeddedMetadata.Builder
- maxIdle(long) - Method in interface org.infinispan.metadata.Metadata.Builder
-
Set max idle time assuming that the time unit is milliseconds.
- maxIdle(long) - Method in class org.infinispan.rest.NettyRestResponse.Builder
- maxIdle(long, TimeUnit) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
Maximum idle time a cache entry will be maintained in the cache, in milliseconds.
- maxIdle(long, TimeUnit) - Method in class org.infinispan.metadata.EmbeddedMetadata.Builder
- maxIdle(long, TimeUnit) - Method in interface org.infinispan.metadata.Metadata.Builder
-
Set max idle time with a given time unit.
- maxIdleUnit - Variable in class org.infinispan.metadata.EmbeddedMetadata.Builder
- maxNodeSize() - Method in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- maxNodeSize() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- maxNodeSize(int) - Method in class org.infinispan.persistence.sifs.configuration.IndexConfigurationBuilder
- maxNodeSize(int) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
-
Max size of node (continuous block on filesystem used in index implementation), in bytes.
- maxNodeSizeLimitedToShort(int) - Method in interface org.infinispan.persistence.sifs.Log
- maxPendingRequests() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
- maxPendingRequests() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
- maxPendingRequests(int) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Specifies maximum number of requests sent over single connection at one instant.
- maxPendingRequests(int) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
-
Specifies maximum number of requests sent over single connection at one instant.
- maxResults(int) - Method in interface org.infinispan.query.dsl.PaginationContext
-
Deprecated.
- maxResults(int) - Method in interface org.infinispan.query.dsl.Query
- maxRetries() - Method in class org.infinispan.client.hotrod.configuration.Configuration
- maxRetries() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
- maxRetries(int) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
- maxRetries(int) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
- maxRetries(int) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
It sets the maximum number of retries for each request.
- maxRetries(int) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
-
The maximum number of retries when a push state command fails.
- maxSize() - Method in class org.infinispan.configuration.cache.IndexMergeConfiguration
- maxSize() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
- maxSize() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- maxSize(int) - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- maxSize(String) - Method in class org.infinispan.configuration.cache.MemoryConfiguration
- maxSize(String) - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- maxSizeBytes() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
- maxThreads() - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
-
Deprecated.
- maxThreads() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- maxThreads(Integer) - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- maxTotal(int) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
-
Deprecated.since 10.0. This method has no effect
- maxWait() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
- maxWait() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
- maxWait(int) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
-
The amount of time in milliseconds to wait for a connection to become available when the exhausted action is
ExhaustedAction.WAIT
, after which aNoSuchElementException
will be thrown. - maxWait(long) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
The amount of time in milliseconds to wait for a connection to become available when the exhausted action is
ExhaustedAction.WAIT
, after which aNoSuchElementException
will be thrown. - MBEAN_SERVER_LOOKUP - Static variable in class org.infinispan.client.hotrod.configuration.StatisticsConfiguration
- MBEAN_SERVER_LOOKUP - Static variable in class org.infinispan.configuration.global.GlobalJmxConfiguration
- mbeanServerLookup() - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfiguration
- mbeanServerLookup() - Method in class org.infinispan.configuration.global.GlobalJmxConfiguration
- mbeanServerLookup() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
-
Deprecated.
- mBeanServerLookup(MBeanServerLookup) - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfigurationBuilder
-
Sets the instance of the
MBeanServerLookup
class to be used to bound JMX MBeans to. - mBeanServerLookup(MBeanServerLookup) - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
-
Sets the instance of the
MBeanServerLookup
class to be used to bound JMX MBeans to. - mBeanServerLookup(MBeanServerLookup) - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
-
Deprecated.Sets the instance of the
MBeanServerLookup
class to be used to bound JMX MBeans to. - MBeanServerLookup - Interface in org.infinispan.commons.jmx
-
Implementors of this should return an MBeanServer to which MBeans will be registered.
- MEBIBYTES - org.infinispan.commons.util.MemoryUnit
-
Deprecated.
- MechanismConfiguration - Class in org.infinispan.persistence.remote.configuration
- MechanismConfiguration(AttributeSet) - Constructor for class org.infinispan.persistence.remote.configuration.MechanismConfiguration
- MechanismConfigurationBuilder - Class in org.infinispan.persistence.remote.configuration
- mechanisms() - Method in class org.infinispan.rest.configuration.AuthenticationConfiguration
- mechanisms() - Method in class org.infinispan.rest.configuration.AuthenticationConfigurationBuilder
- mechanisms() - Method in class org.infinispan.server.hotrod.configuration.SaslConfiguration
- mechanisms() - Method in class org.infinispan.server.hotrod.configuration.SaslConfigurationBuilder
- MECHANISMS - Static variable in class org.infinispan.rest.configuration.AuthenticationConfiguration
- MECHANISMS - Static variable in class org.infinispan.server.hotrod.configuration.SaslConfiguration
- mechProperties() - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfiguration
- mechProperties(Map<String, String>) - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfigurationBuilder
- MEDIA_TYPE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- MEDIA_TYPE - Static variable in class org.infinispan.configuration.cache.ContentTypeConfiguration
- mediaType() - Method in class org.infinispan.commons.marshall.IdentityMarshaller
- mediaType() - Method in class org.infinispan.commons.marshall.ImmutableProtoStreamMarshaller
- mediaType() - Method in class org.infinispan.commons.marshall.JavaSerializationMarshaller
- mediaType() - Method in interface org.infinispan.commons.marshall.Marshaller
- mediaType() - Method in interface org.infinispan.commons.marshall.StreamAwareMarshaller
- mediaType() - Method in class org.infinispan.commons.marshall.StringMarshaller
- mediaType() - Method in class org.infinispan.commons.marshall.UTF8StringMarshaller
- mediaType() - Method in class org.infinispan.configuration.cache.ContentTypeConfiguration
- mediaType() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- mediaType() - Method in class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
-
Deprecated.
- mediaType(String) - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- mediaType(String) - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- mediaType(MediaType) - Method in class org.infinispan.configuration.cache.ContentTypeConfiguration
- MEDIUM - org.infinispan.client.hotrod.configuration.SaslStrength
- MEDIUM - org.infinispan.server.hotrod.configuration.Strength
- MEGABYTES - org.infinispan.commons.util.MemoryUnit
-
Deprecated.
- MEMCACHED_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- MEMCACHED_METADATA - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- MemcachedServerConfiguration - Class in org.infinispan.server.memcached.configuration
-
Deprecated.since 10.1. Will be removed unless a binary protocol encoder/decoder is implemented.
- MemcachedServerConfigurationBuilder - Class in org.infinispan.server.memcached.configuration
-
Deprecated.since 10.1. Will be removed unless a binary protocol encoder/decoder is implemented.
- MemcachedServerConfigurationBuilder() - Constructor for class org.infinispan.server.memcached.configuration.MemcachedServerConfigurationBuilder
-
Deprecated.
- memory() - Method in class org.infinispan.configuration.cache.Configuration
- memory() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- memory() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- MEMORY - org.infinispan.eviction.EvictionType
-
Deprecated.
- MemoryConfiguration - Class in org.infinispan.configuration.cache
-
Controls the memory storage configuration for the cache.
- MemoryConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Controls the data container for the cache.
- MemoryStorageConfiguration - Class in org.infinispan.configuration.cache
-
Deprecated.Since 11.0,
MemoryConfiguration
is used to defined the data container memory eviction and sizing. - MemoryStorageConfiguration(AttributeSet) - Constructor for class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- MemoryStorageConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Deprecated.since 11.0, use
MemoryConfigurationBuilder
instead. - MemoryUnit - Enum in org.infinispan.commons.util
-
Deprecated.since 11.0, use
ByteQuantity
instead. - merge() - Method in class org.infinispan.configuration.cache.IndexWriterConfiguration
- merge() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- merge(Object, SiteEntry<Object>, SiteEntry<Object>) - Method in enum org.infinispan.xsite.spi.XSiteMergePolicy
- merge(K, SiteEntry<V>, SiteEntry<V>) - Method in class org.infinispan.xsite.spi.AlwaysRemoveXSiteEntryMergePolicy
- merge(K, SiteEntry<V>, SiteEntry<V>) - Method in class org.infinispan.xsite.spi.DefaultXSiteEntryMergePolicy
- merge(K, SiteEntry<V>, SiteEntry<V>) - Method in class org.infinispan.xsite.spi.PreferNonNullXSiteEntryMergePolicy
- merge(K, SiteEntry<V>, SiteEntry<V>) - Method in class org.infinispan.xsite.spi.PreferNullXSiteEntryMergePolicy
- merge(K, SiteEntry<V>, SiteEntry<V>) - Method in interface org.infinispan.xsite.spi.XSiteEntryMergePolicy
-
Resolves conflicts for asynchronous cross-site replication.
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface org.infinispan.Cache
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
An overloaded form of
ConcurrentMap.merge(Object, Object, BiFunction)
which takes in lifespan parameters. - merge(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
An overloaded form of
ConcurrentMap.merge(Object, Object, BiFunction)
which takes in lifespan parameters. - merge(K, V, BiFunction<? super V, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An overloaded form of
Cache.merge(Object, Object, BiFunction)
, which takes in an instance ofMetadata
which can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc. - merge(K, V, SerializableBiFunction<? super V, ? super V, ? extends V>) - Method in interface org.infinispan.Cache
-
Overloaded
Cache.merge(Object, Object, BiFunction)
with InfinispanSerializableBiFunction
. - merge(K, V, SerializableBiFunction<? super V, ? super V, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.Cache
-
Overloaded
BasicCache.merge(Object, Object, BiFunction, long, TimeUnit)
with InfinispanSerializableBiFunction
. - merge(K, V, SerializableBiFunction<? super V, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.Cache
-
Overloaded
BasicCache.merge(Object, Object, BiFunction, long, TimeUnit, long, TimeUnit)
with InfinispanSerializableBiFunction
. - merge(K, V, SerializableBiFunction<? super V, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
-
Overloaded
AdvancedCache.merge(Object, Object, BiFunction, Metadata)
withSerializableBiFunction
- merge(CacheEntry<K, V>, List<CacheEntry<K, V>>) - Method in interface org.infinispan.conflict.EntryMergePolicy
-
This method is called by
ConflictManager.resolveConflicts()
for each conflict discovered to determine whichCacheEntry
should be utilised. - merge(CacheEntry, List) - Method in enum org.infinispan.conflict.MergePolicy
- merge(CacheEntry, List) - Method in class org.infinispan.conflict.MergePolicy.UnsupportedMergePolicy
- merge(Metadata) - Method in class org.infinispan.metadata.EmbeddedMetadata.Builder
- merge(Metadata) - Method in interface org.infinispan.metadata.Metadata.Builder
-
Merges the given metadata information into the given builder.
- MERGE_FUNCTION_MAPPER - Static variable in interface org.infinispan.commons.marshall.Ids
- MERGE_POLICY - Static variable in class org.infinispan.configuration.cache.PartitionHandlingConfiguration
- MERGE_POLICY - Static variable in class org.infinispan.configuration.cache.SitesConfiguration
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
ConcurrentMap.merge(Object, Object, BiFunction)
. - mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
BasicCache.merge(Object, Object, BiFunction, long, TimeUnit)
. - mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
BasicCache.merge(Object, Object, BiFunction, long, TimeUnit, long, TimeUnit)
. - mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
-
Overloaded
AsyncCache.mergeAsync(Object, Object, BiFunction)
, which takes in an instance ofMetadata
which can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc. - mergeAsync(K, V, SerializableBiFunction<? super V, ? super V, ? extends V>) - Method in interface org.infinispan.Cache
-
Overloaded
AsyncCache.mergeAsync(Object, Object, BiFunction)
with InfinispanSerializableBiFunction
. - mergeAsync(K, V, SerializableBiFunction<? super V, ? super V, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.Cache
-
Overloaded
AsyncCache.mergeAsync(Object, Object, BiFunction, long, TimeUnit)
with InfinispanSerializableBiFunction
. - mergeAsync(K, V, SerializableBiFunction<? super V, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.Cache
-
Overloaded
AsyncCache.mergeAsync(Object, Object, BiFunction, long, TimeUnit, long, TimeUnit)
with InfinispanSerializableBiFunction
. - mergeAsync(K, V, SerializableBiFunction<? super V, ? super V, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
-
Overloaded
AdvancedCache.mergeAsync(Object, Object, BiFunction, Metadata)
withSerializableBiFunction
- mergeBitSets(long, long) - Static method in class org.infinispan.commons.util.EnumUtil
- Merged - Annotation Type in org.infinispan.notifications.cachemanagerlistener.annotation
-
This annotation should be used on methods that need to be notified when the cache is used in a cluster and the cluster topology experiences a merge event after a cluster split.
- MERGED - org.infinispan.notifications.cachemanagerlistener.event.Event.Type
- MergeEvent - Interface in org.infinispan.notifications.cachemanagerlistener.event
-
This event is passed in to any method annotated with
Merged
. - mergeLists(List<T>, List<T>) - Static method in class org.infinispan.commons.util.InfinispanCollections
- mergeMaps(Map<K, V>, Map<K, V>) - Static method in class org.infinispan.commons.util.InfinispanCollections
- mergePolicy() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfiguration
- mergePolicy() - Method in class org.infinispan.configuration.cache.SitesConfiguration
- mergePolicy(EntryMergePolicy) - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- mergePolicy(XSiteEntryMergePolicy<?, ?>) - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
-
Configures the
XSiteEntryMergePolicy
to be used. - MergePolicy - Enum in org.infinispan.conflict
- MergePolicy.UnsupportedMergePolicy - Class in org.infinispan.conflict
- META_ENTRY_VERSION - Static variable in interface org.infinispan.commons.marshall.Ids
- META_LIFESPAN - Static variable in interface org.infinispan.commons.marshall.Ids
- META_MAX_IDLE - Static variable in interface org.infinispan.commons.marshall.Ids
- META_PARAMS_INTERNAL_METADATA - Static variable in interface org.infinispan.commons.marshall.Ids
- META_PARAMS_INTERNAL_METADATA - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- MetaCreated(long) - Constructor for class org.infinispan.functional.MetaParam.MetaCreated
- metadata - Variable in class org.infinispan.io.GridFilesystem
-
Deprecated.
- Metadata - Interface in org.infinispan.client.hotrod
-
Represents metadata about an entry, such as creation and access times and expiration information.
- Metadata - Interface in org.infinispan.metadata
-
This interface encapsulates metadata information that can be stored alongside values in the cache.
- Metadata() - Constructor for class org.infinispan.io.GridFile.Metadata
-
Deprecated.
- Metadata(int, long, int, byte) - Constructor for class org.infinispan.io.GridFile.Metadata
-
Deprecated.
- METADATA_IMMORTAL_ENTRY - Static variable in interface org.infinispan.commons.marshall.Ids
- METADATA_IMMORTAL_VALUE - Static variable in interface org.infinispan.commons.marshall.Ids
- METADATA_MORTAL_ENTRY - Static variable in interface org.infinispan.commons.marshall.Ids
- METADATA_MORTAL_VALUE - Static variable in interface org.infinispan.commons.marshall.Ids
- METADATA_REMOTE - Static variable in interface org.infinispan.commons.marshall.Ids
- METADATA_TRANSIENT_ENTRY - Static variable in interface org.infinispan.commons.marshall.Ids
- METADATA_TRANSIENT_MORTAL_ENTRY - Static variable in interface org.infinispan.commons.marshall.Ids
- METADATA_TRANSIENT_MORTAL_VALUE - Static variable in interface org.infinispan.commons.marshall.Ids
- METADATA_TRANSIENT_VALUE - Static variable in interface org.infinispan.commons.marshall.Ids
- Metadata.Builder - Interface in org.infinispan.metadata
-
Metadata builder
- metadataLength() - Method in class org.infinispan.persistence.sifs.EntryHeader
- Metadatas - Class in org.infinispan.metadata
-
Utility method for Metadata classes.
- MetadataValue<V> - Interface in org.infinispan.client.hotrod
-
Besides the value, also contains a version and expiration information.
- MetaEntryVersion(EntryVersion) - Constructor for class org.infinispan.functional.MetaParam.MetaEntryVersion
- MetaLastUsed(long) - Constructor for class org.infinispan.functional.MetaParam.MetaLastUsed
- MetaLifespan(long) - Constructor for class org.infinispan.functional.MetaParam.MetaLifespan
- MetaLong(long) - Constructor for class org.infinispan.functional.MetaParam.MetaLong
- MetaMaxIdle(long) - Constructor for class org.infinispan.functional.MetaParam.MetaMaxIdle
- MetaParam<T> - Interface in org.infinispan.functional
-
An easily extensible metadata parameter that's stored along with the value in the the functional map.
- MetaParam.Lookup - Interface in org.infinispan.functional
-
Provides metadata parameter lookup capabilities using
Class
as lookup key. - MetaParam.MetaCreated - Class in org.infinispan.functional
-
Read only metadata parameter representing a cached entry's created time in milliseconds.
- MetaParam.MetaEntryVersion - Class in org.infinispan.functional
-
Writable metadata parameter representing a cached entry's generic version.
- MetaParam.MetaLastUsed - Class in org.infinispan.functional
-
Read only metadata parameter representing a cached entry's last used time in milliseconds.
- MetaParam.MetaLifespan - Class in org.infinispan.functional
-
Writable metadata parameter representing a cached entry's millisecond lifespan.
- MetaParam.MetaLoadedFromPersistence - Class in org.infinispan.functional
-
Non-writable parameter telling if the entry was loaded from a persistence tier (
CacheLoader
) or not. - MetaParam.MetaLong - Class in org.infinispan.functional
-
Abstract class for numeric long-based metadata parameter instances.
- MetaParam.MetaMaxIdle - Class in org.infinispan.functional
-
Writable metadata parameter representing a cached entry's millisecond max idle time.
- MetaParam.Writable<T> - Interface in org.infinispan.functional
-
Writable
MetaParam
instances are those that the user can provide to be stored as part of the cache entry. - method() - Method in class org.infinispan.rest.NettyRestRequest
- metrics() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- metrics() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- metrics() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- metrics() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Global microprofile metrics configuration.
- METRICS_AUTH - Static variable in class org.infinispan.rest.configuration.AuthenticationConfiguration
- metricsAuth() - Method in class org.infinispan.rest.configuration.AuthenticationConfiguration
- metricsAuth(boolean) - Method in class org.infinispan.rest.configuration.AuthenticationConfigurationBuilder
- MIGRATION_TASK - Static variable in interface org.infinispan.persistence.remote.ExternalizerIds
- MIME_CACHE_ENTRY - Static variable in interface org.infinispan.commons.marshall.Ids
- min(String) - Static method in interface org.infinispan.query.dsl.Expression
-
Deprecated.
- min(Comparator<? super T>) - Method in interface org.infinispan.functional.Traversable
-
A terminal operation that returns an optional containing the minimum element of this traversable based on the comparator passed in.
- min(AvailabilityMode) - Method in enum org.infinispan.partitionhandling.AvailabilityMode
- min(SerializableComparator<? super R>) - Method in interface org.infinispan.CacheStream
-
Same as
Stream.min(Comparator)
except that the Comparator must also implementSerializable
- MIN_EVICTABLE_IDLE_TIME - org.infinispan.persistence.remote.configuration.Attribute
- MIN_IDLE - org.infinispan.persistence.remote.configuration.Attribute
- MIN_NODE_SIZE - org.infinispan.persistence.sifs.configuration.Attribute
- MIN_NODE_SIZE - Static variable in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- MIN_SIZE - Static variable in class org.infinispan.configuration.cache.IndexMergeConfiguration
- MIN_TIME_TO_WAIT - Static variable in class org.infinispan.configuration.cache.TakeOfflineConfiguration
- minEvictableIdleTime() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
- minEvictableIdleTime() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
- minEvictableIdleTime(long) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Specifies the minimum amount of time that an connection may sit idle in the pool before it is eligible for eviction due to idle time.
- minEvictableIdleTime(long) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
-
Specifies the minimum amount of time that an connection may sit idle in the pool before it is eligible for eviction due to idle time.
- minIdle() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
- minIdle() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
- minIdle(int) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Sets a target value for the minimum number of idle connections (per server) that should always be available.
- minIdle(int) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
-
Sets a target value for the minimum number of idle connections (per server) that should always be available.
- minNodeSize() - Method in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- minNodeSize() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- minNodeSize(int) - Method in class org.infinispan.persistence.sifs.configuration.IndexConfigurationBuilder
- minNodeSize(int) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
-
If the size of the node (continuous block on filesystem used in index implementation) drops below this threshold, the node will try to balance its size with some neighbour node, possibly causing join of multiple nodes.
- minNodeSizeMustBeLessOrEqualToMax(int, int) - Method in interface org.infinispan.persistence.sifs.Log
- minSize() - Method in class org.infinispan.configuration.cache.IndexMergeConfiguration
- minSize() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- minSize(int) - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- minTimeToWait() - Method in class org.infinispan.configuration.cache.TakeOfflineConfiguration
- minTimeToWait(long) - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
-
The minimal number of milliseconds to wait before taking this site offline.
- MISSES - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of get misses.
- MIXED_KEYED_JDBC_STORE - org.infinispan.persistence.jdbc.configuration.Element
- mkCachefailoverEvent() - Static method in class org.infinispan.client.hotrod.event.ClientEvents
-
Deprecated.since 10.1.2. Will be removed in 11 without replacement.
- mkdir() - Method in class org.infinispan.io.GridFile
-
Deprecated.
- mkdirs() - Method in class org.infinispan.io.GridFile
-
Deprecated.
- mod(int, int) - Static method in class org.infinispan.io.ModularArithmetic
-
Deprecated.
- mod(long, int) - Static method in class org.infinispan.io.ModularArithmetic
-
Deprecated.
- modCount - Variable in class org.infinispan.commons.util.ArrayMap
- mode() - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfiguration
- mode(NearCacheMode) - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
-
Specifies the near caching mode.
- MODIFICATION_QUEUE_SIZE - Static variable in class org.infinispan.configuration.cache.AsyncStoreConfiguration
- modificationQueueSize() - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
-
Sets the size of the modification queue for the async store.
- modificationQueueSize(int) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
-
Sets the size of the modification queue for the async store.
- ModularArithmetic - Class in org.infinispan.io
-
Deprecated.since 10.0
- ModularArithmetic() - Constructor for class org.infinispan.io.ModularArithmetic
-
Deprecated.
- module(Class<T>) - Method in class org.infinispan.configuration.cache.Configuration
- module(Class<T>) - Method in class org.infinispan.configuration.global.GlobalConfiguration
- module(Class<T>) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- ModuleLifecycle - Interface in org.infinispan.lifecycle
-
ModuleLifecycle is an API hook for delegating lifecycle events to Infinispan sub-modules.
- modules() - Method in class org.infinispan.configuration.cache.Configuration
- modules() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- modules() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- modules() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- modules() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Global modules configuration
- MORTAL_ENTRY - Static variable in interface org.infinispan.commons.marshall.Ids
- MORTAL_VALUE - Static variable in interface org.infinispan.commons.marshall.Ids
- MULTIMAP_BUCKET - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- MULTIMAP_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- MultimapCache<K,V> - Interface in org.infinispan.multimap.api.embedded
-
Embedded version of MultimapCache.
- MultimapCacheManager<K,V> - Interface in org.infinispan.multimap.api.embedded
- MURMURHASH_3 - Static variable in interface org.infinispan.commons.marshall.Ids
- MurmurHash3 - Class in org.infinispan.commons.hash
-
MurmurHash3 implementation in Java, based on Austin Appleby's original in C Only implementing x64 version, because this should always be faster on 64 bit native processors, even 64 bit being ran with a 32 bit OS; this should also be as fast or faster than the x86 version on some modern 32 bit processors.
- MurmurHash3_x64_128(byte[], int) - Static method in class org.infinispan.commons.hash.MurmurHash3
-
Hash a value using the x64 128 bit variant of MurmurHash3
- MurmurHash3_x64_128(long[], int) - Static method in class org.infinispan.commons.hash.MurmurHash3
-
Hash a value using the x64 128 bit variant of MurmurHash3
- MurmurHash3_x64_32(byte[], int) - Static method in class org.infinispan.commons.hash.MurmurHash3
-
Hash a value using the x64 32 bit variant of MurmurHash3
- MurmurHash3_x64_32(long[], int) - Static method in class org.infinispan.commons.hash.MurmurHash3
-
Hash a value using the x64 32 bit variant of MurmurHash3
- MurmurHash3_x64_64(byte[], int) - Static method in class org.infinispan.commons.hash.MurmurHash3
-
Hash a value using the x64 64 bit variant of MurmurHash3
- MurmurHash3_x64_64(long[], int) - Static method in class org.infinispan.commons.hash.MurmurHash3
-
Hash a value using the x64 64 bit variant of MurmurHash3
- MurmurHash3.Externalizer - Class in org.infinispan.commons.hash
- MurmurHash3BloomFilter - Class in org.infinispan.commons.util
-
BloomFilter implementation that allows for up to 10 hash functions all using MurmurHash3 with different seeds.
- mutableCopyFrom(Set<Integer>) - Static method in class org.infinispan.commons.util.IntSets
-
Returns an IntSet that contains all ints from the given Set that is mutable.
- mutableEmptySet() - Static method in class org.infinispan.commons.util.IntSets
-
Returns a mutable IntSet with no values set.
- mutableEmptySet(int) - Static method in class org.infinispan.commons.util.IntSets
-
Returns an IntSet that contains no values but is initialized to hold ints equal to the
maxExclusive -1
or smaller. - mutableFrom(Set<Integer>) - Static method in class org.infinispan.commons.util.IntSets
-
Returns an IntSet that is mutable that contains all of the values from the given set.
- mutableSet(int) - Static method in class org.infinispan.commons.util.IntSets
-
Returns a mutable set with the initial value set.
- mutableSet(int, int) - Static method in class org.infinispan.commons.util.IntSets
-
Returns a mutable IntSet that begins with the initialized values
N
- name() - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfiguration
- name() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- name() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- name() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- name() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- name() - Method in class org.infinispan.configuration.global.StackConfiguration
- name() - Method in class org.infinispan.configuration.global.StackFileConfiguration
- name() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- name() - Method in class org.infinispan.configuration.global.ThreadPoolConfiguration
- name() - Method in annotation type org.infinispan.filter.NamedFactory
- name() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- name() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
- name(String) - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- name(String) - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- name(String) - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- name(String) - Method in class org.infinispan.rest.configuration.CorsRuleConfigurationBuilder
- name(String) - Method in class org.infinispan.server.core.configuration.AbstractProtocolServerConfigurationChildBuilder
- name(String) - Method in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
- name(String) - Method in interface org.infinispan.server.core.configuration.ProtocolServerConfigurationChildBuilder
-
Specifies a custom name for this protocol server in order to easily distinguish it from others of the same type on the same server, e.g.
- NAME - org.infinispan.persistence.jdbc.configuration.Attribute
- NAME - Static variable in class org.infinispan.client.hotrod.configuration.RemoteCacheConfiguration
- NAME - Static variable in class org.infinispan.rest.configuration.CorsRuleConfiguration
- NAME - Static variable in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- NamedFactory - Annotation Type in org.infinispan.filter
- NAMES_AS_TAGS - Static variable in class org.infinispan.configuration.global.GlobalMetricsConfiguration
- namesAsTags() - Method in class org.infinispan.configuration.global.GlobalMetricsConfiguration
-
Put the cache manager and cache name in tags rather then include them in the metric name.
- namesAsTags() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
-
Put the cache manager and cache name in tags rather then include them in the metric name.
- namesAsTags(boolean) - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
-
Put the cache manager and cache name in tags rather then include them in the metric name.
- NEAR_CACHE_BLOOM_FILTER - Static variable in class org.infinispan.client.hotrod.configuration.RemoteCacheConfiguration
- NEAR_CACHE_MAX_ENTRIES - Static variable in class org.infinispan.client.hotrod.configuration.RemoteCacheConfiguration
- NEAR_CACHE_MODE - Static variable in class org.infinispan.client.hotrod.configuration.RemoteCacheConfiguration
- nearCache() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
Deprecated.
- nearCache() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
Deprecated.since 11.0. To be removed in 14.0. Use
RemoteCacheConfigurationBuilder.nearCacheMode(NearCacheMode)
andRemoteCacheConfigurationBuilder.nearCacheMaxEntries(int)
instead. - nearCacheBloomFilter() - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfiguration
- NearCacheConfiguration - Class in org.infinispan.client.hotrod.configuration
- NearCacheConfiguration(NearCacheMode, int, boolean) - Constructor for class org.infinispan.client.hotrod.configuration.NearCacheConfiguration
- NearCacheConfiguration(NearCacheMode, int, boolean, Pattern) - Constructor for class org.infinispan.client.hotrod.configuration.NearCacheConfiguration
- NearCacheConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
- NearCacheConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
- nearCacheMaxEntries() - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfiguration
- nearCacheMaxEntries(int) - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfigurationBuilder
-
Specifies the maximum number of entries that will be held in the near cache.
- nearCacheMode() - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfiguration
- nearCacheMode(NearCacheMode) - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfigurationBuilder
-
Specifies the near caching mode.
- NearCacheMode - Enum in org.infinispan.client.hotrod.configuration
-
Decides how client-side near caching should work.
- nearCacheUseBloomFilter(boolean) - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfigurationBuilder
-
Specifies whether bloom filter should be used for near cache to limit the number of write notifications for unrelated keys.
- needSegments(Configuration) - Static method in class org.infinispan.configuration.cache.Configurations
- needsStateTransfer() - Method in enum org.infinispan.configuration.cache.CacheMode
- needToDestroyFailedCache() - Method in enum org.infinispan.lifecycle.ComponentStatus
- needToInitializeBeforeStart() - Method in enum org.infinispan.lifecycle.ComponentStatus
- NettyRestRequest - Class in org.infinispan.rest
-
A
RestRequest
backed by Netty. - NettyRestResponse - Class in org.infinispan.rest
-
A
RestResponse
backed by Netty. - NettyRestResponse.Builder - Class in org.infinispan.rest
- NEVER - org.infinispan.configuration.cache.BiasAcquisition
-
The bias is never acquired.
- NEVER - org.infinispan.rest.configuration.ExtendedHeaders
- newByteBuffer(byte[], int, int) - Method in interface org.infinispan.commons.io.ByteBufferFactory
- newByteBuffer(byte[], int, int) - Method in class org.infinispan.commons.io.ByteBufferFactoryImpl
- newCatchThrowableProxy(Object) - Static method in class org.infinispan.commons.util.Proxies
- newCondition() - Method in class org.infinispan.commons.util.concurrent.NonReentrantLock
- newConfigurationFrom(int) - Method in class org.infinispan.configuration.cache.AbstractSegmentedStoreConfiguration
-
Deprecated.since 10.0 - please implement
AbstractSegmentedStoreConfiguration.newConfigurationFrom(int, InitializationContext)
. - newConfigurationFrom(int, InitializationContext) - Method in class org.infinispan.configuration.cache.AbstractSegmentedStoreConfiguration
-
Same as
AbstractSegmentedStoreConfiguration.newConfigurationFrom(int)
except that you can utilize the intialization context when initializing the segmented store object. - newConfigurationFrom(int, InitializationContext) - Method in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
- newConfigurationFrom(int, InitializationContext) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- newDefaultMetadata(Configuration) - Static method in class org.infinispan.configuration.cache.Configurations
- newInstance() - Static method in class org.infinispan.commons.util.FileLookupFactory
- newInstanceOrNull(Class<T>, Class[], Object...) - Static method in class org.infinispan.commons.util.Util
-
Instantiates a class by invoking the constructor that matches the provided parameter types passing the given arguments.
- newKeyAffinityService(Cache<K, V>, Collection<Address>, KeyGenerator<K>, Executor, int) - Static method in class org.infinispan.affinity.KeyAffinityServiceFactory
- newKeyAffinityService(Cache<K, V>, Collection<Address>, KeyGenerator<K>, Executor, int, boolean) - Static method in class org.infinispan.affinity.KeyAffinityServiceFactory
-
Creates a service that would only generate keys for addresses specified in filter.
- newKeyAffinityService(Cache<K, V>, Executor, KeyGenerator<K>, int) - Static method in class org.infinispan.affinity.KeyAffinityServiceFactory
- newKeyAffinityService(Cache<K, V>, Executor, KeyGenerator<K>, int, boolean) - Static method in class org.infinispan.affinity.KeyAffinityServiceFactory
-
Creates an
KeyAffinityService
instance that generates keys mapped to all addresses in the cluster. - newLeft(A) - Static method in class org.infinispan.commons.util.Either
- NEWLINE - Static variable in class org.infinispan.commons.util.StringPropertyReplacer
-
New line string constant
- newLocalKeyAffinityService(Cache<K, V>, KeyGenerator<K>, Executor, int) - Static method in class org.infinispan.affinity.KeyAffinityServiceFactory
- newLocalKeyAffinityService(Cache<K, V>, KeyGenerator<K>, Executor, int, boolean) - Static method in class org.infinispan.affinity.KeyAffinityServiceFactory
-
Created an service that only generates keys for the local address.
- newPermissionCollection() - Method in class org.infinispan.security.CachePermission
- newProtocol() - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- newRight(B) - Static method in class org.infinispan.commons.util.Either
- next() - Method in class org.infinispan.commons.util.AbstractIterator
- next() - Method in class org.infinispan.commons.util.Immutables.ImmutableIteratorWrapper
- next() - Method in class org.infinispan.commons.util.IteratorMapper
- next() - Method in class org.infinispan.commons.util.RemovableIterator
- next(int, int) - Method in class org.infinispan.distribution.TriangleOrderManager
- nextServer(Set<SocketAddress>) - Method in interface org.infinispan.client.hotrod.FailoverRequestBalancingStrategy
- nextSize(Object) - Method in class org.infinispan.commons.marshall.AdaptiveBufferSizePredictor
- nextSize(Object) - Method in interface org.infinispan.commons.marshall.BufferSizePredictor
-
Provide the next buffer size taking in account the object to store in the buffer.
- NO_VALUE_READ_ONLY_VIEW - Static variable in interface org.infinispan.commons.marshall.Ids
- noActive() - Method in class org.infinispan.server.hotrod.configuration.PolicyConfigurationBuilder
- noAnonymous() - Method in class org.infinispan.server.hotrod.configuration.PolicyConfigurationBuilder
- noCache() - Static method in class org.infinispan.rest.CacheControl
-
Returns
no-cache
header value. - noDataLossOnJoiner(Configuration) - Static method in class org.infinispan.configuration.cache.Configurations
- NODE - org.infinispan.lock.api.OwnershipLevel
- NODE_NAME - Static variable in class org.infinispan.configuration.global.TransportConfiguration
- NODE_TAG_NAME - Static variable in interface org.infinispan.metrics.Constants
- nodeName() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- nodeName() - Method in class org.infinispan.configuration.global.TransportConfiguration
- nodeName(String) - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- nodeName(String) - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- nodeName(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
Name of the current node.
- noDictionary() - Method in class org.infinispan.server.hotrod.configuration.PolicyConfigurationBuilder
- noFilter() - Method in interface org.infinispan.manager.ClusterExecutor
-
Applies no filtering and will send any invocations to any/all current nodes.
- noFlags() - Method in interface org.infinispan.AdvancedCache
-
Unset all flags set on this cache using
AdvancedCache.withFlags(Flag...)
orAdvancedCache.withFlags(Collection)
methods. - NON_DURABLE_XA - org.infinispan.client.hotrod.configuration.TransactionMode
-
The cache is enlisted as
XAResource
but it doesn't keep any recovery information. - NON_DURABLE_XA - org.infinispan.configuration.cache.TransactionMode
- NON_OWNER - org.infinispan.distribution.Ownership
-
This node is not an owner.
- NON_TRANSACTIONAL - org.infinispan.transaction.TransactionMode
- NON_XA - org.infinispan.client.hotrod.configuration.TransactionMode
-
The cache is enlisted as
Synchronization
. - NON_XA - org.infinispan.configuration.cache.TransactionMode
- nonBlocking(Boolean) - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- nonBlockingExecutor(String) - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- NonBlockingRejectedExecutionHandler - Class in org.infinispan.commons.util.concurrent
-
A handler for rejected tasks that runs the task if the current thread is a non blocking thread otherwise it blocks until the task can be added to the underlying queue
- NonBlockingResource - Interface in org.infinispan.commons.executors
-
Interface to designate the resource is a non blocking one
- NonBlockingStore<K,V> - Interface in org.infinispan.persistence.spi
-
The contract for defining how caches interface with external sources of data, such as databases or filesystems.
- NonBlockingStore.Characteristic - Enum in org.infinispan.persistence.spi
-
Enumeration defining the various characteristics of the underlying store to communicate what features it may or may not support.
- NonBlockingStore.SegmentedPublisher<Type> - Interface in org.infinispan.persistence.spi
-
A Publisher that provides a stream of values and the segments to which those values map.
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- nonBlockingThreadPool() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Configuration for the non blocking thread pool
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
- nonBlockingThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- nonBlockingThreadPoolName() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- nonBlockingThreadPoolName(String) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- nonClusteredDefault() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- nonClusteredDefault() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
Helper method that gets you a default constructed GlobalConfiguration, preconfigured for use in LOCAL mode
- NONE - org.infinispan.client.hotrod.configuration.TransactionMode
-
The cache is not transactional
- NONE - org.infinispan.configuration.cache.Index
-
Deprecated.No indexing is performed.
- NONE - org.infinispan.configuration.cache.TransactionMode
- NONE - org.infinispan.configuration.cache.VersioningScheme
- NONE - org.infinispan.conflict.MergePolicy
- NONE - org.infinispan.eviction.EvictionStrategy
-
Eviction Strategy where nothing is done by the cache and the user is probably not going to use eviction manually
- NONE - org.infinispan.persistence.rocksdb.configuration.CompressionType
- NONE - org.infinispan.security.AuthorizationPermission
-
No permissions
- noneMatch(Predicate<? super T>) - Method in interface org.infinispan.functional.Traversable
-
A terminal operation that returns whether no elements of this traversable match the provided predicate.
- noneMatch(SerializableDoublePredicate) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleStream.noneMatch(DoublePredicate)
except that the DoublePredicate must also implementSerializable
- noneMatch(SerializableIntPredicate) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntStream.noneMatch(IntPredicate)
except that the IntPredicate must also implementSerializable
- noneMatch(SerializableLongPredicate) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongStream.noneMatch(LongPredicate)
except that the LongPredicate must also implement Serializable. - noneMatch(SerializablePredicate<? super R>) - Method in interface org.infinispan.CacheStream
-
Same as
Stream.noneMatch(Predicate)
except that the Predicate must also implementSerializable
- nonNullPredicate() - Static method in class org.infinispan.stream.StreamMarshalling
-
Predicate that returns true if the object passed to it is not null.
- NonReentrantLock - Class in org.infinispan.commons.util.concurrent
-
A simplistic non-reentrant lock that does not use ownership by thread.
- NonReentrantLock() - Constructor for class org.infinispan.commons.util.concurrent.NonReentrantLock
- noPlainText() - Method in class org.infinispan.server.hotrod.configuration.PolicyConfigurationBuilder
- NoStateExternalizer<T> - Class in org.infinispan.commons.marshall.exts
-
An externalizer that writes no state.
- NoStateExternalizer() - Constructor for class org.infinispan.commons.marshall.exts.NoStateExternalizer
- not() - Method in interface org.infinispan.query.dsl.FilterConditionBeginContext
-
Deprecated.
- not() - Method in interface org.infinispan.query.dsl.QueryFactory
-
Deprecated.since 10.1. See deprecation note on
QueryBuilder
. - not(FilterConditionContext) - Method in interface org.infinispan.query.dsl.FilterConditionBeginContext
-
Deprecated.
- not(FilterConditionContext) - Method in interface org.infinispan.query.dsl.QueryFactory
-
Deprecated.since 10.1. See deprecation note on
QueryBuilder
. - NOT_LOADED - Static variable in class org.infinispan.functional.MetaParam.MetaLoadedFromPersistence
- NOT_LOCAL - org.infinispan.distribution.DataLocality
-
Deprecated.
- NOT_LOCAL_UNCERTAIN - org.infinispan.distribution.DataLocality
-
Deprecated.
- notifications() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
- notifications(boolean) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- NOTIFICATIONS - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
- notifyAndWait() - Method in class org.infinispan.persistence.sifs.SyncProcessingQueue
- notifyError() - Method in class org.infinispan.persistence.sifs.SyncProcessingQueue
- notifyNoWait() - Method in class org.infinispan.persistence.sifs.SyncProcessingQueue
- notNullCacheEntryPredicate() - Static method in class org.infinispan.filter.CacheFilters
-
Provides a predicate that can be used to filter out null cache entry objects as well as placeholder "null" entries of
NullCacheEntry
that can be returned from methods such asCacheFilters.converterToFunction(KeyValueFilterConverter)
. - NotSerializableException - Exception in org.infinispan.commons.marshall
-
An exception that hides inner stacktrace lines for non serializable exceptions.
- NotSerializableException(String) - Constructor for exception org.infinispan.commons.marshall.NotSerializableException
- NotSerializableException(String, Throwable) - Constructor for exception org.infinispan.commons.marshall.NotSerializableException
- NullAuditLogger - Class in org.infinispan.security.audit
-
NullAuditLogger.
- NullAuditLogger() - Constructor for class org.infinispan.security.audit.NullAuditLogger
- NUM_OWNERS - Static variable in class org.infinispan.configuration.cache.HashConfiguration
- NUM_SEGMENTS - Static variable in class org.infinispan.configuration.cache.HashConfiguration
- NUMERIC_VERSION - Static variable in interface org.infinispan.commons.marshall.Ids
- NUMERIC_VERSION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- numOwners() - Method in class org.infinispan.configuration.cache.HashConfiguration
-
Number of cluster-wide replicas for each cache entry.
- numOwners(int) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
-
Number of cluster-wide replicas for each cache entry.
- numRecords - Variable in class org.infinispan.persistence.sifs.EntryInfo
- numSegments() - Method in class org.infinispan.configuration.cache.HashConfiguration
-
Controls the total number of hash space segments (per cluster).
- numSegments(int) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
-
Controls the total number of hash space segments (per cluster).
O
- OBJECT - org.infinispan.configuration.cache.StorageType
-
Deprecated.since 11.0, use
StorageType.HEAP
instead. - OBJECT_NAME - Static variable in class org.infinispan.manager.DefaultCacheManager
- OBJECT_NAME - Static variable in interface org.infinispan.query.remote.client.ProtobufMetadataManagerConstants
-
The 'component' key property of ProtobufMetadataManager's ObjectName.
- OBJECT_NAME - Static variable in interface org.infinispan.stats.CacheContainerStats
-
Deprecated.
- OBJECT_NAME - Static variable in interface org.infinispan.stats.ClusterCacheStats
- OBJECT_NAME - Static variable in interface org.infinispan.stats.ClusterContainerStats
- OBJECT_SIZE - Static variable in class org.infinispan.commons.util.AbstractEntrySizeCalculatorHelper
- objectArray(int) - Static method in class org.infinispan.commons.util.Util
- ObjectDuplicator - Class in org.infinispan.commons.util
-
Deprecated.Since 12, will be removed in version 15.0
- ObjectDuplicator() - Constructor for class org.infinispan.commons.util.ObjectDuplicator
-
Deprecated.
- ObjectFilter - Interface in org.infinispan.objectfilter
-
A filter that tests if an object matches a pre-defined condition and returns either the original instance or the projection, depending on how the filter was created.
- ObjectFilter.FilterResult - Interface in org.infinispan.objectfilter
-
The output of the
ObjectFilter.filter(java.lang.Object)
method. - objectFromByteBuffer(byte[]) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
- objectFromByteBuffer(byte[]) - Method in interface org.infinispan.commons.marshall.Marshaller
-
Unmarshalls an object from a byte array.
- objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.commons.marshall.IdentityMarshaller
- objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.commons.marshall.ImmutableProtoStreamMarshaller
- objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.commons.marshall.JavaSerializationMarshaller
- objectFromByteBuffer(byte[], int, int) - Method in interface org.infinispan.commons.marshall.Marshaller
-
Unmarshalls an object from a specific portion of a byte array.
- objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.commons.marshall.StringMarshaller
- objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
-
Deprecated.
- objectFromInputStream(InputStream) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
-
This method implements
StreamingMarshaller.objectFromInputStream(java.io.InputStream)
, but its implementation has been moved here rather that keeping under a class that implements StreamingMarshaller in order to avoid code duplication. - objectFromInputStream(InputStream) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
-
Deprecated.Unmarshall an object from an
InputStream
- objectFromObjectStream(ObjectInput) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
-
Deprecated.Unmarshalls an object from an
ObjectInput
- objectFromObjectStream(ObjectInput) - Method in class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
-
Deprecated.
- objectInput - Variable in class org.infinispan.commons.marshall.DelegatingObjectInput
- objectOutput - Variable in class org.infinispan.commons.marshall.DelegatingObjectOutput
- objectToBuffer(Object) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
- objectToBuffer(Object) - Method in interface org.infinispan.commons.marshall.Marshaller
-
A method that returns an instance of
ByteBuffer
, which allows direct access to the byte array with minimal array copying - objectToBuffer(Object, int) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
-
This is a convenience method for converting an object into a
ByteBuffer
which takes an estimated size as parameter. - objectToBuffer(Object, int) - Method in class org.infinispan.commons.marshall.IdentityMarshaller
- objectToBuffer(Object, int) - Method in class org.infinispan.commons.marshall.ImmutableProtoStreamMarshaller
- objectToBuffer(Object, int) - Method in class org.infinispan.commons.marshall.JavaSerializationMarshaller
- objectToBuffer(Object, int) - Method in class org.infinispan.commons.marshall.StringMarshaller
- objectToBuffer(Object, int) - Method in class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
-
Deprecated.
- objectToByteBuffer(Object) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
- objectToByteBuffer(Object) - Method in interface org.infinispan.commons.marshall.Marshaller
-
Marshalls an object to a byte array.
- objectToByteBuffer(Object, int) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
- objectToByteBuffer(Object, int) - Method in interface org.infinispan.commons.marshall.Marshaller
-
Marshalls an object to a byte array.
- objectToObjectStream(Object, ObjectOutput) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
-
Deprecated.Marshalls an object to a given
ObjectOutput
- objectToObjectStream(Object, ObjectOutput) - Method in class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
-
Deprecated.
- observation() - Method in annotation type org.infinispan.notifications.Listener
-
Returns the type of observation level this listener defines.
- of(boolean) - Static method in class org.infinispan.functional.MetaParam.MetaLoadedFromPersistence
- of(int) - Static method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- of(int...) - Static method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- of(int, int) - Static method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- of(int, int, int) - Static method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- of(PrimitiveIterator.OfInt) - Static method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- OFF_HEAP - org.infinispan.configuration.cache.StorageType
-
Entries are stored in internal memory off the normal Java heap.
- offer(IndexRequest) - Method in class org.infinispan.persistence.sifs.IndexQueue
- offer(IndexRequest, long, TimeUnit) - Method in class org.infinispan.persistence.sifs.IndexQueue
- ON_DEMAND - org.infinispan.rest.configuration.ExtendedHeaders
- ON_READ - org.infinispan.configuration.cache.BiasAcquisition
-
Bias is acquired when the entry is read TODO: Not implemented yet
- ON_WRITE - org.infinispan.configuration.cache.BiasAcquisition
-
Bias is acquired by the writing entry.
- onClose(Runnable) - Method in interface org.infinispan.CacheStream
- onClose(Runnable) - Method in interface org.infinispan.DoubleCacheStream
- onClose(Runnable) - Method in interface org.infinispan.IntCacheStream
- onClose(Runnable) - Method in interface org.infinispan.LongCacheStream
- onCreate(Consumer<EntryView.ReadEntryView<K, V>>) - Method in interface org.infinispan.functional.Listeners.ReadWriteListeners
-
Add a create event specific listener by passing in a
Consumer
to be called back each time a new cache entry is created, passing in aEntryView.ReadEntryView
of that new entry. - onCreate(EntryView.ReadEntryView<K, V>) - Method in interface org.infinispan.functional.Listeners.ReadWriteListeners.ReadWriteListener
-
Entry created event callback that receives a
EntryView.ReadEntryView
of the created entry. - ONE_NODE - org.infinispan.tasks.TaskExecutionMode
- onEntryActivated(Object) - Method in interface org.infinispan.commons.util.EvictionListener
-
Deprecated.Called back when an entry has been activated
- onEntryChosenForEviction(Map.Entry<K, V>) - Method in interface org.infinispan.commons.util.EvictionListener
-
Deprecated.Called back before an entry is evicted
- onEntryEviction(Map<K, Map.Entry<K, V>>) - Method in interface org.infinispan.eviction.EvictionManager
-
Handles notifications of evicted entries
- onEntryEviction(Map<K, Map.Entry<K, V>>, FlagAffectedCommand) - Method in interface org.infinispan.eviction.EvictionManager
-
Handles notifications of evicted entries based on if the command allow them
- onEntryEviction(Map<K, V>) - Method in interface org.infinispan.commons.util.EvictionListener
-
Deprecated.Called back after entries have been evicted
- onEntryRemoved(Map.Entry<K, V>) - Method in interface org.infinispan.commons.util.EvictionListener
-
Deprecated.Called when an entry is specifically removed from the container.
- onFilterResult(Object, Object, Object, Object[], Comparable[]) - Method in interface org.infinispan.objectfilter.FilterCallback
-
Receives notification that an instance matches the filter.
- onModify(BiConsumer<EntryView.ReadEntryView<K, V>, EntryView.ReadEntryView<K, V>>) - Method in interface org.infinispan.functional.Listeners.ReadWriteListeners
-
Add a modify/update event specific listener by passing in a
BiConsumer
to be called back each time an entry is modified or updated, passing in aEntryView.ReadEntryView
of the previous entry as first parameter, and aEntryView.ReadEntryView
of the new value as second parameter. - onModify(EntryView.ReadEntryView<K, V>, EntryView.ReadEntryView<K, V>) - Method in interface org.infinispan.functional.Listeners.ReadWriteListeners.ReadWriteListener
-
Entry modify/update event callback that receives
EntryView.ReadEntryView
of the previous entry as first parameter, and theEntryView.ReadEntryView
of the new entry. - onRemove(Consumer<EntryView.ReadEntryView<K, V>>) - Method in interface org.infinispan.functional.Listeners.ReadWriteListeners
-
Add a remove event specific listener by passing in a
Consumer
to be called back each time an entry is removed, passing in theEntryView.ReadEntryView
of the removed entry. - onRemove(EntryView.ReadEntryView<K, V>) - Method in interface org.infinispan.functional.Listeners.ReadWriteListeners.ReadWriteListener
-
Entry removed event callback that receives a
EntryView.ReadEntryView
of the removed entry. - onUpdate(CounterEvent) - Method in interface org.infinispan.counter.api.CounterListener
- onWrite(Consumer<EntryView.ReadEntryView<K, V>>) - Method in interface org.infinispan.functional.Listeners.WriteListeners
-
Add a write event listener by passing in a
Consumer
to be called each time a cache entry is created, modified/updated or removed. - onWrite(EntryView.ReadEntryView<K, V>) - Method in interface org.infinispan.functional.Listeners.WriteListeners.WriteListener
-
Entry write event callback that receives a
EntryView.ReadEntryView
of the written entry. - OPEN_FILES_LIMIT - org.infinispan.persistence.sifs.configuration.Attribute
- OPEN_FILES_LIMIT - Static variable in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- openChannel(int) - Method in class org.infinispan.persistence.sifs.FileProvider
- openDatabase(Path, Options) - Static method in class org.infinispan.persistence.rocksdb.RocksDBStore
-
Creates database if it doesn't exist.
- openFilesLimit() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- openFilesLimit(int) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
-
Sets the maximum number of open files.
- OPERATION_HOTROD - org.infinispan.context.Flag
-
Deprecated.Since 10.0, not in use.
- OPERATION_MEMCACHED - org.infinispan.context.Flag
-
Deprecated.Since 10.0, not in use.
- OPTIMISTIC - org.infinispan.transaction.LockingMode
- OPTIONAL - Static variable in interface org.infinispan.commons.marshall.Ids
- or() - Method in interface org.infinispan.query.dsl.FilterConditionContext
-
Deprecated.Creates a new context and connects it with the current one using boolean OR.
- or(FilterConditionContext) - Method in interface org.infinispan.query.dsl.FilterConditionContext
-
Deprecated.Connects a given context with the current one using boolean OR.
- orderBy(String) - Method in interface org.infinispan.query.dsl.QueryBuilder
-
Deprecated.
- orderBy(String, SortOrder) - Method in interface org.infinispan.query.dsl.QueryBuilder
-
Deprecated.
- orderBy(Expression) - Method in interface org.infinispan.query.dsl.QueryBuilder
-
Deprecated.
- orderBy(Expression, SortOrder) - Method in interface org.infinispan.query.dsl.QueryBuilder
-
Deprecated.
- org.infinispan - package org.infinispan
-
This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.
- org.infinispan.affinity - package org.infinispan.affinity
-
This package contains the
KeyAffinityService
interfaces which allow user code to determine mapping of keys onto nodes - org.infinispan.client.hotrod - package org.infinispan.client.hotrod
-
Hot Rod client API.
- org.infinispan.client.hotrod.annotation - package org.infinispan.client.hotrod.annotation
-
Hot Rod client annotations.
- org.infinispan.client.hotrod.configuration - package org.infinispan.client.hotrod.configuration
-
Hot Rod client configuration API.
- org.infinispan.client.hotrod.event - package org.infinispan.client.hotrod.event
-
Hot Rod client remote event API.
- org.infinispan.client.hotrod.exceptions - package org.infinispan.client.hotrod.exceptions
-
Hot Rod client exceptions.
- org.infinispan.commons - package org.infinispan.commons
-
Commons package
- org.infinispan.commons.api - package org.infinispan.commons.api
-
Commons API package
- org.infinispan.commons.configuration - package org.infinispan.commons.configuration
-
Commons Configuration package
- org.infinispan.commons.executors - package org.infinispan.commons.executors
-
Commons Executors package
- org.infinispan.commons.hash - package org.infinispan.commons.hash
-
Commons Hash package
- org.infinispan.commons.io - package org.infinispan.commons.io
-
Commons IO package
- org.infinispan.commons.jmx - package org.infinispan.commons.jmx
-
Pluggable lookup for MBeanServer.
- org.infinispan.commons.marshall - package org.infinispan.commons.marshall
-
Provides Infinispan-specific input and output streams, buffers and related utilities.
- org.infinispan.commons.marshall.exts - package org.infinispan.commons.marshall.exts
-
Provides Infinispan-specific extensions to the marshallers.
- org.infinispan.commons.util - package org.infinispan.commons.util
-
Commons package providing various utility classes
- org.infinispan.commons.util.concurrent - package org.infinispan.commons.util.concurrent
-
Provides commons interfaces and classes related to concurrency
- org.infinispan.configuration.cache - package org.infinispan.configuration.cache
-
Cache
configuration - org.infinispan.configuration.global - package org.infinispan.configuration.global
-
EmbeddedCacheManager
configuration - org.infinispan.conflict - package org.infinispan.conflict
-
This package contains the APIs that enable users to search for, and amend, data inconsistencies within their cache.
- org.infinispan.container - package org.infinispan.container
-
Package that contains the interface describing the underlyling API for storage in Infinispan
- org.infinispan.context - package org.infinispan.context
-
Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags.
- org.infinispan.counter.api - package org.infinispan.counter.api
-
Clustered Counters API.
- org.infinispan.counter.exception - package org.infinispan.counter.exception
-
Clustered Counters Exceptions.
- org.infinispan.distribution - package org.infinispan.distribution
-
Classes relating to the distributed cache mode.
- org.infinispan.distribution.ch - package org.infinispan.distribution.ch
-
Consistent Hash interfaces
- org.infinispan.distribution.group - package org.infinispan.distribution.group
-
Groups allow keys with differeing hash codes to be co-located on the same node.
- org.infinispan.eviction - package org.infinispan.eviction
-
Classes related to eviction.
- org.infinispan.expiration - package org.infinispan.expiration
-
Cache expiration.
- org.infinispan.filter - package org.infinispan.filter
-
Provides capabilities around filtering and converting entries that are found in the cache or cache store/loader.
- org.infinispan.functional - package org.infinispan.functional
-
Functional API package
- org.infinispan.globalstate - package org.infinispan.globalstate
-
Global configuration state.
- org.infinispan.io - package org.infinispan.io
-
Provides Infinispan-specific input and output streams, buffers and related utilities.
- org.infinispan.jboss.marshalling.commons - package org.infinispan.jboss.marshalling.commons
-
Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.
- org.infinispan.lifecycle - package org.infinispan.lifecycle
-
Module and component lifecycle.
- org.infinispan.lock - package org.infinispan.lock
-
Embedded Clustered Locks.
- org.infinispan.lock.api - package org.infinispan.lock.api
-
Clustered Locks API.
- org.infinispan.lock.exception - package org.infinispan.lock.exception
-
Clustered Locks Exceptions.
- org.infinispan.manager - package org.infinispan.manager
-
Cache manager API.
- org.infinispan.marshall.persistence - package org.infinispan.marshall.persistence
- org.infinispan.metadata - package org.infinispan.metadata
-
Metadata interfaces
- org.infinispan.metrics - package org.infinispan.metrics
-
Eclipse microprofile based metrics.
- org.infinispan.multimap.api - package org.infinispan.multimap.api
-
MultimapCache API.
- org.infinispan.multimap.api.embedded - package org.infinispan.multimap.api.embedded
-
Embedded Multimap Cache.
- org.infinispan.notifications - package org.infinispan.notifications
-
Notifications and eventing for listeners on both the Cache and CacheManager interfaces.
- org.infinispan.notifications.cachelistener.annotation - package org.infinispan.notifications.cachelistener.annotation
-
Cache
-specific listener annotations - org.infinispan.notifications.cachelistener.event - package org.infinispan.notifications.cachelistener.event
-
Cache
-specific listener events - org.infinispan.notifications.cachelistener.filter - package org.infinispan.notifications.cachelistener.filter
-
Cache
-specific notifications and eventing filtering classes. - org.infinispan.notifications.cachemanagerlistener.annotation - package org.infinispan.notifications.cachemanagerlistener.annotation
-
EmbeddedCacheManager
-specific listener annotations - org.infinispan.notifications.cachemanagerlistener.event - package org.infinispan.notifications.cachemanagerlistener.event
-
EmbeddedCacheManager
-specific listener events - org.infinispan.objectfilter - package org.infinispan.objectfilter
-
Querying on plain Java objects.
- org.infinispan.partitionhandling - package org.infinispan.partitionhandling
- org.infinispan.persistence - package org.infinispan.persistence
-
Persistence API.
- org.infinispan.persistence.cluster - package org.infinispan.persistence.cluster
-
A
CacheLoader
(notCacheWriter
) that polls other nodes in the cluster for state. - org.infinispan.persistence.file - package org.infinispan.persistence.file
-
Simple filesystem-based
CacheWriter
implementation. - org.infinispan.persistence.jdbc.configuration - package org.infinispan.persistence.jdbc.configuration
-
Configuration for the JDBC CacheStore.
- org.infinispan.persistence.jdbc.stringbased - package org.infinispan.persistence.jdbc.stringbased
-
JDBC CacheStore implementation which maps keys to strings.
- org.infinispan.persistence.jpa - package org.infinispan.persistence.jpa
-
JPA-based
AdvancedLoadWriteStore
. - org.infinispan.persistence.jpa.configuration - package org.infinispan.persistence.jpa.configuration
-
Configuration for
JpaStore
. - org.infinispan.persistence.remote - package org.infinispan.persistence.remote
-
Hot Rod-based
AdvancedLoadWriteStore
. - org.infinispan.persistence.remote.configuration - package org.infinispan.persistence.remote.configuration
-
Configuration for
RemoteStore
. - org.infinispan.persistence.rocksdb - package org.infinispan.persistence.rocksdb
-
RocksDB-based
AdvancedLoadWriteStore
. - org.infinispan.persistence.rocksdb.configuration - package org.infinispan.persistence.rocksdb.configuration
-
Configuration for
RocksDBStore
. - org.infinispan.persistence.sifs - package org.infinispan.persistence.sifs
-
Soft Index
AdvancedLoadWriteStore
. - org.infinispan.persistence.sifs.configuration - package org.infinispan.persistence.sifs.configuration
-
Configuration for
SoftIndexFileStore
. - org.infinispan.persistence.spi - package org.infinispan.persistence.spi
-
The Persistence SPI.
- org.infinispan.query - package org.infinispan.query
-
Query API.
- org.infinispan.query.api.continuous - package org.infinispan.query.api.continuous
-
Continuous querying API.
- org.infinispan.query.dsl - package org.infinispan.query.dsl
-
Query DSL API.
- org.infinispan.query.remote - package org.infinispan.query.remote
-
Server-side remote query components.
- org.infinispan.query.remote.client - package org.infinispan.query.remote.client
-
Query client support classes.
- org.infinispan.rest - package org.infinispan.rest
-
REST Server bootstrap and Netty bridge classes.
- org.infinispan.rest.authentication - package org.infinispan.rest.authentication
-
Authentication API for REST.
- org.infinispan.rest.configuration - package org.infinispan.rest.configuration
-
REST Server Configuration API
- org.infinispan.security - package org.infinispan.security
-
Security API.
- org.infinispan.server.core.configuration - package org.infinispan.server.core.configuration
-
Core Server Configuration API
- org.infinispan.server.hotrod.configuration - package org.infinispan.server.hotrod.configuration
-
HotRod Server Configuration API
- org.infinispan.server.memcached.configuration - package org.infinispan.server.memcached.configuration
-
Memcached Server Configuration API
- org.infinispan.stats - package org.infinispan.stats
-
Cache statistics.
- org.infinispan.stream - package org.infinispan.stream
-
Cache stream processing.
- org.infinispan.tasks - package org.infinispan.tasks
-
Server tasks API.
- org.infinispan.transaction - package org.infinispan.transaction
-
JTA transaction support.
- org.infinispan.xsite.spi - package org.infinispan.xsite.spi
-
Cross-Site Replication conflict resolution.
- OS - Enum in org.infinispan.commons.util
-
Operating system family.
- OTHER_THAN_FIRST_OR_LAST - org.infinispan.configuration.cache.InterceptorConfiguration.Position
-
Specifies that the new interceptor can be placed anywhere, except first or last.
- OUTBOUND_SOCKET_BINDING - org.infinispan.persistence.remote.configuration.Attribute
- OVERLAY - org.infinispan.globalstate.ConfigurationStorage
-
Persists cache configurations to the
GlobalStateConfiguration.persistentLocation()
in a - Ownership - Enum in org.infinispan.distribution
- OwnershipLevel - Enum in org.infinispan.lock.api
-
Ownership level is a configuration parameter for
ClusteredLock
.
P
- padString(String, int) - Static method in class org.infinispan.commons.util.Util
- PaginationContext<Context extends PaginationContext> - Interface in org.infinispan.query.dsl
-
Deprecated.since 10.1. See deprecation note on
QueryBuilder
. - parallel() - Method in interface org.infinispan.CacheStream
- parallel() - Method in interface org.infinispan.DoubleCacheStream
- parallel() - Method in interface org.infinispan.IntCacheStream
- parallel() - Method in interface org.infinispan.LongCacheStream
- parallelDistribution() - Method in interface org.infinispan.BaseCacheStream
-
This would enable sending requests to all other remote nodes when a terminal operator is performed.
- parallelDistribution() - Method in interface org.infinispan.CacheStream
- parallelDistribution() - Method in interface org.infinispan.DoubleCacheStream
- parallelDistribution() - Method in interface org.infinispan.IntCacheStream
- parallelDistribution() - Method in interface org.infinispan.LockedStream
-
This would enable sending requests to all other remote nodes when a terminal operator is performed.
- parallelDistribution() - Method in interface org.infinispan.LongCacheStream
- parallelizePublisher(IntSet, Executor, IntFunction<Publisher<R>>) - Static method in class org.infinispan.persistence.PersistenceUtil
-
Will create a publisher that parallelizes each publisher returned from the publisherFunction by executing them on the executor as needed.
- ParallelOperationException - Exception in org.infinispan.client.hotrod.exceptions
- ParallelOperationException(String) - Constructor for exception org.infinispan.client.hotrod.exceptions.ParallelOperationException
- ParallelOperationException(String, Throwable) - Constructor for exception org.infinispan.client.hotrod.exceptions.ParallelOperationException
- ParallelOperationException(Throwable) - Constructor for exception org.infinispan.client.hotrod.exceptions.ParallelOperationException
- parallelStream() - Method in interface org.infinispan.CacheCollection
- parallelStream() - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
- parallelStream() - Method in interface org.infinispan.commons.util.CloseableIteratorCollection
- param(String) - Static method in interface org.infinispan.query.dsl.Expression
-
Deprecated.
- Param<P> - Interface in org.infinispan.functional
-
An easily extensible parameter that allows functional map operations to be tweaked.
- Param.ExecutionMode - Enum in org.infinispan.functional
-
Defines where is the command executed.
- Param.LockingMode - Enum in org.infinispan.functional
-
Normally the cache has to acquire locks during any write operation to guarantee its correctness.
- Param.PersistenceMode - Enum in org.infinispan.functional
-
When a persistence store is attached to a cache, by default all write operations, regardless of whether they are inserts, updates or removes, are persisted to the store.
- Param.ReplicationMode - Enum in org.infinispan.functional
- Param.StatisticsMode - Enum in org.infinispan.functional
-
Defines how statistics are gathered for this command.
- ParameterContext<Context extends ParameterContext> - Interface in org.infinispan.query.dsl
-
Deprecated.since 10.1. See deprecation note on
QueryBuilder
. - parameters() - Method in class org.infinispan.rest.NettyRestRequest
- parameters(Map<String, ?>) - Method in class org.infinispan.tasks.TaskContext
-
A map of named parameters that will be passed to the task.
- ParamIds - Class in org.infinispan.functional
-
Parameter identifiers.
- ParamKeyValueFilterConverterFactory<K,V,C> - Interface in org.infinispan.filter
-
Factory for
KeyValueFilterConverter
instances supporting parameters. - parse(String) - Static method in class org.infinispan.commons.util.ByteQuantity
-
Parses the byte quantity representation composed of a number plus a unit.
- parseBytes(String) - Static method in enum org.infinispan.commons.util.MemoryUnit
-
Deprecated.
- parseRFC1123(String) - Static method in class org.infinispan.rest.DateUtils
- parseServers(String, BiConsumer<String, Integer>) - Static method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
- parseVersion(String) - Static method in enum org.infinispan.client.hotrod.ProtocolVersion
- ParsingException - Exception in org.infinispan.objectfilter
-
Thrown in case of syntax errors during parsing or during the processing of the parse tree.
- ParsingException(String) - Constructor for exception org.infinispan.objectfilter.ParsingException
- ParsingException(String, Throwable) - Constructor for exception org.infinispan.objectfilter.ParsingException
- ParsingException(Throwable) - Constructor for exception org.infinispan.objectfilter.ParsingException
- PARTITION_STATUS_CHANGED - org.infinispan.notifications.cachelistener.event.Event.Type
- partitionHandling() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
-
Configures cluster's behaviour in the presence of partitions or node failures.
- partitionHandling() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- partitionHandling() - Method in interface org.infinispan.configuration.cache.ClusteringConfigurationChildBuilder
-
Configures how the cache will react to cluster partitions.
- PartitionHandling - Enum in org.infinispan.partitionhandling
- PartitionHandlingConfiguration - Class in org.infinispan.configuration.cache
-
Controls how the cache handles partitioning and/or multiple node failures.
- PartitionHandlingConfiguration(AttributeSet) - Constructor for class org.infinispan.configuration.cache.PartitionHandlingConfiguration
- PartitionHandlingConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Controls how the cache handles partitioning and/or multiple node failures.
- PartitionHandlingConfigurationBuilder(ClusteringConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- PartitionStatusChanged - Annotation Type in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when the
AvailabilityMode
in use by thePartitionHandlingManager
changes due to a change in cluster topology. - PartitionStatusChangedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
The event passed in to methods annotated with
PartitionStatusChanged
. - passCredentials() - Method in class org.infinispan.server.hotrod.configuration.PolicyConfigurationBuilder
- passivation() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
-
If true, data is only written to the cache store when it is evicted from memory, a phenomenon known as 'passivation'.
- passivation(boolean) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- PASSIVATION - org.infinispan.persistence.jdbc.configuration.Attribute
- PASSIVATION - Static variable in class org.infinispan.configuration.cache.PersistenceConfiguration
- password() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractUnmanagedConnectionFactoryConfiguration
- password() - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfiguration
- password() - Method in class org.infinispan.persistence.remote.configuration.MechanismConfiguration
- password(char[]) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Specifies the password to be used for authentication.
- password(char[]) - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfigurationBuilder
-
Specifies the password to be used for authentication.
- password(char[]) - Method in class org.infinispan.persistence.remote.configuration.MechanismConfigurationBuilder
- password(String) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Specifies the password to be used for authentication.
- password(String) - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
- password(String) - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
- password(String) - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfigurationBuilder
-
Specifies the password to be used for authentication.
- password(String) - Method in class org.infinispan.persistence.remote.configuration.MechanismConfigurationBuilder
- PASSWORD - org.infinispan.persistence.jdbc.configuration.Attribute
- PASSWORD - org.infinispan.persistence.remote.configuration.Attribute
- PASSWORD - Static variable in class org.infinispan.persistence.jdbc.configuration.AbstractUnmanagedConnectionFactoryConfiguration
- path() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
- path() - Method in class org.infinispan.configuration.global.GlobalStatePathConfiguration
- path() - Method in class org.infinispan.configuration.global.StackFileConfiguration
- path() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfiguration
- path() - Method in class org.infinispan.rest.NettyRestRequest
- path(String) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- path(String) - Method in interface org.infinispan.configuration.cache.IndexingConfigurationChildBuilder
- path(String) - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- PATH - org.infinispan.persistence.rocksdb.configuration.Attribute
- PATH - org.infinispan.persistence.sifs.configuration.Attribute
- PATH - Static variable in class org.infinispan.commons.util.ClassFinder
- PATH - Static variable in class org.infinispan.configuration.cache.IndexingConfiguration
- PATH - Static variable in class org.infinispan.configuration.global.GlobalStatePathConfiguration
- PATH - Static variable in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfiguration
- pause() - Method in class org.infinispan.persistence.sifs.LogAppender
- peek() - Method in interface org.infinispan.functional.EntryView.ReadEntryView
-
The same as
EntryView.ReadEntryView.find()
but does not update any hit/miss statistics. - peek() - Method in class org.infinispan.persistence.sifs.IndexQueue
- peek(Object) - Method in interface org.infinispan.commons.util.PeekableMap
-
Deprecated.Peaks at a value for the given key.
- peek(Object) - Method in interface org.infinispan.container.DataContainer
-
Retrieves a cache entry in the same way as
DataContainer.get(Object)
} except that it does not update or reorder any of the internal constructs. - peek(Consumer<? super R>) - Method in interface org.infinispan.CacheStream
- peek(DoubleConsumer) - Method in interface org.infinispan.DoubleCacheStream
- peek(IntConsumer) - Method in interface org.infinispan.IntCacheStream
- peek(LongConsumer) - Method in interface org.infinispan.LongCacheStream
- peek(SerializableConsumer<? super R>) - Method in interface org.infinispan.CacheStream
-
Same as
CacheStream.peek(Consumer)
except that the Consumer must also implementSerializable
- peek(SerializableDoubleConsumer) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleCacheStream.flatMap(DoubleFunction)
except that the DoubleFunction must also implementSerializable
- peek(SerializableIntConsumer) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntCacheStream.flatMap(IntFunction)
except that the IntFunction must also implementSerializable
- peek(SerializableLongConsumer) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongCacheStream.flatMap(LongFunction)
except that the LongFunction must also implement Serializable. - PeekableMap<K,V> - Interface in org.infinispan.commons.util
-
Deprecated.since 11.0 with no replacement - no longer used
- PERMANENT - org.infinispan.commons.api.CacheContainerAdmin.AdminFlag
-
Deprecated.configurations are now always permanent by default. Use the
CacheContainerAdmin.AdminFlag.VOLATILE
flag to obtain the opposite behaviour. - permission(String) - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
-
Adds a permission to a role
- permission(String...) - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
-
Adds multiple permissions to a role
- permission(AuthorizationPermission) - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
-
Adds a permission to a role
- permission(AuthorizationPermission...) - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
-
Adds multiple permissions to a role
- persistence() - Method in class org.infinispan.configuration.cache.Configuration
- persistence() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- persistence() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- persistence() - Method in interface org.infinispan.configuration.cache.PersistenceConfigurationChildBuilder
- PERSISTENCE_AVAILABILITY_CHANGED - org.infinispan.notifications.cachelistener.event.Event.Type
- PERSISTENCE_MODE_ID - Static variable in class org.infinispan.functional.ParamIds
- PERSISTENCE_UNIT_NAME - org.infinispan.persistence.jpa.configuration.Attribute
- PersistenceAvailabilityChanged - Annotation Type in org.infinispan.notifications.cachelistener.annotation
-
Use this annotation on methods that require notification when the availability of the PersistenceManager changes.
- PersistenceAvailabilityChangedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
- persistenceConfiguration() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
- PersistenceConfiguration - Class in org.infinispan.configuration.cache
-
Configuration for stores.
- PersistenceConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Configuration for cache stores.
- PersistenceConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- PersistenceConfigurationChildBuilder - Interface in org.infinispan.configuration.cache
- PersistenceContextInitializer - Interface in org.infinispan.commons.marshall
-
Interface used to initialise a
SerializationContext
using the specified Pojos, Marshaller implementations and provided .proto schemas. - PersistenceContextInitializerImpl - Class in org.infinispan.commons.marshall
-
WARNING: Generated code! Do not edit!
- PersistenceContextInitializerImpl - Class in org.infinispan.persistence.rocksdb
-
WARNING: Generated code! Do not edit!
- PersistenceContextInitializerImpl() - Constructor for class org.infinispan.commons.marshall.PersistenceContextInitializerImpl
- PersistenceContextInitializerImpl() - Constructor for class org.infinispan.persistence.rocksdb.PersistenceContextInitializerImpl
- PersistenceException - Exception in org.infinispan.persistence.spi
-
An exception thrown by a
CacheLoader
or aCacheWriter
implementation if there are problems reading from a loader. - PersistenceException() - Constructor for exception org.infinispan.persistence.spi.PersistenceException
- PersistenceException(String) - Constructor for exception org.infinispan.persistence.spi.PersistenceException
- PersistenceException(String, Throwable) - Constructor for exception org.infinispan.persistence.spi.PersistenceException
- PersistenceException(Throwable) - Constructor for exception org.infinispan.persistence.spi.PersistenceException
- persistenceExecutor(String) - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- PersistenceMarshaller - Interface in org.infinispan.marshall.persistence
-
The marshaller that is responsible serializing/deserializing objects which are to be persisted.
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
Deprecated.Since 11.0, no longer used.
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- persistenceThreadPool() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Configuration for the persistence thread pool
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
- persistenceThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- persistenceThreadPoolName() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
Deprecated.Since 11.0, no longer used.
- persistenceThreadPoolName(String) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- persistenceUnitName() - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfiguration
- persistenceUnitName(String) - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationBuilder
- PersistenceUtil - Class in org.infinispan.persistence
- PersistenceUtil() - Constructor for class org.infinispan.persistence.PersistenceUtil
- PERSISTENT - org.infinispan.counter.api.Storage
-
The counter value is stored persistently and survives a cluster restart/stop.
- PERSISTENT_UUID - Static variable in interface org.infinispan.commons.marshall.Ids
- persistentLocation() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
-
Returns the filesystem path where persistent state data which needs to survive container restarts should be stored.
- persistentLocation(String) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
-
Defines the filesystem path where node-specific persistent data which needs to survive container restarts should be stored.
- persistentLocation(String, String) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- PESSIMISTIC - org.infinispan.transaction.LockingMode
- PING_ON_STARTUP - org.infinispan.persistence.remote.configuration.Attribute
- PlatformMBeanServerLookup - Class in org.infinispan.commons.jmx
-
Default implementation for
MBeanServerLookup
, will return the platform MBean server. - PlatformMBeanServerLookup() - Constructor for class org.infinispan.commons.jmx.PlatformMBeanServerLookup
- POINTER_SIZE - Static variable in class org.infinispan.commons.util.AbstractEntrySizeCalculatorHelper
- policy() - Method in class org.infinispan.server.hotrod.configuration.SaslConfiguration
- policy() - Method in class org.infinispan.server.hotrod.configuration.SaslConfigurationBuilder
- PolicyConfiguration - Class in org.infinispan.server.hotrod.configuration
- PolicyConfigurationBuilder - Class in org.infinispan.server.hotrod.configuration
- poll() - Method in class org.infinispan.persistence.sifs.IndexQueue
- poll(long, TimeUnit) - Method in class org.infinispan.persistence.sifs.IndexQueue
- PooledConnectionFactoryConfiguration - Class in org.infinispan.persistence.jdbc.configuration
- PooledConnectionFactoryConfiguration(AttributeSet) - Constructor for class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfiguration
- PooledConnectionFactoryConfigurationBuilder<S extends AbstractJdbcStoreConfigurationBuilder<?,S>> - Class in org.infinispan.persistence.jdbc.configuration
-
PooledConnectionFactoryConfigurationBuilder.
- PooledConnectionFactoryConfigurationBuilder(AbstractJdbcStoreConfigurationBuilder<?, S>) - Constructor for class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
- pop() - Method in class org.infinispan.persistence.sifs.SyncProcessingQueue
- port() - Method in class org.infinispan.client.hotrod.configuration.ServerConfiguration
- port() - Method in class org.infinispan.persistence.remote.configuration.RemoteServerConfiguration
- port() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- port() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
- port(int) - Method in class org.infinispan.client.hotrod.configuration.ServerConfigurationBuilder
- port(int) - Method in class org.infinispan.persistence.remote.configuration.RemoteServerConfigurationBuilder
- port(int) - Method in class org.infinispan.server.core.configuration.AbstractProtocolServerConfigurationChildBuilder
- port(int) - Method in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
- port(int) - Method in interface org.infinispan.server.core.configuration.ProtocolServerConfigurationChildBuilder
-
Specifies the port on which this server will listen
- PORT - org.infinispan.persistence.remote.configuration.Attribute
- PORT - Static variable in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- position() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
- position() - Method in class org.infinispan.io.ReadableGridFileChannel
-
Deprecated.
- position(long) - Method in class org.infinispan.io.ReadableGridFileChannel
-
Deprecated.
- position(InterceptorConfiguration.Position) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
-
Deprecated.Specifies a position, denoted by the
InterceptorConfiguration.Position
enumeration, where to place the new interceptor. - POSITION - Static variable in class org.infinispan.configuration.cache.InterceptorConfiguration
- possiblyPresent(E) - Method in class org.infinispan.commons.util.BloomFilter
-
Returns
true
if the element might be present,false
if the value was for sure not present. - POST - org.infinispan.notifications.Listener.Observation
-
Observation level used to only be notified of an operation after it has completed
- PostCacheEventFilter<K,V> - Class in org.infinispan.notifications.cachelistener.filter
-
A Filter that only allows post events to be accepted.
- PostCacheEventFilter() - Constructor for class org.infinispan.notifications.cachelistener.filter.PostCacheEventFilter
- PRE - org.infinispan.notifications.Listener.Observation
-
Observation level used to only be notified of an operation before it completes
- predicate(KeyValueFilter<? super K, ? super V>) - Static method in class org.infinispan.filter.CacheFilters
-
Creates a new
Predicate
using the provided key value filter as a basis for the operation. - PREFER_NON_NULL - org.infinispan.xsite.spi.XSiteMergePolicy
-
Chooses the
non-null
value if available (write/remove conflict, write wins), otherwise uses theXSiteMergePolicy.DEFAULT
. - PREFER_NULL - org.infinispan.xsite.spi.XSiteMergePolicy
-
Chooses the
null
value if available (write/remove conflict, remove wins), otherwise uses theXSiteMergePolicy.DEFAULT
. - PreferNonNullXSiteEntryMergePolicy<K,V> - Class in org.infinispan.xsite.spi
-
A
XSiteEntryMergePolicy
implementation that chooses a non-null entry. - PreferNullXSiteEntryMergePolicy<K,V> - Class in org.infinispan.xsite.spi
-
A
XSiteEntryMergePolicy
implementation that chooses a null entry. - PREFERRED_ALWAYS - org.infinispan.conflict.MergePolicy
- PREFERRED_NON_NULL - org.infinispan.conflict.MergePolicy
- prefix() - Method in class org.infinispan.configuration.global.GlobalMetricsConfiguration
-
The global prefix to add to all metric names.
- prefix() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
-
The global prefix to add to all metric names.
- prefix(String) - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
-
The global prefix to add to all metric names.
- PREFIX - org.infinispan.persistence.jdbc.configuration.Attribute
- PREFIX - Static variable in class org.infinispan.configuration.global.GlobalMetricsConfiguration
- PREFIX_10_1 - Static variable in class org.infinispan.persistence.sifs.SoftIndexFileStore
- PREFIX_11_0 - Static variable in class org.infinispan.persistence.sifs.SoftIndexFileStore
- PREFIX_12_0 - Static variable in class org.infinispan.persistence.sifs.SoftIndexFileStore
- PREFIX_LATEST - Static variable in class org.infinispan.persistence.sifs.SoftIndexFileStore
- preload() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- preload() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
-
Loops through all individual cache loader configs and checks if preload is set on any of them
- preload() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
- preload(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
If true, when the cache starts, data stored in the cache store will be pre-loaded into memory.
- preload(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- preload(boolean) - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
If true, when the cache starts, data stored in the cache store will be pre-loaded into memory.
- PRELOAD - Static variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- PREPARE_RESPONSE - Static variable in interface org.infinispan.commons.marshall.Ids
- prepareForPersist(ScopedPersistentState) - Method in interface org.infinispan.globalstate.GlobalStateProvider
-
This method is invoked by the
GlobalStateManager
just before persisting the global state - prepareForRestore(ScopedPersistentState) - Method in interface org.infinispan.globalstate.GlobalStateProvider
-
This method is invoked by the
GlobalStateManager
after starting up to notify that global state has been restored. - prepareWithModifications(Transaction, int, Publisher<NonBlockingStore.SegmentedPublisher<Object>>, Publisher<NonBlockingStore.SegmentedPublisher<MarshallableEntry<K, V>>>) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Write remove and put modifications to the store in the prepare phase, which should not yet persisted until the same transaction is committed via
NonBlockingStore.commit(Transaction)
or they are discarded if the transaction is rolled back viaNonBlockingStore.rollback(Transaction)
. - prepareWithModifications(Transaction, BatchModification) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
- prepareWithModifications(Transaction, BatchModification) - Method in interface org.infinispan.persistence.spi.TransactionalCacheWriter
-
Deprecated.Write modifications to the store in the prepare phase, as this is the only way we know the FINAL values of the entries.
- prettyPrintBitSet(long, Class<E>) - Static method in class org.infinispan.commons.util.EnumUtil
- prettyPrintSubject(Subject) - Static method in class org.infinispan.commons.util.Util
-
Prints
Subject
's principals as a one-liner (as opposed to default Subject'stoString()
method, which prints every principal on separate line). - prettyPrintTime(long) - Static method in class org.infinispan.commons.util.Util
-
Prints a time for display
- prettyPrintTime(long, TimeUnit) - Static method in class org.infinispan.commons.util.Util
- previousValue - Variable in class org.infinispan.commons.util.RemovableIterator
- primary() - Method in class org.infinispan.distribution.DistributionInfo
- PRIMARY - org.infinispan.distribution.Ownership
-
This node is the primary owner.
- PRIMARY_OWNER - org.infinispan.configuration.cache.Index
-
Deprecated.This mode is no longer supported since version 11.0. A configuration error will be raised if encountered.
- primaryOnly() - Method in annotation type org.infinispan.notifications.Listener
-
Specifies whether the event should be fired on the primary data owner of the affected key, or all nodes that see the update.
- principalRoleMapper() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- principalRoleMapper(PrincipalRoleMapper) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- PrincipalRoleMapper - Interface in org.infinispan.security
-
PrincipalRoleMapper.
- PrincipalRoleMapperConfiguration - Class in org.infinispan.configuration.global
- PrincipalRoleMapperConfigurationBuilder - Class in org.infinispan.configuration.global
- PrincipalRoleMapperContext - Interface in org.infinispan.security
-
PrincipalRoleMapperContext.
- principalToRoles(Principal) - Method in class org.infinispan.security.mappers.CommonNameRoleMapper
- principalToRoles(Principal) - Method in class org.infinispan.security.mappers.IdentityRoleMapper
- principalToRoles(Principal) - Method in interface org.infinispan.security.PrincipalRoleMapper
-
Maps a principal name to a set of role names.
- printArray(byte[]) - Static method in class org.infinispan.commons.util.Util
- printArray(byte[], boolean) - Static method in class org.infinispan.commons.util.Util
- printDebugStats() - Method in class org.infinispan.commons.util.FastCopyHashMap
- printFullVersionInformation() - Static method in class org.infinispan.commons.util.Version
-
Prints full version information to the standard output.
- printFullVersionInformation() - Static method in class org.infinispan.Version
-
Deprecated.Prints full version information to the standard output.
- printVersion() - Static method in class org.infinispan.commons.util.Version
-
Returns version information as a string.
- printVersion() - Static method in class org.infinispan.Version
-
Deprecated.Returns version information as a string.
- priority() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- priority(Integer) - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- PRIVATE_METADATA - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- processExpiration() - Method in interface org.infinispan.expiration.ExpirationManager
-
Processes the expiration event queue.
- ProcessorInfo - Class in org.infinispan.commons.util
-
Provides general information about the processors on this host.
- properties() - Method in class org.infinispan.client.hotrod.configuration.Configuration
- properties() - Method in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
- properties() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- properties() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
-
Deprecated.Since 12.0, indexing behaviour is defined by
IndexingConfiguration.writer()
andIndexingConfiguration.reader()
. - properties() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
- properties() - Method in class org.infinispan.configuration.global.GlobalJmxConfiguration
- properties() - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfiguration
-
Deprecated.
- properties() - Method in class org.infinispan.configuration.global.TransportConfiguration
- properties(Properties) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- PROPERTIES - org.infinispan.persistence.remote.configuration.Element
- PROPERTIES - Static variable in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
- PROPERTIES - Static variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- PROPERTIES - Static variable in class org.infinispan.configuration.global.GlobalJmxConfiguration
- PROPERTIES_FILE - org.infinispan.persistence.jdbc.configuration.Attribute
- property(String) - Static method in interface org.infinispan.query.dsl.Expression
-
Deprecated.
- PROPERTY_FILE - Static variable in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfiguration
- propertyFile() - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfiguration
- propertyFile(String) - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
- PropertyFormatter - Class in org.infinispan.counter.api
-
A property style format for
CounterConfiguration
. - PropertyFormatter() - Constructor for class org.infinispan.counter.api.PropertyFormatter
- PROTO_KEY_SUFFIX - Static variable in interface org.infinispan.query.remote.client.ProtobufMetadataManagerConstants
-
All protobuf definition source files must end with this suffix.
- PROTOBUF_METADATA_CACHE_NAME - Static variable in interface org.infinispan.query.remote.client.ProtobufMetadataManagerConstants
-
The name of the Protobuf definitions cache.
- PROTOBUF_VALUE_WRAPPER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- ProtobufMetadataManager - Interface in org.infinispan.query.remote
-
A clustered persistent and replicated repository of protobuf definition files.
- ProtobufMetadataManagerConstants - Interface in org.infinispan.query.remote.client
-
Useful constants used by the Protobuf metadata cache.
- ProtobufMetadataManagerMBean - Interface in org.infinispan.query.remote.client
-
MBean interface for ProtobufMetadataManager, suitable for building invocation proxies with one of the
JMX.newMBeanProxy(javax.management.MBeanServerConnection, javax.management.ObjectName, java.lang.Class<T>)
methods. - protocol() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
- protocol() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
- protocol() - Method in class org.infinispan.persistence.remote.configuration.SslConfiguration
- protocol() - Method in class org.infinispan.server.core.configuration.SslEngineConfiguration
- protocol(String) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
Configures the secure socket protocol.
- protocol(String) - Method in class org.infinispan.persistence.remote.configuration.SslConfigurationBuilder
-
Configures the secure socket protocol.
- protocol(String) - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
-
Configures the secure socket protocol.
- protocol(String) - Method in class org.infinispan.server.core.configuration.SslEngineConfigurationBuilder
-
Configures the secure socket protocol.
- PROTOCOL - org.infinispan.persistence.remote.configuration.Attribute
- PROTOCOL_VERSION - org.infinispan.persistence.remote.configuration.Attribute
- PROTOCOL_VERSION_20 - org.infinispan.client.hotrod.ProtocolVersion
- PROTOCOL_VERSION_21 - org.infinispan.client.hotrod.ProtocolVersion
- PROTOCOL_VERSION_22 - org.infinispan.client.hotrod.ProtocolVersion
- PROTOCOL_VERSION_23 - org.infinispan.client.hotrod.ProtocolVersion
- PROTOCOL_VERSION_24 - org.infinispan.client.hotrod.ProtocolVersion
- PROTOCOL_VERSION_25 - org.infinispan.client.hotrod.ProtocolVersion
- PROTOCOL_VERSION_26 - org.infinispan.client.hotrod.ProtocolVersion
- PROTOCOL_VERSION_27 - org.infinispan.client.hotrod.ProtocolVersion
- PROTOCOL_VERSION_28 - org.infinispan.client.hotrod.ProtocolVersion
- PROTOCOL_VERSION_29 - org.infinispan.client.hotrod.ProtocolVersion
- PROTOCOL_VERSION_30 - org.infinispan.client.hotrod.ProtocolVersion
- PROTOCOL_VERSION_31 - org.infinispan.client.hotrod.ProtocolVersion
- PROTOCOL_VERSION_AUTO - org.infinispan.client.hotrod.ProtocolVersion
- protocolConfig(ProtocolConfiguration) - Method in class org.infinispan.configuration.global.JGroupsProtocolConfigurationBuilder
- protocolConfiguration() - Method in class org.infinispan.configuration.global.JGroupsProtocolConfiguration
- protocols() - Method in class org.infinispan.server.core.configuration.SslEngineConfiguration
- ProtocolServerConfiguration - Class in org.infinispan.server.core.configuration
-
ServerConfiguration.
- ProtocolServerConfiguration(AttributeSet, SslConfiguration) - Constructor for class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- ProtocolServerConfigurationBuilder<T extends ProtocolServerConfiguration,S extends ProtocolServerConfigurationChildBuilder<T,S>> - Class in org.infinispan.server.core.configuration
- ProtocolServerConfigurationBuilder(int) - Constructor for class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
- ProtocolServerConfigurationBuilder(int, AttributeSet) - Constructor for class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
- ProtocolServerConfigurationChildBuilder<T extends ProtocolServerConfiguration,S extends ProtocolServerConfigurationChildBuilder<T,S>> - Interface in org.infinispan.server.core.configuration
-
ProtocolServerConfigurationChildBuilder.
- protocolVersion(String) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
Deprecated.
- protocolVersion(String) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
Deprecated.Use
ConfigurationBuilder.version(ProtocolVersion)
instead. - protocolVersion(String) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Deprecated.since 9.0. To be removed in 12.0. Use
ConfigurationChildBuilder.version(ProtocolVersion)
instead. - protocolVersion(ProtocolVersion) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
- protocolVersion(ProtocolVersion) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
- protocolVersion(ProtocolVersion) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
This property defines the protocol version that this client should use.
- ProtocolVersion - Enum in org.infinispan.client.hotrod
-
Enumeration of supported Hot Rod client protocol VERSIONS.
- ProtoStreamMarshaller - Class in org.infinispan.commons.marshall
-
Provides the starting point for implementing a
Marshaller
that uses Protobuf encoding. - ProtoStreamMarshaller() - Constructor for class org.infinispan.commons.marshall.ProtoStreamMarshaller
- ProtoStreamMarshaller(SerializationContext) - Constructor for class org.infinispan.commons.marshall.ProtoStreamMarshaller
- ProtoStreamTypeIds - Interface in org.infinispan.commons.marshall
-
TypeIds used by protostream in place of FQN message/enum names to reduce payload size.
- Proxies - Class in org.infinispan.commons.util
-
Proxies is a collection of useful dynamic profixes.
- Proxies() - Constructor for class org.infinispan.commons.util.Proxies
- PROXY_HOST - Static variable in class org.infinispan.server.hotrod.configuration.HotRodServerConfiguration
- PROXY_PORT - Static variable in class org.infinispan.server.hotrod.configuration.HotRodServerConfiguration
- proxyHost() - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfiguration
- proxyHost(String) - Method in class org.infinispan.server.hotrod.configuration.AbstractHotRodServerChildConfigurationBuilder
- proxyHost(String) - Method in interface org.infinispan.server.hotrod.configuration.HotRodServerChildConfigurationBuilder
-
Sets the external address of this node, i.e.
- proxyHost(String) - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfigurationBuilder
-
Sets the external address of this node, i.e.
- proxyPort() - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfiguration
- proxyPort(int) - Method in class org.infinispan.server.hotrod.configuration.AbstractHotRodServerChildConfigurationBuilder
- proxyPort(int) - Method in interface org.infinispan.server.hotrod.configuration.HotRodServerChildConfigurationBuilder
-
Sets the external port of this node, i.e.
- proxyPort(int) - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfigurationBuilder
-
Sets the external port of this node, i.e.
- publicHost() - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfiguration
- publicPort() - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfiguration
- publishEntries(String, Object[], Set<Integer>, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Publishes the entries from the server in a non blocking fashion.
- publishEntries(IntSet, Predicate<? super K>, boolean) - Method in class org.infinispan.persistence.remote.RemoteStore
- publishEntries(IntSet, Predicate<? super K>, boolean) - Method in class org.infinispan.persistence.rocksdb.RocksDBStore
- publishEntries(IntSet, Predicate<? super K>, boolean) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Publishes entries from this store that are in one of the provided segments and also pass the provided filter.
- publishEntriesByQuery(Query<?>, Set<Integer>, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Publish entries from the server matching a query.
- publishEntriesWithMetadata(Set<Integer>, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Publish entries with metadata information
- PUBLISHER_REDUCERS - Static variable in interface org.infinispan.commons.marshall.Ids
- PUBLISHER_RESPONSE - Static variable in interface org.infinispan.commons.marshall.Ids
- PUBLISHER_TRANSFORMERS - Static variable in interface org.infinispan.commons.marshall.Ids
- publishKeys(Predicate<? super Object>) - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
- publishKeys(Predicate<? super K>) - Method in class org.infinispan.persistence.file.SingleFileStore
- publishKeys(Predicate<? super K>) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
- publishKeys(Predicate<? super K>) - Method in class org.infinispan.persistence.jpa.JpaStore
- publishKeys(Predicate<? super K>) - Method in interface org.infinispan.persistence.spi.AdvancedCacheLoader
-
Deprecated.Publishes all the keys from this store.
- publishKeys(IntSet, Predicate<? super K>) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
- publishKeys(IntSet, Predicate<? super K>) - Method in class org.infinispan.persistence.remote.RemoteStore
- publishKeys(IntSet, Predicate<? super K>) - Method in class org.infinispan.persistence.rocksdb.RocksDBStore
- publishKeys(IntSet, Predicate<? super K>) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Publishes keys from this store that are in one of the provided segments and also pass the provided filter.
- publishKeys(IntSet, Predicate<? super K>) - Method in interface org.infinispan.persistence.spi.SegmentedAdvancedLoadWriteStore
-
Deprecated.Publishes all the keys that map to the given segments from this store.
- purge(Executor, AdvancedCacheExpirationWriter.ExpirationPurgeListener<K, V>) - Method in interface org.infinispan.persistence.spi.AdvancedCacheExpirationWriter
-
Deprecated.Using the thread in the pool, removed all the expired data from the persistence storage.
- purge(Executor, AdvancedCacheExpirationWriter.ExpirationPurgeListener<K, V>) - Method in interface org.infinispan.persistence.spi.SegmentedAdvancedLoadWriteStore
-
Deprecated.Using the thread in the pool, removed all the expired data from the persistence storage.
- purge(Executor, AdvancedCacheWriter.PurgeListener) - Method in class org.infinispan.persistence.file.SingleFileStore
- purge(Executor, AdvancedCacheWriter.PurgeListener) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
- purge(Executor, AdvancedCacheWriter.PurgeListener) - Method in class org.infinispan.persistence.jpa.JpaStore
- purge(Executor, AdvancedCacheWriter.PurgeListener<? super Object>) - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
- purge(Executor, AdvancedCacheWriter.PurgeListener<? super K>) - Method in interface org.infinispan.persistence.spi.AdvancedCacheExpirationWriter
-
Deprecated.This method is never called.
- purge(Executor, AdvancedCacheWriter.PurgeListener<? super K>) - Method in interface org.infinispan.persistence.spi.AdvancedCacheWriter
-
Deprecated.Using the thread in the pool, removed all the expired data from the persistence storage.
- PURGE_ON_STARTUP - Static variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- purgeExpired() - Method in class org.infinispan.persistence.remote.RemoteStore
- purgeExpired() - Method in class org.infinispan.persistence.rocksdb.RocksDBStore
- purgeExpired() - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Returns a Publisher that, after it is subscribed to, removes any expired entries from the store and publishes them to the returned Publisher.
- purgeOnStartup() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
-
If true, purges this cache store when it starts up.
- purgeOnStartup() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
-
If true, purges this cache store when it starts up.
- purgeOnStartup(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
If true, purges this cache store when it starts up.
- purgeOnStartup(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- purgeOnStartup(boolean) - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
If true, purges this cache store when it starts up.
- pushAndWait(T) - Method in class org.infinispan.persistence.sifs.SyncProcessingQueue
- put(K) - Method in interface org.infinispan.client.hotrod.StreamingRemoteCache
-
Initiates a streaming put operation.
- put(K, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.StreamingRemoteCache
-
An overloaded form of
StreamingRemoteCache.put(Object)
, which takes in lifespan parameters. - put(K, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.StreamingRemoteCache
-
An overloaded form of
StreamingRemoteCache.put(Object)
, which takes in lifespan and maxIdle parameters. - put(K, V) - Method in interface org.infinispan.commons.api.BasicCache
-
If the return value of this operation will be ignored by the application, the user is strongly encouraged to use the
Flag.IGNORE_RETURN_VALUES
flag when invoking this method in order to make it behave as efficiently as possible (i.e. - put(K, V) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
- put(K, V) - Method in class org.infinispan.commons.util.ArrayMap
- put(K, V) - Method in class org.infinispan.commons.util.FastCopyHashMap
- put(K, V) - Method in class org.infinispan.commons.util.HopscotchHashMap
- put(K, V) - Method in class org.infinispan.commons.util.WeakValueHashMap
- put(K, V) - Method in interface org.infinispan.multimap.api.BasicMultimapCache
-
Puts a key-value pair in this multimap cache.
- put(K, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
An overloaded form of
BasicCache.put(Object, Object)
, which takes in lifespan parameters. - put(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
An overloaded form of
BasicCache.put(Object, Object)
, which takes in lifespan parameters. - put(K, V, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An overloaded form of
#put(K, V)
, which takes in an instance ofMetadata
which can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc. - put(K, V, Metadata) - Method in interface org.infinispan.container.DataContainer
-
Puts an entry in the cache along with metadata adding information such lifespan of entry, max idle time, version information...etc.
- put(IndexRequest) - Method in class org.infinispan.persistence.sifs.IndexQueue
- PUT_FOR_EXTERNAL_READ - org.infinispan.context.Flag
-
Flags the invocation as a
Cache.putForExternalRead(Object, Object)
call, as opposed to a regularBasicCache.put(Object, Object)
. - PUT_FOR_STATE_TRANSFER - org.infinispan.context.Flag
-
Flags the invocation as a put operation done internally by the state transfer.
- PUT_FOR_X_SITE_STATE_TRANSFER - org.infinispan.context.Flag
-
Flags the invocation as a put operation done internally by the cross-site state transfer.
- putAll(Map<? extends K, ? extends V>) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Adds or overrides each specified entry in the remote cache.
- putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.commons.util.FastCopyHashMap
- putAll(Map<? extends K, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Adds or overrides each specified entry in the remote cache.
- putAll(Map<? extends K, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
An overloaded form of
Map.putAll(Map)
, which takes in lifespan parameters. - putAll(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Adds or overrides each specified entry in the remote cache.
- putAll(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
An overloaded form of
Map.putAll(Map)
, which takes in lifespan parameters. - putAll(Map<? extends K, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An overloaded form of
Map.putAll(Map)
, which takes in an instance ofMetadata
which can be used to provide metadata information for the entries being stored, such as lifespan, version of value...etc. - putAllAsync(Map<? extends K, ? extends V>) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Adds or overrides each specified entry in the remote cache.
- putAllAsync(Map<? extends K, ? extends V>) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
Map.putAll(Map)
. - putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Adds or overrides each specified entry in the remote cache.
- putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
BasicCache.putAll(Map, long, TimeUnit)
. - putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Adds or overrides each specified entry in the remote cache.
- putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
BasicCache.putAll(Map, long, TimeUnit, long, TimeUnit)
. - putAllAsync(Map<? extends K, ? extends V>, Metadata) - Method in interface org.infinispan.AdvancedCache
- putAsync(K, V) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
BasicCache.put(Object, Object)
. - putAsync(K, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
BasicCache.put(Object, Object, long, TimeUnit)
. - putAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
BasicCache.put(Object, Object, long, TimeUnit, long, TimeUnit)
. - putAsync(K, V, Metadata) - Method in interface org.infinispan.AdvancedCache
-
Asynchronous version of
AdvancedCache.put(Object, Object, Metadata)
which stores metadata alongside the value. - putForExternalRead(K, V) - Method in interface org.infinispan.Cache
-
Under special operating behavior, associates the value with the specified key.
- putForExternalRead(K, V, long, TimeUnit) - Method in interface org.infinispan.Cache
-
An overloaded form of
#putForExternalRead(K, V)
, which takes in lifespan parameters. - putForExternalRead(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.Cache
-
An overloaded form of
#putForExternalRead(K, V)
, which takes in lifespan parameters. - putForExternalRead(K, V, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An overloaded form of
#putForExternalRead(K, V)
, which takes in an instance ofMetadata
which can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc. - putIfAbsent(String, String) - Method in class org.infinispan.commons.util.TypedProperties
-
Put a value if the associated key is not present
- putIfAbsent(K) - Method in interface org.infinispan.client.hotrod.StreamingRemoteCache
-
A conditional form of put which inserts an entry into the cache only if no mapping for the key is already present.
- putIfAbsent(K, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.StreamingRemoteCache
-
An overloaded form of
StreamingRemoteCache.putIfAbsent(Object)
which takes in lifespan parameters. - putIfAbsent(K, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.StreamingRemoteCache
-
An overloaded form of
StreamingRemoteCache.putIfAbsent(Object)
which takes in lifespan and maxIdle parameters. - putIfAbsent(K, V) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
- putIfAbsent(K, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
An overloaded form of
ConcurrentMap.putIfAbsent(Object, Object)
, which takes in lifespan parameters. - putIfAbsent(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
An overloaded form of
ConcurrentMap.putIfAbsent(Object, Object)
, which takes in lifespan parameters. - putIfAbsent(K, V, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An overloaded form of
#putIfAbsent(K, V)
, which takes in an instance ofMetadata
which can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc. - putIfAbsentAsync(K, V) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
ConcurrentMap.putIfAbsent(Object, Object)
. - putIfAbsentAsync(K, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
BasicCache.putIfAbsent(Object, Object, long, TimeUnit)
. - putIfAbsentAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
BasicCache.putIfAbsent(Object, Object, long, TimeUnit, long, TimeUnit)
. - putIfAbsentAsync(K, V, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An overloaded form of
#putIfAbsentAsync(K, V)
, which takes in an instance ofMetadata
which can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc. - putLookedUpEntry(Object, CacheEntry) - Method in interface org.infinispan.context.EntryLookup
-
Puts an entry in the registry of looked up entries in the current scope.
Q
- qop() - Method in class org.infinispan.server.hotrod.configuration.SaslConfiguration
- QOP - Enum in org.infinispan.server.hotrod.configuration
- QOP - Static variable in class org.infinispan.server.hotrod.configuration.SaslConfiguration
- Query<T> - Interface in org.infinispan.query.dsl
-
An immutable object representing both the query and the result.
- QUERY_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- QUERY_METRICS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- QueryBuilder - Interface in org.infinispan.query.dsl
-
Deprecated.since 10.1. The Ickle query language is now preferred over the
QueryBuilder
. SeeQueryFactory.create(java.lang.String)
. TheQueryBuilder
and associated context interfaces will be removed in version 11.0. - QueryFactory - Interface in org.infinispan.query.dsl
-
Factory for query DSL objects.
- QueryResult<E> - Interface in org.infinispan.query.dsl
-
Represents the result of a
Query
. - QUEUE - Static variable in interface org.infinispan.commons.marshall.Ids
- QUEUE_SIZE - org.infinispan.persistence.rocksdb.configuration.Attribute
- queueCount(int) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- queueLength() - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
-
Deprecated.
- queueLength() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- queueLength(Integer) - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- queueSize(int) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
R
- RACK_ID - Static variable in class org.infinispan.configuration.global.TransportConfiguration
- rackId() - Method in class org.infinispan.configuration.global.TransportConfiguration
- rackId(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
The id of the rack where this node runs.
- ramBufferSize(int) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- RangeConditionContext - Interface in org.infinispan.query.dsl
-
Deprecated.since 10.1. See deprecation note on
QueryBuilder
. - RangeConditionContextQueryBuilder - Interface in org.infinispan.query.dsl
-
Deprecated.since 10.1. See deprecation note on
QueryBuilder
. - RangeSet - Class in org.infinispan.commons.util
-
Deprecated.since 9.3 This class will no longer be public. Please use
IntSets.immutableRangeSet(int)
instead. - RangeSet(int) - Constructor for class org.infinispan.commons.util.RangeSet
-
Deprecated.
- RAW_VALUES - org.infinispan.persistence.remote.configuration.Attribute
- rawContent() - Method in class org.infinispan.rest.ByteBufContentSource
- rawValues() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
-
Deprecated.since 12.0 - This option can still be needed when retrieving from a preexisting remote cache
- rawValues(boolean) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
- rawValues(boolean) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
-
Deprecated.
- rawValues(boolean) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
Normally the
RemoteStore
stores values wrapped inInternalCacheEntry
. - read() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
- read() - Method in class org.infinispan.io.GridInputStream
-
Deprecated.
- read() - Method in class org.infinispan.io.UnclosableObjectInputStream
-
Deprecated.
- read() - Method in class org.infinispan.rest.CacheEntryInputStream
- read() - Method in class org.infinispan.rest.CacheKeyInputStream
- read(byte[]) - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
- read(byte[]) - Method in class org.infinispan.io.GridInputStream
-
Deprecated.
- read(byte[]) - Method in class org.infinispan.io.UnclosableObjectInputStream
-
Deprecated.
- read(byte[], int, int) - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
- read(byte[], int, int) - Method in class org.infinispan.io.GridInputStream
-
Deprecated.
- read(byte[], int, int) - Method in class org.infinispan.io.UnclosableObjectInputStream
-
Deprecated.
- read(InputStream) - Static method in class org.infinispan.commons.util.Util
-
Reads the given InputStream fully, closes the stream and returns the result as a String.
- read(ByteBuffer) - Method in class org.infinispan.io.ReadableGridFileChannel
-
Deprecated.
- read(ByteBuffer, long) - Method in class org.infinispan.persistence.sifs.FileProvider.Handle
- read(AuthenticationConfiguration) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
- read(ClusterConfiguration) - Method in class org.infinispan.client.hotrod.configuration.ClusterConfigurationBuilder
- read(Configuration) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
- read(ConnectionPoolConfiguration) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
- read(ExecutorFactoryConfiguration) - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
- read(NearCacheConfiguration) - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
- read(RemoteCacheConfiguration) - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfigurationBuilder
- read(SecurityConfiguration) - Method in class org.infinispan.client.hotrod.configuration.SecurityConfigurationBuilder
- read(ServerConfiguration) - Method in class org.infinispan.client.hotrod.configuration.ServerConfigurationBuilder
- read(SslConfiguration) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
- read(StatisticsConfiguration) - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfigurationBuilder
- read(TransactionConfiguration) - Method in class org.infinispan.client.hotrod.configuration.TransactionConfigurationBuilder
-
Deprecated.
- read(ClassAllowList) - Method in class org.infinispan.commons.configuration.ClassAllowList
- read(AsyncStoreConfiguration) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- read(AuthorizationConfiguration) - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- read(BackupConfiguration) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- read(BackupForConfiguration) - Method in class org.infinispan.configuration.cache.BackupForBuilder
- read(ClusteringConfiguration) - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- read(ClusterLoaderConfiguration) - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
-
Deprecated.
- read(Configuration) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- read(ContentTypeConfiguration) - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- read(CustomInterceptorsConfiguration) - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfigurationBuilder
-
Deprecated.
- read(CustomStoreConfiguration) - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- read(EncodingConfiguration) - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- read(ExpirationConfiguration) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- read(GroupsConfiguration) - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- read(HashConfiguration) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- read(IndexingConfiguration) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- read(IndexMergeConfiguration) - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- read(IndexReaderConfiguration) - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- read(IndexWriterConfiguration) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- read(InterceptorConfiguration) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
-
Deprecated.
- read(InvocationBatchingConfiguration) - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- read(L1Configuration) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- read(LockingConfiguration) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- read(MemoryConfiguration) - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- read(MemoryStorageConfiguration) - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
-
Deprecated.
- read(PartitionHandlingConfiguration) - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- read(PersistenceConfiguration) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- read(RecoveryConfiguration) - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- read(SecurityConfiguration) - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- read(SingleFileStoreConfiguration) - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- read(SitesConfiguration) - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- read(StateTransferConfiguration) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- read(StatisticsConfiguration) - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- read(TakeOfflineConfiguration) - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- read(TransactionConfiguration) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- read(UnsafeConfiguration) - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- read(XSiteStateTransferConfiguration) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- read(AllowListConfiguration) - Method in class org.infinispan.configuration.global.AllowListConfigurationBuilder
- read(BoundedThreadPoolConfiguration) - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- read(CacheContainerConfiguration) - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- read(CachedThreadPoolConfiguration) - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- read(ExecutorFactoryConfiguration) - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
- read(GlobalAuthorizationConfiguration) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- read(GlobalConfiguration) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- read(GlobalJmxConfiguration) - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- read(GlobalMetricsConfiguration) - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
- read(GlobalSecurityConfiguration) - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- read(GlobalStateConfiguration) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- read(GlobalStatePathConfiguration) - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- read(GlobalStorageConfiguration) - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- read(JGroupsConfiguration) - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- read(JGroupsProtocolConfiguration) - Method in class org.infinispan.configuration.global.JGroupsProtocolConfigurationBuilder
- read(PrincipalRoleMapperConfiguration) - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- read(ScheduledExecutorFactoryConfiguration) - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
- read(ScheduledThreadPoolConfiguration) - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- read(SerializationConfiguration) - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- read(ShutdownConfiguration) - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- read(SiteConfiguration) - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
-
Deprecated.
- read(StackConfiguration) - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- read(StackFileConfiguration) - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- read(TemporaryGlobalStatePathConfiguration) - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfigurationBuilder
- read(ThreadFactoryConfiguration) - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- read(ThreadPoolConfiguration) - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- read(ThreadsConfiguration) - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- read(TransportConfiguration) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- read(WhiteListConfiguration) - Method in class org.infinispan.configuration.global.WhiteListConfigurationBuilder
-
Deprecated.
- read(DataColumnConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.DataColumnConfigurationBuilder
- read(IdColumnConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.IdColumnConfigurationBuilder
- read(JdbcStringBasedStoreConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationBuilder
- read(ManagedConnectionFactoryConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfigurationBuilder
- read(PooledConnectionFactoryConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
- read(SegmentColumnConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.SegmentColumnConfigurationBuilder
- read(SimpleConnectionFactoryConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
- read(TableManipulationConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
- read(TimestampColumnConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.TimestampColumnConfigurationBuilder
- read(JpaStoreConfiguration) - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationBuilder
- read(AuthenticationConfiguration) - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfigurationBuilder
- read(ConnectionPoolConfiguration) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
- read(ExecutorFactoryConfiguration) - Method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfigurationBuilder
- read(KeyStoreConfiguration) - Method in class org.infinispan.persistence.remote.configuration.KeyStoreConfigurationBuilder
- read(MechanismConfiguration) - Method in class org.infinispan.persistence.remote.configuration.MechanismConfigurationBuilder
- read(RemoteServerConfiguration) - Method in class org.infinispan.persistence.remote.configuration.RemoteServerConfigurationBuilder
- read(RemoteStoreConfiguration) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
- read(SecurityConfiguration) - Method in class org.infinispan.persistence.remote.configuration.SecurityConfigurationBuilder
- read(SslConfiguration) - Method in class org.infinispan.persistence.remote.configuration.SslConfigurationBuilder
- read(TrustStoreConfiguration) - Method in class org.infinispan.persistence.remote.configuration.TrustStoreConfigurationBuilder
- read(RocksDBExpirationConfiguration) - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBExpirationConfigurationBuilder
- read(RocksDBStoreConfiguration) - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfigurationBuilder
- read(DataConfiguration) - Method in class org.infinispan.persistence.sifs.configuration.DataConfigurationBuilder
- read(IndexConfiguration) - Method in class org.infinispan.persistence.sifs.configuration.IndexConfigurationBuilder
- read(SoftIndexFileStoreConfiguration) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- read(AuthenticationConfiguration) - Method in class org.infinispan.rest.configuration.AuthenticationConfigurationBuilder
- read(CorsConfiguration) - Method in class org.infinispan.rest.configuration.CorsConfigurationBuilder
- read(CorsRuleConfiguration) - Method in class org.infinispan.rest.configuration.CorsRuleConfigurationBuilder
- read(RestServerConfiguration) - Method in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
- read(Role) - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- read(EncryptionConfiguration) - Method in class org.infinispan.server.core.configuration.EncryptionConfigurationBuilder
- read(SniConfiguration) - Method in class org.infinispan.server.core.configuration.SniConfigurationBuilder
- read(SslConfiguration) - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
- read(SslEngineConfiguration) - Method in class org.infinispan.server.core.configuration.SslEngineConfigurationBuilder
- read(AuthenticationConfiguration) - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfigurationBuilder
- read(BooleanElementConfiguration) - Method in class org.infinispan.server.hotrod.configuration.BooleanElementConfigurationBuilder
- read(HotRodServerConfiguration) - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfigurationBuilder
- read(PolicyConfiguration) - Method in class org.infinispan.server.hotrod.configuration.PolicyConfigurationBuilder
- read(SaslConfiguration) - Method in class org.infinispan.server.hotrod.configuration.SaslConfigurationBuilder
- read(TopologyCacheConfiguration) - Method in class org.infinispan.server.hotrod.configuration.TopologyCacheConfigurationBuilder
- read(MemcachedServerConfiguration) - Method in class org.infinispan.server.memcached.configuration.MemcachedServerConfigurationBuilder
-
Deprecated.
- read(T) - Method in interface org.infinispan.commons.configuration.Builder
-
Reads the configuration from an already created configuration bean into this builder.
- read(T) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- read(T) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
- read(T) - Method in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
- READ - org.infinispan.security.AuthorizationPermission
-
Allows reading data from a cache
- READ_ONLY - org.infinispan.persistence.spi.NonBlockingStore.Characteristic
-
If this store supports only being read from.
- READ_ONLY_SNAPSHOT_VIEW - Static variable in interface org.infinispan.commons.marshall.Ids
- READ_WRITE_SNAPSHOT_VIEW - Static variable in interface org.infinispan.commons.marshall.Ids
- read10_1EntryHeader(FileProvider.Handle, long) - Static method in class org.infinispan.persistence.sifs.EntryRecord
- ReadableGridFileChannel - Class in org.infinispan.io
-
Deprecated.since 10.0
- readBoolean() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
- readBoolean() - Method in class org.infinispan.io.UnclosableObjectInputStream
-
Deprecated.
- readByte() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
- readByte() - Method in class org.infinispan.io.UnclosableObjectInputStream
-
Deprecated.
- readChar() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
- readChar() - Method in class org.infinispan.io.UnclosableObjectInputStream
-
Deprecated.
- readDouble() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
- readDouble() - Method in class org.infinispan.io.UnclosableObjectInputStream
-
Deprecated.
- readElement(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationParser
- readElement(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationParser
- readElement(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationParser
- readElement(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfigurationParser
- readElement(XMLExtendedStreamReader, ConfigurationBuilderHolder) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationParser
- readEntryHeader(FileProvider.Handle, long) - Static method in class org.infinispan.persistence.sifs.EntryRecord
- reader() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
- reader() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- reader() - Method in interface org.infinispan.configuration.cache.IndexingConfigurationChildBuilder
- readExternal(ObjectInput) - Method in class org.infinispan.io.GridFile.Metadata
-
Deprecated.
- readFloat() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
- readFloat() - Method in class org.infinispan.io.UnclosableObjectInputStream
-
Deprecated.
- readFrom(ObjectInput) - Method in interface org.infinispan.commons.marshall.MarshallUtil.ElementReader
- readFrom(ObjectInput) - Static method in class org.infinispan.commons.util.IntSetsExternalization
- readFrom(ObjectInput) - Static method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- readFully(byte[]) - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
- readFully(byte[]) - Method in class org.infinispan.io.UnclosableObjectInputStream
-
Deprecated.
- readFully(byte[], int, int) - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
- readFully(byte[], int, int) - Method in class org.infinispan.io.UnclosableObjectInputStream
-
Deprecated.
- readInt() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
- readInt() - Method in class org.infinispan.io.UnclosableObjectInputStream
-
Deprecated.
- readInternalMetadata(FileProvider.Handle, EntryHeader, long) - Static method in class org.infinispan.persistence.sifs.EntryRecord
- readJson(ConfigurationBuilderInfo, String) - Method in class org.infinispan.commons.configuration.JsonReader
-
Parses a JSON document into the supplied builder.
- readKey(FileProvider.Handle, EntryHeader, long) - Static method in class org.infinispan.persistence.sifs.EntryRecord
- readLine() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
- readLine() - Method in class org.infinispan.io.UnclosableObjectInputStream
-
Deprecated.
- readLong() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
- readLong() - Method in class org.infinispan.io.UnclosableObjectInputStream
-
Deprecated.
- readMetadata(FileProvider.Handle, EntryHeader, long) - Static method in class org.infinispan.persistence.sifs.EntryRecord
- readObject() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
- readObject() - Method in class org.infinispan.io.UnclosableObjectInputStream
-
Deprecated.
- readObject(InputStream) - Method in interface org.infinispan.commons.marshall.StreamAwareMarshaller
-
Unmarshall an object from the
InputStream
- readObject(ObjectInput) - Method in class org.infinispan.commons.hash.MurmurHash3.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.commons.io.ByteBufferImpl.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.commons.marshall.AdminFlagExternalizer
- readObject(ObjectInput) - Method in interface org.infinispan.commons.marshall.Externalizer
-
Deprecated.Read an instance from the stream.
- readObject(ObjectInput) - Method in class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.commons.marshall.SingletonExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.commons.marshall.SuppliedExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.commons.marshall.WrappedByteArray.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.commons.util.ImmutableListCopy.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.commons.util.Immutables.ImmutableMapWrapperExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.commons.util.Immutables.ImmutableSetWrapperExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.context.Flag.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.filter.AcceptAllKeyValueFilter.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.filter.CacheFilters.CacheFiltersExternalizer
- readObject(ObjectInput) - Method in class org.infinispan.filter.CompositeKeyValueFilter.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.globalstate.ScopedState.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.globalstate.ScopeFilter.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.metadata.EmbeddedMetadata.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventConverterAsConverter.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterAsKeyValueFilter.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterAsKeyValueFilterConverter.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterConverterAsCacheEventFilterConverter.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.partitionhandling.AvailabilityMode.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.stream.StreamMarshalling.StreamMarshallingExternalizer
- readOwners() - Method in class org.infinispan.distribution.DistributionInfo
- readOwnership() - Method in class org.infinispan.distribution.DistributionInfo
- readScopedState(String) - Method in interface org.infinispan.globalstate.GlobalStateManager
-
Reads the persistent state for the specified scope.
- readShort() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
- readShort() - Method in class org.infinispan.io.UnclosableObjectInputStream
-
Deprecated.
- readSignedInt(InputStream) - Static method in class org.infinispan.commons.io.SignedNumeric
- readSignedInt(ObjectInput) - Static method in class org.infinispan.commons.io.SignedNumeric
- readStream(InputStream) - Static method in class org.infinispan.commons.util.Util
-
Reads the given InputStream fully, closes the stream and returns the result as a byte array.
- readUnsignedByte() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
- readUnsignedByte() - Method in class org.infinispan.io.UnclosableObjectInputStream
-
Deprecated.
- readUnsignedInt(byte[], int) - Static method in class org.infinispan.commons.io.UnsignedNumeric
-
Reads an int stored in variable-length format.
- readUnsignedInt(InputStream) - Static method in class org.infinispan.commons.io.UnsignedNumeric
- readUnsignedInt(ObjectInput) - Static method in class org.infinispan.commons.io.UnsignedNumeric
-
Reads an int stored in variable-length format.
- readUnsignedInt(ByteBuffer) - Static method in class org.infinispan.commons.io.UnsignedNumeric
- readUnsignedLong(byte[], int) - Static method in class org.infinispan.commons.io.UnsignedNumeric
-
Reads an int stored in variable-length format.
- readUnsignedLong(InputStream) - Static method in class org.infinispan.commons.io.UnsignedNumeric
- readUnsignedLong(ObjectInput) - Static method in class org.infinispan.commons.io.UnsignedNumeric
-
Reads a long stored in variable-length format.
- readUnsignedLong(ByteBuffer) - Static method in class org.infinispan.commons.io.UnsignedNumeric
- readUnsignedShort() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
- readUnsignedShort() - Method in class org.infinispan.io.UnclosableObjectInputStream
-
Deprecated.
- readUTF() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
- readUTF() - Method in class org.infinispan.io.UnclosableObjectInputStream
-
Deprecated.
- readValue(FileProvider.Handle, EntryHeader, long) - Static method in class org.infinispan.persistence.sifs.EntryRecord
- realIterator - Variable in class org.infinispan.commons.util.RemovableCloseableIterator
- realIterator - Variable in class org.infinispan.commons.util.RemovableIterator
- realm() - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfiguration
- realm() - Method in class org.infinispan.persistence.remote.configuration.MechanismConfiguration
- realm() - Method in class org.infinispan.server.core.configuration.EncryptionConfiguration
- realm() - Method in class org.infinispan.server.core.configuration.SniConfiguration
- realm(String) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Specifies the realm to be used for authentication.
- realm(String) - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfigurationBuilder
-
Specifies the realm to be used for authentication.
- realm(String) - Method in class org.infinispan.persistence.remote.configuration.MechanismConfigurationBuilder
- realm(String) - Method in class org.infinispan.server.core.configuration.EncryptionConfigurationBuilder
- realm(String) - Method in class org.infinispan.server.core.configuration.SniConfigurationBuilder
- REALM - org.infinispan.persistence.remote.configuration.Attribute
- REAPER_ENABLED - Static variable in class org.infinispan.configuration.cache.ExpirationConfiguration
- REAPER_WAKE_UP_INTERVAL - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
- reaperEnabled() - Method in class org.infinispan.configuration.cache.ExpirationConfiguration
-
Determines whether the background reaper thread is enabled to test entries for expiration.
- reaperEnabled() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- reaperEnabled(boolean) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
Enable the background reaper to test entries for expiration.
- reaperWakeUpInterval() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
- reaperWakeUpInterval(long) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
The time interval (millis) at which the thread that cleans up transaction completion information kicks in.
- rebalance(CH) - Method in interface org.infinispan.distribution.ch.ConsistentHashFactory
-
Deprecated.Create a new consistent hash instance, based on an existing instance, but balanced according to the implementation's rules.
- recordSize(int) - Method in class org.infinispan.commons.marshall.AdaptiveBufferSizePredictor
- recordSize(int) - Method in interface org.infinispan.commons.marshall.BufferSizePredictor
-
Record the size of the of data in the last buffer used.
- recovery() - Method in class org.infinispan.configuration.cache.AbstractTransportConfigurationChildBuilder
- recovery() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
This method allows configuration of the transaction recovery cache.
- recovery() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
This method allows configuration of the transaction recovery cache.
- recovery() - Method in interface org.infinispan.configuration.cache.TransactionConfigurationChildBuilder
- RECOVERY_INFO_CACHE_NAME - Static variable in class org.infinispan.configuration.cache.RecoveryConfiguration
- RecoveryConfiguration - Class in org.infinispan.configuration.cache
-
Defines recovery configuration for the cache.
- RecoveryConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Defines recovery configuration for the cache.
- recoveryInfoCacheName() - Method in class org.infinispan.configuration.cache.RecoveryConfiguration
-
Sets the name of the cache where recovery related information is held.
- recoveryInfoCacheName(String) - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
-
Sets the name of the cache where recovery related information is held.
- recursiveDirectoryCopy(Path, Path) - Static method in class org.infinispan.commons.util.Util
- recursiveFileRemove(File) - Static method in class org.infinispan.commons.util.Util
-
Deletes directory recursively.
- recursiveFileRemove(String) - Static method in class org.infinispan.commons.util.Util
-
Deletes directory recursively.
- recursiveFileRemove(Path) - Static method in class org.infinispan.commons.util.Util
- RECV_BUF_SIZE - Static variable in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- recvBufSize() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- recvBufSize(int) - Method in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
- recvBufSize(int) - Method in class org.infinispan.server.core.configuration.AbstractProtocolServerConfigurationChildBuilder
- recvBufSize(int) - Method in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
- recvBufSize(int) - Method in interface org.infinispan.server.core.configuration.ProtocolServerConfigurationChildBuilder
-
Sets the size of the receive buffer
- reduce(double, SerializableDoubleBinaryOperator) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleStream.reduce(double, DoubleBinaryOperator)
except that the DoubleBinaryOperator must also implementSerializable
- reduce(int, SerializableIntBinaryOperator) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntStream.reduce(int, IntBinaryOperator)
except that the IntBinaryOperator must also implementSerializable
- reduce(long, SerializableLongBinaryOperator) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongStream.reduce(long, LongBinaryOperator)
except that the LongBinaryOperator must also implement Serializable. - reduce(BinaryOperator<T>) - Method in interface org.infinispan.functional.Traversable
-
A terminal operation that applies a binary folding operation to all elements of this traversable, and wraps the result in an optional.
- reduce(SerializableBinaryOperator<R>) - Method in interface org.infinispan.CacheStream
-
Same as
Stream.reduce(BinaryOperator)
except that the BinaryOperator must also implementSerializable
- reduce(SerializableDoubleBinaryOperator) - Method in interface org.infinispan.DoubleCacheStream
-
Same as
DoubleStream.reduce(DoubleBinaryOperator)
except that the DoubleBinaryOperator must also implementSerializable
- reduce(SerializableIntBinaryOperator) - Method in interface org.infinispan.IntCacheStream
-
Same as
IntStream.reduce(IntBinaryOperator)
except that the IntBinaryOperator must also implementSerializable
- reduce(SerializableLongBinaryOperator) - Method in interface org.infinispan.LongCacheStream
-
Same as
LongStream.reduce(LongBinaryOperator)
except that the LongBinaryOperator must also implement Serializable. - reduce(R, SerializableBinaryOperator<R>) - Method in interface org.infinispan.CacheStream
-
Same as
Stream.reduce(Object, BinaryOperator)
except that the BinaryOperator must also implementSerializable
- reduce(T, BinaryOperator<T>) - Method in interface org.infinispan.functional.Traversable
-
A terminal operation that applies a binary folding operation to a start value and all elements of this traversable.
- reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in interface org.infinispan.functional.Traversable
-
A terminal operation that applies a binary folding operation to a start value and the result of each element having a mapping function applied.
- reduce(U, SerializableBiFunction<U, ? super R, U>, SerializableBinaryOperator<U>) - Method in interface org.infinispan.CacheStream
-
Same as
Stream.reduce(Object, BiFunction, BinaryOperator)
except that the BinaryOperator must also implementSerializable
- ReflectionUtil - Class in org.infinispan.commons.util
-
Basic reflection utilities to enhance what the JDK provides.
- ReflectionUtil() - Constructor for class org.infinispan.commons.util.ReflectionUtil
- REFRESH_INTERVAL - Static variable in class org.infinispan.configuration.cache.IndexReaderConfiguration
- refreshInterval(long) - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- register(SerializationContextInitializer) - Method in class org.infinispan.commons.marshall.ProtoStreamMarshaller
- register(SerializationContextInitializer) - Method in interface org.infinispan.marshall.persistence.PersistenceMarshaller
-
Registers the schemas and marshallers defined by the provided
SerializationContextInitializer
with thePersistenceMarshaller
'sSerializationContext
. - REGISTER - org.infinispan.configuration.global.ShutdownHookBehavior
-
Forces the cache to register a shutdown hook even if an MBean server is detected.
- registerFilter(String, Map<String, Object>, FilterCallback, boolean, Object...) - Method in interface org.infinispan.objectfilter.Matcher
- registerFilter(String, Map<String, Object>, FilterCallback, Object...) - Method in interface org.infinispan.objectfilter.Matcher
- registerFilter(String, FilterCallback, boolean, Object...) - Method in interface org.infinispan.objectfilter.Matcher
- registerFilter(String, FilterCallback, Object...) - Method in interface org.infinispan.objectfilter.Matcher
- registerFilter(Query<?>, FilterCallback, boolean, Object...) - Method in interface org.infinispan.objectfilter.Matcher
- registerFilter(Query<?>, FilterCallback, Object...) - Method in interface org.infinispan.objectfilter.Matcher
- registerL1WriteSynchronizer(Object, L1WriteSynchronizer) - Method in interface org.infinispan.distribution.L1Manager
-
Registers the given write synchronizer to be notified whenever a remote value is looked up for the given key.
- registerListenerInvocations(boolean, boolean, boolean, IndexedFilter<?, ?, ?>, Map<Class<? extends Annotation>, List<DelegatingCacheEntryListenerInvocation<K, V>>>, DataConversion, DataConversion) - Method in interface org.infinispan.notifications.cachelistener.filter.FilterIndexingServiceProvider
- registerMarshaller(BaseMarshaller<?>) - Method in interface org.infinispan.query.remote.ProtobufMetadataManager
- registerMarshallers(SerializationContext) - Method in class org.infinispan.commons.GlobalContextInitializerImpl
- registerMarshallers(SerializationContext) - Method in class org.infinispan.commons.marshall.PersistenceContextInitializerImpl
- registerMarshallers(SerializationContext) - Method in class org.infinispan.persistence.rocksdb.PersistenceContextInitializerImpl
- registerProtofile(String, String) - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
-
Register a *.proto schema file.
- registerProtofiles(String[], String[]) - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
-
Registers multiple *.proto schema files.
- registerSchema(SerializationContext) - Method in class org.infinispan.commons.GlobalContextInitializerImpl
- registerSchema(SerializationContext) - Method in class org.infinispan.commons.marshall.PersistenceContextInitializerImpl
- registerSchema(SerializationContext) - Method in class org.infinispan.persistence.rocksdb.PersistenceContextInitializerImpl
- registerStateProvider(GlobalStateProvider) - Method in interface org.infinispan.globalstate.GlobalStateManager
-
Registers a state provider within this state manager
- registerWriteIncoming(K) - Method in interface org.infinispan.expiration.ExpirationManager
-
Deprecated.since 9.3 There is no reason for this method and is implementation specific
- reindexCache(String) - Method in interface org.infinispan.client.hotrod.RemoteCacheManagerAdmin
-
Performs a mass reindexing of the specified cache.
- rejectedExecution(Runnable, ExecutorService) - Method in class org.infinispan.commons.util.concurrent.BlockingRejectedExecutionHandler
- rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.infinispan.commons.util.concurrent.BlockingRejectedExecutionHandler
- rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.infinispan.commons.util.concurrent.CallerRunsRejectOnShutdownPolicy
- rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.infinispan.commons.util.concurrent.LifecycleRejectedExecutionHandler
- rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.infinispan.commons.util.concurrent.NonBlockingRejectedExecutionHandler
- RELATIVE_TO - org.infinispan.persistence.rocksdb.configuration.Attribute
- RELATIVE_TO - org.infinispan.persistence.sifs.configuration.Attribute
- RELATIVE_TO - Static variable in class org.infinispan.configuration.global.GlobalStatePathConfiguration
- RELATIVE_TO - Static variable in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfiguration
- relativeTo() - Method in class org.infinispan.configuration.global.GlobalStatePathConfiguration
- relativeTo() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfiguration
- remainingCapacity() - Method in class org.infinispan.persistence.sifs.IndexQueue
- remapAddresses(UnaryOperator<Address>) - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
Returns a new ConsistentHash with the addresses remapped according to the provided
UnaryOperator
. - REMOTE_CACHE - Static variable in class org.infinispan.configuration.cache.BackupForConfiguration
- REMOTE_CACHE_NAME - org.infinispan.persistence.remote.configuration.Attribute
- REMOTE_EXECUTOR - Static variable in class org.infinispan.configuration.global.TransportConfiguration
- REMOTE_ITERATION - org.infinispan.context.Flag
-
Flag to identify that this iteration is done on a remote node and thus no additional wrappings are required
- REMOTE_METADATA - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- REMOTE_QUERY_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- REMOTE_QUERY_REQUEST - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- REMOTE_QUERY_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- REMOTE_SITE - Static variable in class org.infinispan.configuration.cache.BackupForConfiguration
- REMOTE_STORE - org.infinispan.persistence.remote.configuration.Element
- REMOTE_TIMEOUT - Static variable in class org.infinispan.configuration.cache.ClusteringConfiguration
- remoteCache() - Method in class org.infinispan.configuration.cache.BackupForConfiguration
- remoteCache(String) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
- remoteCache(String) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
- remoteCache(String) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Per-cache configuration
- remoteCache(String) - Method in class org.infinispan.configuration.cache.BackupForBuilder
- RemoteCache<K,V> - Interface in org.infinispan.client.hotrod
-
Provides remote reference to a Hot Rod server/cluster.
- RemoteCacheConfiguration - Class in org.infinispan.client.hotrod.configuration
- RemoteCacheConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
Per-cache configuration.
- RemoteCacheContainer - Interface in org.infinispan.client.hotrod
- RemoteCacheManager - Class in org.infinispan.client.hotrod
-
Factory for
RemoteCache
s. - RemoteCacheManager() - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Same as
RemoteCacheManager(boolean)
and it also starts the cache. - RemoteCacheManager(boolean) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Similar to
RemoteCacheManager(Configuration, boolean)
, but it will try to lookup the config properties in the classpath, in a file named hotrod-client.properties. - RemoteCacheManager(String) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Create a new RemoteCacheManager using the supplied URI.
- RemoteCacheManager(URI) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Create a new RemoteCacheManager using the supplied URI.
- RemoteCacheManager(Configuration) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Create a new RemoteCacheManager using the supplied
Configuration
. - RemoteCacheManager(Configuration, boolean) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Create a new RemoteCacheManager using the supplied
Configuration
. - RemoteCacheManagerAdmin - Interface in org.infinispan.client.hotrod
-
Remote Administration operations
- RemoteCacheManagerNotStartedException - Exception in org.infinispan.client.hotrod.exceptions
-
Thrown when trying to use an
RemoteCache
that is associated to anRemoteCacheManager
that was not started. - RemoteCacheManagerNotStartedException(String) - Constructor for exception org.infinispan.client.hotrod.exceptions.RemoteCacheManagerNotStartedException
- remoteCacheName() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
- remoteCacheName(String) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
- remoteCacheName(String) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
- remoteCacheName(String) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
The name of the remote cache in the remote infinispan cluster, to which to connect to.
- remoteCaches() - Method in class org.infinispan.client.hotrod.configuration.Configuration
- remoteCallTimeout() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfiguration
-
Deprecated.
- remoteCallTimeout(long) - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
-
Deprecated.
- remoteCallTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
-
Deprecated.
- remoteCommandThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- remoteCommandThreadPool() - Method in class org.infinispan.configuration.global.TransportConfiguration
-
Deprecated.
- remoteCommandThreadPool() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- RemoteCounterManagerFactory - Class in org.infinispan.client.hotrod
-
A
CounterManager
factory for Hot Rod client. - remoteExecutor(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- RemoteIllegalLifecycleStateException - Exception in org.infinispan.client.hotrod.exceptions
-
This exception is thrown when the remote cache or cache manager does not have the right lifecycle state for operations to be called on it.
- RemoteIllegalLifecycleStateException(String, long, short) - Constructor for exception org.infinispan.client.hotrod.exceptions.RemoteIllegalLifecycleStateException
-
Deprecated.
- RemoteIllegalLifecycleStateException(String, long, short, SocketAddress) - Constructor for exception org.infinispan.client.hotrod.exceptions.RemoteIllegalLifecycleStateException
- RemoteNodeSuspectException - Exception in org.infinispan.client.hotrod.exceptions
-
When a remote node is suspected and evicted from the cluster while an operation is ongoing, the Hot Rod client emits this exception.
- RemoteNodeSuspectException(String, long, short) - Constructor for exception org.infinispan.client.hotrod.exceptions.RemoteNodeSuspectException
- remoteSecurity() - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
- remoteSecurity() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
- remoteSecurity() - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
Configures connection security
- RemoteServerConfiguration - Class in org.infinispan.persistence.remote.configuration
- RemoteServerConfigurationBuilder - Class in org.infinispan.persistence.remote.configuration
- remoteSite() - Method in class org.infinispan.configuration.cache.BackupForConfiguration
- remoteSite(String) - Method in class org.infinispan.configuration.cache.BackupForBuilder
- RemoteStore<K,V> - Class in org.infinispan.persistence.remote
-
Cache store that delegates the call to a infinispan cluster.
- RemoteStore() - Constructor for class org.infinispan.persistence.remote.RemoteStore
- RemoteStoreConfiguration - Class in org.infinispan.persistence.remote.configuration
- RemoteStoreConfiguration(AttributeSet, AsyncStoreConfiguration, ExecutorFactoryConfiguration, ConnectionPoolConfiguration, SecurityConfiguration, List<RemoteServerConfiguration>) - Constructor for class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
- RemoteStoreConfigurationBuilder - Class in org.infinispan.persistence.remote.configuration
-
RemoteStoreConfigurationBuilder.
- RemoteStoreConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
- RemoteStoreConfigurationChildBuilder<S> - Interface in org.infinispan.persistence.remote.configuration
- RemoteStoreConfigurationParser - Class in org.infinispan.persistence.remote.configuration
-
Remote cache store parser.
- RemoteStoreConfigurationParser() - Constructor for class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationParser
- RemoteStoreConfigurationSerializer - Class in org.infinispan.persistence.remote.configuration
-
RemoteStoreConfigurationSerializer.
- RemoteStoreConfigurationSerializer() - Constructor for class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationSerializer
- remoteThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
- remoteThreadPoolName() - Method in class org.infinispan.configuration.global.TransportConfiguration
- remoteTimeout() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
-
This is the timeout used to wait for an acknowledgment when making a remote call, after which the call is aborted and an exception is thrown.
- remoteTimeout(long) - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
-
This is the timeout used to wait for an acknowledgment when making a remote call, after which the call is aborted and an exception is thrown.
- remoteTimeout(long) - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
-
This is the timeout used to wait for an acknowledgment when making a remote call, after which the call is aborted and an exception is thrown.
- remoteTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
-
This is the timeout used to wait for an acknowledgment when making a remote call, after which the call is aborted and an exception is thrown.
- remoteValueFound(InternalCacheEntry) - Method in interface org.infinispan.distribution.RemoteValueRetrievedListener
-
Invoked when a remote value is found from a remote source
- remoteValueNotFound(Object) - Method in interface org.infinispan.distribution.RemoteValueRetrievedListener
-
Invoked when a remote value is not found from the remote source for the given key
- RemoteValueRetrievedListener - Interface in org.infinispan.distribution
-
Listener that is notified when a remote value is looked up
- RemovableCloseableIterator<C> - Class in org.infinispan.commons.util
-
A CloseableIterator implementation that allows for a CloseableIterator that doesn't allow remove operations to implement remove by delegating the call to the provided consumer to remove the previously read value.
- RemovableCloseableIterator(CloseableIterator<C>, Consumer<? super C>) - Constructor for class org.infinispan.commons.util.RemovableCloseableIterator
- RemovableIterator<C> - Class in org.infinispan.commons.util
-
An Iterator implementation that allows for a Iterator that doesn't allow remove operations to implement remove by delegating the call to the provided consumer to remove the previously read value.
- RemovableIterator(Iterator<C>, Consumer<? super C>) - Constructor for class org.infinispan.commons.util.RemovableIterator
- remove() - Method in class org.infinispan.commons.util.ConcatIterator
- remove() - Method in class org.infinispan.commons.util.FilterIterator
- remove() - Method in class org.infinispan.commons.util.IteratorMapper
- remove() - Method in class org.infinispan.commons.util.RemovableIterator
- remove() - Method in interface org.infinispan.counter.api.Handle
-
Removes the
CounterListener
. - remove() - Method in interface org.infinispan.counter.api.StrongCounter
-
It removes this counter from the cluster.
- remove() - Method in interface org.infinispan.counter.api.SyncStrongCounter
- remove() - Method in interface org.infinispan.counter.api.SyncWeakCounter
- remove() - Method in interface org.infinispan.counter.api.WeakCounter
-
It removes this counter from the cluster.
- remove() - Method in interface org.infinispan.functional.EntryView.WriteEntryView
-
Removes the value and any metadata parameters associated with it.
- remove() - Method in interface org.infinispan.query.Indexer
-
Remove all the indexes from the cache.
- remove(int) - Method in class org.infinispan.commons.util.ForwardingList
- remove(int) - Method in interface org.infinispan.commons.util.IntSet
-
Removes, if present, the int from the set and returns if it was present or not
- remove(int) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- remove(int) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.Remove an integer from the set without boxing.
- remove(Class<?>...) - Method in interface org.infinispan.query.Indexer
-
Remove all entities of particular class from the index of a cache.
- remove(Object) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
If the return value of this operation will be ignored by the application, the user is strongly encouraged to use the
Flag.IGNORE_RETURN_VALUES
flag when invoking this method in order to make it behave as efficiently as possible (i.e. - remove(Object) - Method in interface org.infinispan.commons.api.BasicCache
-
If the return value of this operation will be ignored by the application, the user is strongly encouraged to use the
Flag.IGNORE_RETURN_VALUES
flag when invoking this method in order to make it behave as efficiently as possible (i.e. - remove(Object) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
- remove(Object) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
- remove(Object) - Method in class org.infinispan.commons.util.ArrayMap
- remove(Object) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
- remove(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap.KeySet
- remove(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap
- remove(Object) - Method in class org.infinispan.commons.util.ForwardingList
- remove(Object) - Method in class org.infinispan.commons.util.HopscotchHashMap
- remove(Object) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
- remove(Object) - Method in class org.infinispan.commons.util.ImmutableListCopy
- remove(Object) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- remove(Object) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- remove(Object) - Method in class org.infinispan.commons.util.WeakValueHashMap
- remove(Object) - Method in interface org.infinispan.container.DataContainer
-
Removes an entry from the cache
- remove(Object, Object) - Method in interface org.infinispan.client.hotrod.RemoteCache
- remove(Object, Object) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
- remove(String) - Method in interface org.infinispan.counter.api.CounterManager
-
It removes the counter from the cluster.
- remove(String) - Method in interface org.infinispan.lock.api.ClusteredLockManager
-
Removes a
ClusteredLock
if such exists. - remove(Predicate<? super V>) - Method in interface org.infinispan.multimap.api.embedded.MultimapCache
-
Asynchronous method.
- remove(K) - Method in interface org.infinispan.multimap.api.BasicMultimapCache
-
Removes all the key-value pairs associated with the key from this multimap cache, if such exists.
- remove(K, V) - Method in interface org.infinispan.multimap.api.BasicMultimapCache
-
Removes a key-value pair from this multimap cache, if such exists.
- remove(SerializablePredicate<? super V>) - Method in interface org.infinispan.multimap.api.embedded.MultimapCache
-
Overloaded method of
MultimapCache.remove(Predicate)
withSerializablePredicate
. - REMOVE - org.infinispan.eviction.EvictionStrategy
-
Strategy where the cache will remove entries to make room for new ones while staying under the configured size
- REMOVE_ALL - org.infinispan.conflict.MergePolicy
- REMOVE_HITS - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of removal hits.
- REMOVE_MISSES - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of removal misses.
- removeAll(Collection<?>) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
- removeAll(Collection<?>) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
- removeAll(Collection<?>) - Method in class org.infinispan.commons.util.ForwardingList
- removeAll(Collection<?>) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
- removeAll(Collection<?>) - Method in class org.infinispan.commons.util.ImmutableListCopy
- removeAll(Collection<?>) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- removeAll(Collection<?>) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- removeAll(IntSet) - Method in interface org.infinispan.commons.util.IntSet
-
Removes all ints from this IntSet that are in the provided IntSet
- removeAll(IntSet) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- removeAll(IntSet) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- removeAllListeners() - Method in interface org.infinispan.query.api.continuous.ContinuousQuery
-
Unregisters all listeners.
- removeAndUnlock(TemporaryTable.LockedEntry, Object) - Method in class org.infinispan.persistence.sifs.TemporaryTable
- removeAsync(Object) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
BasicCache.remove(Object)
. - removeAsync(Object, Object) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
ConcurrentMap.remove(Object, Object)
. - removeCache(String) - Method in interface org.infinispan.client.hotrod.RemoteCacheManagerAdmin
-
Removes a cache from the remote server cluster.
- removeCache(String) - Method in interface org.infinispan.commons.api.CacheContainerAdmin
-
Removes a cache from the cache container.
- removeCache(String) - Method in class org.infinispan.manager.DefaultCacheManager
- removeCache(String) - Method in class org.infinispan.manager.DefaultCacheManagerAdmin
- removeCache(String) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Deprecated.Since 9.2, obtain a
CacheContainerAdmin
instance usingEmbeddedCacheManager.administration()
and invoke theCacheContainerAdmin.removeCache(String)
method - removeCache(String, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.GlobalConfigurationManager
-
Removes a cluster-wide cache and its configuration
- removeCache(String, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.LocalConfigurationStorage
-
Removes the specified cache.
- removeClientListener(Object) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Remove a previously added client listener.
- removeConditionally(Object, int, int) - Method in class org.infinispan.persistence.sifs.TemporaryTable
- removeContinuousQueryListener(ContinuousQueryListener<K, ?>) - Method in interface org.infinispan.query.api.continuous.ContinuousQuery
-
Remove a continuous query listener.
- REMOVED_FILTER - Static variable in interface org.infinispan.persistence.remote.ExternalizerIds
- removeGroup(String) - Method in interface org.infinispan.AdvancedCache
-
It removes all the key which belongs to a group.
- removeIf(IntPredicate) - Method in interface org.infinispan.commons.util.IntSet
-
Removes all of the ints of this set that satisfy the given predicate.
- removeIf(IntPredicate) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- removeIf(IntPredicate) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- removeIf(Predicate<? super E>) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
- removeIf(Predicate<? super E>) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
- removeLifespanExpired(K, V, Long) - Method in interface org.infinispan.AdvancedCache
-
Attempts to remove the entry if it is expired.
- removeListener(Object) - Method in interface org.infinispan.notifications.Listenable
-
Removes a listener from the component.
- removeListenerAsync(Object) - Method in class org.infinispan.manager.DefaultCacheManager
- removeListenerAsync(Object) - Method in interface org.infinispan.notifications.Listenable
-
Asynchronous version of
Listenable.removeListener(Object)
- removeLookedUpEntries(Collection<?>) - Method in interface org.infinispan.context.EntryLookup
- removeLookedUpEntry(Object) - Method in interface org.infinispan.context.EntryLookup
- removeMaxIdleExpired(K, V) - Method in interface org.infinispan.AdvancedCache
-
Attempts to remove the entry for the given key, if it has expired due to max idle.
- removeProperty(String) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
-
Deprecated.
- removeProperty(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- removeRange(int, int) - Method in class org.infinispan.commons.util.ImmutableListCopy.ImmutableSubList
- removeRemoteCache(String) - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
Remove a
RemoteCacheConfiguration
from thisConfiguration
. - removeSegments(IntSet) - Method in class org.infinispan.persistence.remote.RemoteStore
- removeSegments(IntSet) - Method in class org.infinispan.persistence.rocksdb.RocksDBStore
- removeSegments(IntSet) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Invoked when a node loses ownership of the given segments.
- removeSegments(IntSet) - Method in interface org.infinispan.persistence.spi.SegmentedAdvancedLoadWriteStore
-
Deprecated.Invoked when a node loses ownership of a segment.
- removeTemplate(String) - Method in interface org.infinispan.commons.api.CacheContainerAdmin
-
Removes a template from the cache container.
- removeTemplate(String) - Method in class org.infinispan.manager.DefaultCacheManagerAdmin
- removeTemplate(String) - Method in interface org.infinispan.manager.EmbeddedCacheManagerAdmin
-
Removes a template from the cache container.
- removeTemplate(String, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.GlobalConfigurationManager
-
Removes a cluster-wide template
- removeTemplate(String, EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.LocalConfigurationStorage
-
Removes the specified template.
- removeWithVersion(K, long) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Removes the given entry only if its version matches the supplied version.
- removeWithVersionAsync(K, long) - Method in interface org.infinispan.client.hotrod.RemoteCache
- renameTempFile(File, File, File) - Static method in class org.infinispan.commons.util.Util
- renameTo(File) - Method in class org.infinispan.io.GridFile
-
Deprecated.
- REPL_ASYNC - org.infinispan.client.hotrod.DefaultTemplate
- REPL_ASYNC - org.infinispan.configuration.cache.CacheMode
-
Data replicated asynchronously.
- REPL_SYNC - org.infinispan.client.hotrod.DefaultTemplate
- REPL_SYNC - org.infinispan.configuration.cache.CacheMode
-
Data replicated synchronously.
- replace(K, V) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
- replace(K, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
An overloaded form of
ConcurrentMap.replace(Object, Object)
, which takes in lifespan parameters. - replace(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
An overloaded form of
ConcurrentMap.replace(Object, Object)
, which takes in lifespan parameters. - replace(K, V, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An overloaded form of
#replace(K, V)
, which takes in an instance ofMetadata
which can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc. - replace(K, V, V) - Method in interface org.infinispan.client.hotrod.RemoteCache
- replace(K, V, V) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
- replace(K, V, V, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
An overloaded form of
ConcurrentMap.replace(Object, Object, Object)
, which takes in lifespan parameters. - replace(K, V, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
An overloaded form of
ConcurrentMap.replace(Object, Object, Object)
, which takes in lifespan parameters. - replace(K, V, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
An overloaded form of
ConcurrentMap.replace(Object, Object, Object)
, which takes in lifespan parameters. - replace(K, V, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
An overloaded form of
ConcurrentMap.replace(Object, Object, Object)
, which takes in lifespan parameters. - replace(K, V, V, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An overloaded form of
#replace(K, V, V)
, which takes in an instance ofMetadata
which can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc. - replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
- replaceAsync(K, V) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
ConcurrentMap.replace(Object, Object)
. - replaceAsync(K, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
BasicCache.replace(Object, Object, long, TimeUnit)
. - replaceAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
BasicCache.replace(Object, Object, long, TimeUnit, long, TimeUnit)
. - replaceAsync(K, V, Metadata) - Method in interface org.infinispan.AdvancedCache
-
An overloaded form of
#replaceAsync(K, V)
, which takes in an instance ofMetadata
which can be used to provide metadata information for the entry being stored, such as lifespan, version of value...etc. - replaceAsync(K, V, V) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
ConcurrentMap.replace(Object, Object, Object)
. - replaceAsync(K, V, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
BasicCache.replace(Object, Object, Object, long, TimeUnit)
. - replaceAsync(K, V, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
BasicCache.replace(Object, Object, Object, long, TimeUnit, long, TimeUnit)
. - replaceAsync(K, V, V, Metadata) - Method in interface org.infinispan.AdvancedCache
- replaceOrLock(Object, int, int, int, int) - Method in class org.infinispan.persistence.sifs.TemporaryTable
- replaceProperties(String) - Static method in class org.infinispan.commons.util.StringPropertyReplacer
-
Go through the input string and replace any occurance of ${p} with the System.getProperty(p) value.
- replaceProperties(String, Properties) - Static method in class org.infinispan.commons.util.StringPropertyReplacer
-
Go through the input string and replace any occurance of ${p} with the props.getProperty(p) value.
- replaceProperties(Map<String, String>, Properties) - Static method in class org.infinispan.commons.util.StringPropertyReplacer
- replaceWithVersion(K, long) - Method in interface org.infinispan.client.hotrod.StreamingRemoteCache
-
A form of
StreamingRemoteCache.put(Object)
, which takes in a version. - replaceWithVersion(K, long, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.StreamingRemoteCache
-
An overloaded form of
StreamingRemoteCache.replaceWithVersion(Object, long)
which takes in lifespan parameters. - replaceWithVersion(K, long, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.StreamingRemoteCache
-
An overloaded form of
StreamingRemoteCache.replaceWithVersion(Object, long)
which takes in lifespan and maxIdle parameters. - replaceWithVersion(K, V, long) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Replaces the given value only if its version matches the supplied version.
- replaceWithVersion(K, V, long, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
A overloaded form of
RemoteCache.replaceWithVersion(Object, Object, long)
which takes in lifespan parameters. - replaceWithVersion(K, V, long, int, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
A overloaded form of
RemoteCache.replaceWithVersion(Object, Object, long)
which takes in lifespan and maximum idle time parameters. - replaceWithVersion(K, V, long, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
A overloaded form of
RemoteCache.replaceWithVersion(Object, Object, long)
which takes in lifespan and maximum idle time parameters. - replaceWithVersionAsync(K, V, long) - Method in interface org.infinispan.client.hotrod.RemoteCache
- replaceWithVersionAsync(K, V, long, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
- replaceWithVersionAsync(K, V, long, int, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
- replaceWithVersionAsync(K, V, long, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.RemoteCache
- REPLICABLE_COMMAND - Static variable in interface org.infinispan.commons.marshall.Ids
- REPLICATED_CONSISTENT_HASH - Static variable in interface org.infinispan.commons.marshall.Ids
- REPLICATED_CONSISTENT_HASH_FACTORY - Static variable in interface org.infinispan.commons.marshall.Ids
- REPLICATION_MODE_ID - Static variable in class org.infinispan.functional.ParamIds
- REPLICATION_TIMEOUT - Static variable in class org.infinispan.configuration.cache.BackupConfiguration
- replicationTimeout() - Method in class org.infinispan.configuration.cache.BackupConfiguration
- replicationTimeout() - Method in class org.infinispan.server.hotrod.configuration.TopologyCacheConfiguration
- replicationTimeout(long) - Method in class org.infinispan.configuration.cache.BackupConfiguration
- replicationTimeout(long) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
Timeout(millis) used for replicating calls to other sites.
- replicationTimeout(long) - Method in class org.infinispan.server.hotrod.configuration.TopologyCacheConfigurationBuilder
- RequestHeader - Enum in org.infinispan.rest
- requireClientAuth() - Method in class org.infinispan.server.core.configuration.EncryptionConfiguration
- requireClientAuth() - Method in class org.infinispan.server.core.configuration.SslConfiguration
- requireClientAuth(boolean) - Method in class org.infinispan.server.core.configuration.EncryptionConfigurationBuilder
- requireClientAuth(boolean) - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
-
Enables client certificate authentication
- requireNonNullElse(T, T) - Static method in class org.infinispan.commons.util.Util
- requireValid(String, Log) - Static method in enum org.infinispan.configuration.cache.IndexStorage
- reset() - Method in class org.infinispan.configuration.cache.BackupForBuilder
- reset() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
-
Wipe out all indexing configuration settings and disable indexing.
- reset() - Method in interface org.infinispan.counter.api.StrongCounter
-
Resets the counter to its initial value.
- reset() - Method in interface org.infinispan.counter.api.SyncStrongCounter
- reset() - Method in interface org.infinispan.counter.api.SyncWeakCounter
- reset() - Method in interface org.infinispan.counter.api.WeakCounter
-
Resets the counter to its initial value.
- reset() - Method in interface org.infinispan.stats.Stats
-
Reset statistics
- reset(AtomicLongFieldUpdater<T>) - Method in class org.infinispan.commons.util.concurrent.StripedCounters
- resize(long) - Method in interface org.infinispan.container.DataContainer
-
Resizes the capacity of the underlying container.
- resolveClass(ObjectStreamClass) - Method in class org.infinispan.commons.marshall.CheckedInputStream
- resolveClass(Unmarshaller, String, long) - Method in class org.infinispan.jboss.marshalling.commons.CheckedClassResolver
-
Deprecated.
- resolveConflicts() - Method in interface org.infinispan.conflict.ConflictManager
-
Utilises
ConflictManager.getConflicts()
to discover conflicts between Key replicas and utilises the configuredEntryMergePolicy
to determine which entry should take precedence. - resolveConflicts(EntryMergePolicy<K, V>) - Method in interface org.infinispan.conflict.ConflictManager
-
Utilises
ConflictManager.getConflicts()
to discover conflicts between Key replicas and utilises the providedEntryMergePolicy
to determine which entry should take precedence. - resolveConflictsOnMerge() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfiguration
- ResponseHeader - Enum in org.infinispan.rest
- ResponseWriter - Enum in org.infinispan.rest
- RestChannelInitializer - Class in org.infinispan.rest
-
Creates Netty Channels for this server.
- RestChannelInitializer(RestServer, NettyTransport) - Constructor for class org.infinispan.rest.RestChannelInitializer
-
Creates new
RestChannelInitializer
. - RestRequestHandler - Class in org.infinispan.rest
-
Netty handler for REST requests.
- RestResponseException - Exception in org.infinispan.rest
-
An exception representing non-critical HTTP processing errors which will be translated into
RestResponse
and sent back to the client. - RestResponseException(HttpResponseStatus, String) - Constructor for exception org.infinispan.rest.RestResponseException
-
Creates new
RestResponseException
. - RestResponseException(HttpResponseStatus, String, Throwable) - Constructor for exception org.infinispan.rest.RestResponseException
-
Creates a new
RestResponseException
. - RestResponseException(HttpResponseStatus, Throwable) - Constructor for exception org.infinispan.rest.RestResponseException
-
Creates a new
RestResponseException
. - RestResponseException(Throwable) - Constructor for exception org.infinispan.rest.RestResponseException
-
Creates a new
RestResponseException
whose status is 500. - restServer - Variable in class org.infinispan.rest.ALPNHandler
- restServer - Variable in class org.infinispan.rest.RestRequestHandler
- RestServer - Class in org.infinispan.rest
-
REST Protocol Server.
- RestServer() - Constructor for class org.infinispan.rest.RestServer
- RestServerConfiguration - Class in org.infinispan.rest.configuration
- RestServerConfigurationBuilder - Class in org.infinispan.rest.configuration
-
RestServerConfigurationBuilder.
- RestServerConfigurationBuilder() - Constructor for class org.infinispan.rest.configuration.RestServerConfigurationBuilder
- resultJoining(K, V) - Method in interface org.infinispan.query.api.continuous.ContinuousQueryListener
-
Receives notification that a cache entry has joined the matching set.
- resultLeaving(K) - Method in interface org.infinispan.query.api.continuous.ContinuousQueryListener
-
Receives notification that a cache entry has left the matching set.
- resultUpdated(K, V) - Method in interface org.infinispan.query.api.continuous.ContinuousQueryListener
-
Receives notification that a cache entry from the matching set was updated and continues to match the query.
- resumeAfterPause() - Method in class org.infinispan.persistence.sifs.LogAppender
- retainAll(Collection<?>) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
- retainAll(Collection<?>) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
- retainAll(Collection<?>) - Method in class org.infinispan.commons.util.ForwardingList
- retainAll(Collection<?>) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
- retainAll(Collection<?>) - Method in class org.infinispan.commons.util.ImmutableListCopy
- retainAll(Collection<?>) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- retainAll(Collection<?>) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- retainAll(IntSet) - Method in interface org.infinispan.commons.util.IntSet
-
Modifies this set to remove all ints that are not present in the provided IntSet
- retainAll(IntSet) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- retainAll(IntSet) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- RETRIEVALS - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of get operations.
- retrieveEntries(String, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
- retrieveEntries(String, Object[], Set<Integer>, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Retrieve entries from the server.
- retrieveEntries(String, Set<Integer>, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
- retrieveEntriesByQuery(Query<?>, Set<Integer>, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Retrieve entries from the server matching a query.
- retrieveEntriesWithMetadata(Set<Integer>, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Retrieve entries with metadata information
- reverseIterator() - Method in interface org.infinispan.commons.util.ReversibleOrderedSet
- ReversibleOrderedSet<E> - Interface in org.infinispan.commons.util
-
A set that allows reverse iteration of the set elements, exposed via the
ReversibleOrderedSet.reverseIterator()
method. - rewrapAsCacheException(Throwable) - Static method in class org.infinispan.commons.util.Util
- right() - Method in class org.infinispan.commons.util.Either
- RIGHT - org.infinispan.commons.util.Either.Type
- RiverCloseListener - Interface in org.infinispan.jboss.marshalling.commons
-
Deprecated.since 11.0. To be removed in 14.0 ISPN-11947.
- ROCKSDB_EXPIRY_BUCKET - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- ROCKSDB_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- ROCKSDB_PERSISTED_METADATA - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- ROCKSDB_STORE - org.infinispan.persistence.rocksdb.configuration.Element
- RocksDBExpirationConfiguration - Class in org.infinispan.persistence.rocksdb.configuration
- RocksDBExpirationConfigurationBuilder - Class in org.infinispan.persistence.rocksdb.configuration
-
since 10.0
- RocksDBStore<K,V> - Class in org.infinispan.persistence.rocksdb
- RocksDBStore() - Constructor for class org.infinispan.persistence.rocksdb.RocksDBStore
- RocksDBStoreConfiguration - Class in org.infinispan.persistence.rocksdb.configuration
- RocksDBStoreConfiguration(AttributeSet, AsyncStoreConfiguration, RocksDBExpirationConfiguration) - Constructor for class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfiguration
- RocksDBStoreConfigurationBuilder - Class in org.infinispan.persistence.rocksdb.configuration
- RocksDBStoreConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfigurationBuilder
- RocksDBStoreConfigurationBuilder(PersistenceConfigurationBuilder, AttributeSet) - Constructor for class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfigurationBuilder
- RocksDBStoreConfigurationParser - Class in org.infinispan.persistence.rocksdb.configuration
-
RocksDB XML Parser
- RocksDBStoreConfigurationParser() - Constructor for class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfigurationParser
- RocksDBStoreConfigurationSerializer - Class in org.infinispan.persistence.rocksdb.configuration
-
RocksDBStoreConfigurationSerializer.
- RocksDBStoreConfigurationSerializer() - Constructor for class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfigurationSerializer
- role(String) - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
-
Adds a role that can work with this cache.
- role(String) - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- role(String) - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- role(String) - Method in interface org.infinispan.configuration.global.GlobalRolesConfigurationChildBuilder
- Role - Interface in org.infinispan.security
-
A role to permission mapping.
- roleMapper() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfiguration
- roleMapperConfiguration() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- roles() - Method in class org.infinispan.configuration.cache.AuthorizationConfiguration
- roles() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- roles(String...) - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
-
Adds roles that can work with this cache.
- ROLES - Static variable in class org.infinispan.configuration.cache.AuthorizationConfiguration
- ROLES - Static variable in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- rollback(Transaction) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
- rollback(Transaction) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Roll back the changes from the provided transaction to the underlying store.
- rollback(Transaction) - Method in interface org.infinispan.persistence.spi.TransactionalCacheWriter
-
Deprecated.Rollback the provided transaction's changes to the underlying store.
- ROLLING_UPGRADE - org.infinispan.context.Flag
-
Flag to identity that data is being written as part of a Rolling Upgrade.
- ROOT_ELEMENT - Static variable in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationParser
- roundUpToNearest8(long) - Static method in class org.infinispan.commons.util.AbstractEntrySizeCalculatorHelper
- run() - Method in class org.infinispan.persistence.sifs.LogAppender
- run() - Method in interface org.infinispan.query.Indexer
-
Deletes all the indexes from a cache and rebuilds them from the existing data.
- run(Object...) - Method in interface org.infinispan.query.Indexer
-
Re-indexes only the values associated with the provided keys.
- RUNNING - org.infinispan.lifecycle.ComponentStatus
-
The
start()
method has been completed and the component is running.
S
- safeEquals(Object, Object) - Static method in class org.infinispan.commons.util.Util
-
Null-safe equality test.
- SAME_MACHINE - org.infinispan.manager.ClusterExecutionPolicy
-
The command can be executed only on the same machine from where it was initiated.
- SAME_RACK - org.infinispan.manager.ClusterExecutionPolicy
-
The command will be executed on a machine on the same rack.
- SAME_SITE - org.infinispan.manager.ClusterExecutionPolicy
-
The command will be executed on a machine on the same site.
- sanitizedCacheName(String) - Static method in class org.infinispan.persistence.PersistenceUtil
-
Replace unwanted characters from cache names so they can be used as filenames
- sasl() - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfiguration
- sasl() - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfigurationBuilder
- SASL_MECHANISM - org.infinispan.persistence.remote.configuration.Attribute
- SaslConfiguration - Class in org.infinispan.server.hotrod.configuration
- SaslConfigurationBuilder - Class in org.infinispan.server.hotrod.configuration
- saslMechanism() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
- saslMechanism() - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfiguration
- saslMechanism() - Method in class org.infinispan.persistence.remote.configuration.MechanismConfiguration
- saslMechanism(String) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Selects the SASL mechanism to use for the connection to the server.
- saslMechanism(String) - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfigurationBuilder
-
Selects the SASL mechanism to use for the connection to the server
- saslMechanism(String) - Method in class org.infinispan.persistence.remote.configuration.MechanismConfigurationBuilder
- saslProperties() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
- saslProperties() - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfiguration
- saslProperties(Map<String, String>) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Sets the SASL properties.
- saslProperties(Map<String, String>) - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfigurationBuilder
-
Sets the SASL properties
- saslQop(SaslQop...) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Sets the SASL QOP property.
- SaslQop - Enum in org.infinispan.client.hotrod.configuration
-
SaslQop.
- saslStrength(SaslStrength...) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Sets the SASL strength property.
- SaslStrength - Enum in org.infinispan.client.hotrod.configuration
-
SaslStrength.
- SaslUtils - Class in org.infinispan.commons.util
-
Utility methods for handling SASL authentication
- SaslUtils() - Constructor for class org.infinispan.commons.util.SaslUtils
- SCATTERED_CONSISTENT_HASH - Static variable in interface org.infinispan.commons.marshall.Ids
- SCATTERED_CONSISTENT_HASH_FACTORY - Static variable in interface org.infinispan.commons.marshall.Ids
- SCATTERED_SYNC - org.infinispan.client.hotrod.DefaultTemplate
- SCATTERED_SYNC - org.infinispan.configuration.cache.CacheMode
-
Synchronous scattered cache
- ScheduledExecutorFactoryConfiguration - Class in org.infinispan.configuration.global
- ScheduledExecutorFactoryConfigurationBuilder - Class in org.infinispan.configuration.global
-
Configures executor factory.
- ScheduledThreadPoolConfigurationBuilder - Class in org.infinispan.configuration.global
- ScheduledThreadPoolExecutorFactory - Enum in org.infinispan.commons.executors
- scheduledThreadPools() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
- SCHEMA_MANAGER_ROLE - Static variable in interface org.infinispan.query.remote.ProtobufMetadataManager
- SCOPED_STATE - Static variable in interface org.infinispan.commons.marshall.Ids
- SCOPED_STATE_FILTER - Static variable in interface org.infinispan.commons.marshall.Ids
- ScopedPersistentState - Interface in org.infinispan.globalstate
-
ScopedPersistentState represents state which needs to be persisted, scoped by name (e.g.
- ScopedState - Class in org.infinispan.globalstate
-
Key for scoped entries in the ClusterConfigurationManager state cache
- ScopedState(String, String) - Constructor for class org.infinispan.globalstate.ScopedState
- ScopedState.Externalizer - Class in org.infinispan.globalstate
- ScopeFilter - Class in org.infinispan.globalstate
-
A filter for
ScopedState
that allows listeners of the global state cache to choose events by scope. - ScopeFilter(String) - Constructor for class org.infinispan.globalstate.ScopeFilter
- ScopeFilter.Externalizer - Class in org.infinispan.globalstate
- SCRIPT_METADATA - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- SCRIPTING_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- Search - Class in org.infinispan.client.hotrod
- Search - Class in org.infinispan.query
-
This is the entry point for the Infinispan search API.
- SEARCH_STATISTICS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- SearchTimeoutException - Exception in org.infinispan.query
-
Thrown when a query timeout occurs.
- SearchTimeoutException() - Constructor for exception org.infinispan.query.SearchTimeoutException
- SearchTimeoutException(String) - Constructor for exception org.infinispan.query.SearchTimeoutException
- SecureCache<K,V> - Interface in org.infinispan.security
-
SecureCache.
- security() - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
- security() - Method in class org.infinispan.client.hotrod.configuration.Configuration
- security() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
- security() - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Security Configuration
- security() - Method in class org.infinispan.configuration.cache.Configuration
- security() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- security() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- security() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- security() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- security() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- security() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Security-related configuration
- security() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
- Security - Class in org.infinispan.security
-
Security.
- Security() - Constructor for class org.infinispan.security.Security
- SECURITY - org.infinispan.persistence.remote.configuration.Element
- SECURITY_REALM - Static variable in class org.infinispan.rest.configuration.AuthenticationConfiguration
- SecurityAwareExecutorFactory - Interface in org.infinispan.commons.executors
-
Used to configure and create executors which are aware of the current security context
- securityCacheTimeout() - Method in class org.infinispan.configuration.global.GlobalSecurityConfiguration
- securityCacheTimeout(long, TimeUnit) - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- securityCacheTimeout(long, TimeUnit) - Method in interface org.infinispan.configuration.global.GlobalSecurityConfigurationChildBuilder
-
Defines the timeout for which to cache user access roles.
- SecurityConfiguration - Class in org.infinispan.client.hotrod.configuration
-
SecurityConfiguration.
- SecurityConfiguration - Class in org.infinispan.configuration.cache
-
SecurityConfiguration.
- SecurityConfiguration - Class in org.infinispan.persistence.remote.configuration
-
SecurityConfiguration.
- SecurityConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
SecurityConfigurationBuilder.
- SecurityConfigurationBuilder - Class in org.infinispan.configuration.cache
-
SecurityConfigurationBuilder.
- SecurityConfigurationBuilder - Class in org.infinispan.persistence.remote.configuration
-
SecurityConfigurationBuilder.
- SecurityConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- SecurityConfigurationChildBuilder - Interface in org.infinispan.configuration.cache
- SecurityDomain - Interface in org.infinispan.rest.authentication
-
Pluggable security domain which could be used as a bridge between
Authenticator
and WildFly Security Realms. - securityRealm() - Method in class org.infinispan.rest.configuration.AuthenticationConfigurationBuilder
- securityRealm() - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfigurationBuilder
- securityRealm(String) - Method in class org.infinispan.rest.configuration.AuthenticationConfigurationBuilder
- securityRealm(String) - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfigurationBuilder
- SEGMENT_COLUMN - org.infinispan.persistence.jdbc.configuration.Element
- SEGMENT_COLUMN_NAME - Static variable in class org.infinispan.persistence.jdbc.configuration.SegmentColumnConfiguration
- SEGMENT_COLUMN_TYPE - Static variable in class org.infinispan.persistence.jdbc.configuration.SegmentColumnConfiguration
- SEGMENTABLE - org.infinispan.persistence.spi.NonBlockingStore.Characteristic
-
If this store supports segmentation.
- SegmentAwareKey<K> - Class in org.infinispan.commons.util
-
Encapsulates the key and its segment.
- SegmentAwareKey(K, int) - Constructor for class org.infinispan.commons.util.SegmentAwareKey
- segmentColumnConfiguration() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
- SegmentColumnConfiguration - Class in org.infinispan.persistence.jdbc.configuration
- SegmentColumnConfiguration(AttributeSet) - Constructor for class org.infinispan.persistence.jdbc.configuration.SegmentColumnConfiguration
- SegmentColumnConfigurationBuilder - Class in org.infinispan.persistence.jdbc.configuration
- segmentColumnName() - Method in class org.infinispan.persistence.jdbc.configuration.SegmentColumnConfiguration
- segmentColumnName() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
- segmentColumnName(String) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
-
The name of the database column used to store the segments
- segmentColumnType() - Method in class org.infinispan.persistence.jdbc.configuration.SegmentColumnConfiguration
- segmentColumnType() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
- segmentColumnType(String) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
-
The type of the database column used to store the segments
- segmentCompleted(Set<Integer>) - Method in interface org.infinispan.BaseCacheStream.SegmentCompletionListener
-
Deprecated.This method requires boxing for each segment. Please use
BaseCacheStream.SegmentCompletionListener.accept(Supplier)
instead - segmentCompletionListener(BaseCacheStream.SegmentCompletionListener) - Method in interface org.infinispan.BaseCacheStream
-
Allows registration of a segment completion listener that is notified when a segment has completed processing.
- segmentCompletionListener(BaseCacheStream.SegmentCompletionListener) - Method in interface org.infinispan.CacheStream
-
Allows registration of a segment completion listener that is notified when a segment has completed processing.
- segmentCompletionListener(BaseCacheStream.SegmentCompletionListener) - Method in interface org.infinispan.DoubleCacheStream
-
Allows registration of a segment completion listener that is notified when a segment has completed processing.
- segmentCompletionListener(BaseCacheStream.SegmentCompletionListener) - Method in interface org.infinispan.IntCacheStream
-
Allows registration of a segment completion listener that is notified when a segment has completed processing.
- segmentCompletionListener(BaseCacheStream.SegmentCompletionListener) - Method in interface org.infinispan.LockedStream
-
This method is not supported when using a
LockedStream
- segmentCompletionListener(BaseCacheStream.SegmentCompletionListener) - Method in interface org.infinispan.LongCacheStream
-
Allows registration of a segment completion listener that is notified when a segment has completed processing.
- segmented() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- segmented() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
-
Whether or not this store is configured to be segmented.
- segmented(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- segmented(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- segmented(boolean) - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
If true this store should either be non shared (segmenting can be done automatically for non shared stores) or the shared store must implement the
SegmentedAdvancedLoadWriteStore
interface. - SEGMENTED - Static variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- SegmentedAdvancedLoadWriteStore<K,V> - Interface in org.infinispan.persistence.spi
-
Deprecated.since 11.0 replaced by
NonBlockingStore
- segmentId() - Method in class org.infinispan.distribution.DistributionInfo
- SEGMENTS - org.infinispan.persistence.sifs.configuration.Attribute
- select(String...) - Method in interface org.infinispan.query.dsl.QueryBuilder
-
Deprecated.
- select(Expression...) - Method in interface org.infinispan.query.dsl.QueryBuilder
-
Deprecated.
- self() - Method in interface org.infinispan.commons.configuration.Self
- self() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
-
Deprecated.
- self() - Method in class org.infinispan.configuration.cache.CustomStoreConfigurationBuilder
- self() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- self() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationBuilder
- self() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationBuilder.StringTableManipulationConfigurationBuilder
- self() - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationBuilder
- self() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
- self() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfigurationBuilder
- self() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- self() - Method in class org.infinispan.rest.configuration.AuthenticationConfigurationBuilder
- self() - Method in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
- self() - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
- self() - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfigurationBuilder
- self() - Method in class org.infinispan.server.memcached.configuration.MemcachedServerConfigurationBuilder
-
Deprecated.
- Self<S extends Self<S>> - Interface in org.infinispan.commons.configuration
-
This interface simplifies the task of writing fluent builders which need to inherit from other builders (abstract or concrete).
- SEND_BUF_SIZE - Static variable in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- sendBufSize() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- sendBufSize(int) - Method in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
- sendBufSize(int) - Method in class org.infinispan.server.core.configuration.AbstractProtocolServerConfigurationChildBuilder
- sendBufSize(int) - Method in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
- sendBufSize(int) - Method in interface org.infinispan.server.core.configuration.ProtocolServerConfigurationChildBuilder
-
Sets the size of the send buffer
- seqId() - Method in class org.infinispan.persistence.sifs.EntryHeader
- sequential() - Method in interface org.infinispan.CacheStream
- sequential() - Method in interface org.infinispan.DoubleCacheStream
- sequential() - Method in interface org.infinispan.IntCacheStream
- sequential() - Method in interface org.infinispan.LongCacheStream
- sequentialDistribution() - Method in interface org.infinispan.BaseCacheStream
-
This would disable sending requests to all other remote nodes compared to one at a time.
- sequentialDistribution() - Method in interface org.infinispan.CacheStream
-
This would disable sending requests to all other remote nodes compared to one at a time.
- sequentialDistribution() - Method in interface org.infinispan.DoubleCacheStream
-
This would disable sending requests to all other remote nodes compared to one at a time.
- sequentialDistribution() - Method in interface org.infinispan.IntCacheStream
-
This would disable sending requests to all other remote nodes compared to one at a time.
- sequentialDistribution() - Method in interface org.infinispan.LockedStream
-
This would disable sending requests to all other remote nodes compared to one at a time.
- sequentialDistribution() - Method in interface org.infinispan.LongCacheStream
-
This would disable sending requests to all other remote nodes compared to one at a time.
- sequentialInterceptorClass() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
- serialAllowList() - Method in class org.infinispan.client.hotrod.configuration.Configuration
- serializableCollector(SerializableSupplier<Collector<T, ?, R>>) - Static method in class org.infinispan.stream.CacheCollectors
-
Creates a collector that is serializable and will upon usage create a collector using the serializable supplier provided by the user.
- serialization() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- serialization() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- serialization() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- serialization() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Global serialization (i.e.
- SERIALIZATION_CONTEXT_INITIALIZERS - Static variable in class org.infinispan.configuration.global.SerializationConfiguration
- SerializationConfiguration - Class in org.infinispan.configuration.global
- SerializationConfigurationBuilder - Class in org.infinispan.configuration.global
-
Configures serialization and marshalling settings.
- serializationContext - Variable in class org.infinispan.commons.marshall.ImmutableProtoStreamMarshaller
- serialize(XMLExtendedStreamWriter, JdbcStringBasedStoreConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationSerializer
- serialize(XMLExtendedStreamWriter, JpaStoreConfiguration) - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationSerializer
- serialize(XMLExtendedStreamWriter, RemoteStoreConfiguration) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationSerializer
- serialize(XMLExtendedStreamWriter, RocksDBStoreConfiguration) - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfigurationSerializer
- serialize(XMLExtendedStreamWriter, SoftIndexFileStoreConfiguration) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreSerializer
- SerializeFunctionWith - Annotation Type in org.infinispan.commons.marshall
-
Indicate that this function should be serialized with an instance of the given
Externalizer
class. - SerializeWith - Annotation Type 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 customMarshaller
implementation via the SerializationConfiguration. - SerializeWithExtFactory - Class in org.infinispan.jboss.marshalling.commons
-
Deprecated.since 11.0. To be removed in 14.0 ISPN-11947.
- SerializeWithExtFactory() - Constructor for class org.infinispan.jboss.marshalling.commons.SerializeWithExtFactory
-
Deprecated.
- serialWhitelist() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
Deprecated.Use
Configuration.serialAllowList()
instead. To be removed in 14.0. - SERVER - org.infinispan.persistence.remote.configuration.Element
- SERVER_CORE_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- SERVER_EVENT_IMPL - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- SERVER_NAME - org.infinispan.persistence.remote.configuration.Attribute
- SERVER_NAME - Static variable in class org.infinispan.server.hotrod.configuration.SaslConfiguration
- serverAuthenticationProvider() - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfiguration
- serverAuthenticationProvider(ServerAuthenticationProvider) - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfigurationBuilder
- ServerConfiguration - Class in org.infinispan.client.hotrod.configuration
-
ServerConfiguration.
- ServerConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
ServerConfigurationBuilder.
- serverName() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
- serverName() - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfiguration
- serverName() - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfiguration
- serverName() - Method in class org.infinispan.server.hotrod.configuration.SaslConfiguration
- serverName() - Method in class org.infinispan.server.hotrod.configuration.SaslConfigurationBuilder
- serverName(String) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Sets the name of the server as expected by the SASL protocol Setting this property also implicitly enables authentication (see
AuthenticationConfigurationBuilder.enable()
This defaults toAuthenticationConfigurationBuilder.DEFAULT_SERVER_NAME
. - serverName(String) - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfigurationBuilder
-
Sets the name of the server as expected by the SASL protocol
- serverName(String) - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfigurationBuilder
- serverName(String) - Method in class org.infinispan.server.hotrod.configuration.SaslConfigurationBuilder
- ServerRestBlockHoundIntegration - Class in org.infinispan.rest
- ServerRestBlockHoundIntegration() - Constructor for class org.infinispan.rest.ServerRestBlockHoundIntegration
- servers() - Method in class org.infinispan.client.hotrod.configuration.Configuration
- servers() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
- SERVERS - org.infinispan.persistence.remote.configuration.Element
- serverStatistics() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Returns server-side statistics for this cache.
- ServerStatistics - Interface in org.infinispan.client.hotrod
-
Defines the possible list of statistics defined by the Hot Rod server.
- serverSubject() - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfiguration
- serverSubject(Subject) - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfigurationBuilder
- ServerTask<V> - Interface in org.infinispan.tasks
-
An interface representing a deployed server task.
- ServiceFinder - Class in org.infinispan.commons.util
-
ServiceFinder is a
ServiceLoader
replacement which understands multiple classpaths. - ServiceFinder() - Constructor for class org.infinispan.commons.util.ServiceFinder
- set(boolean) - Method in class org.infinispan.commons.util.ByRef.Boolean
- set(int) - Method in class org.infinispan.commons.util.ByRef.Integer
- set(int) - Method in interface org.infinispan.commons.util.IntSet
-
Adds or sets the int without returning whether it was previously set
- set(int) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- set(int) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.Add an integer to the set without boxing the parameter or checking if the integer was already present in the set.
- set(int, boolean) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.If
value
istrue
, add the integer to the set, otherwise remove the integer from the set. - set(int, E) - Method in class org.infinispan.commons.util.ForwardingList
- set(long) - Method in class org.infinispan.commons.util.ByRef.Long
- set(Object, int, int) - Method in class org.infinispan.persistence.sifs.TemporaryTable
- set(T) - Method in class org.infinispan.commons.util.ByRef
- set(V, MetaParam.Writable...) - Method in interface org.infinispan.functional.EntryView.WriteEntryView
-
Set this value along with optional metadata parameters.
- set(V, Metadata) - Method in interface org.infinispan.functional.EntryView.WriteEntryView
-
Set this value along with metadata object.
- setAccessibly(Object, Field, Object) - Static method in class org.infinispan.commons.util.ReflectionUtil
- setAction(String) - Method in class org.infinispan.rest.NettyRestRequest
- setAvailability(AvailabilityMode) - Method in interface org.infinispan.AdvancedCache
-
Manually change the availability of the cache.
- setBits(IntSet) - Method in class org.infinispan.commons.util.BloomFilter
-
Clears all current bits and sets them to the values in the provided
IntSet
. - setCacheTopology(CacheTopology) - Method in interface org.infinispan.distribution.DistributionManager
-
Deprecated.Internal only.
- setContext(PrincipalRoleMapperContext) - Method in class org.infinispan.security.mappers.CommonNameRoleMapper
- setContext(PrincipalRoleMapperContext) - Method in class org.infinispan.security.mappers.IdentityRoleMapper
- setContext(PrincipalRoleMapperContext) - Method in interface org.infinispan.security.PrincipalRoleMapper
-
Sets the context for this
PrincipalRoleMapper
- setDataLocation(String) - Method in class org.infinispan.persistence.sifs.configuration.DataConfiguration
- setEnum(long, Enum<?>) - Static method in class org.infinispan.commons.util.EnumUtil
- setEnums(long, Collection<E>) - Static method in class org.infinispan.commons.util.EnumUtil
- setExecutable(boolean) - Method in class org.infinispan.io.GridFile
-
Deprecated.
- setExecutable(boolean, boolean) - Method in class org.infinispan.io.GridFile
-
Deprecated.
- setField(Object, Field, Object) - Static method in class org.infinispan.commons.util.ReflectionUtil
- setInternalCacheEntryFactory(InternalEntryFactory) - Method in class org.infinispan.persistence.remote.RemoteStore
- setLastModified(long) - Method in class org.infinispan.io.GridFile
-
Deprecated.
- setLength(int) - Method in class org.infinispan.io.GridFile.Metadata
-
Deprecated.
- setLocation(String) - Method in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- setLockOwner(Object) - Method in interface org.infinispan.context.InvocationContext
-
Sets the object to be used by lock owner.
- setLowLevelTrace(boolean) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- setModificationTime(long) - Method in class org.infinispan.io.GridFile.Metadata
-
Deprecated.
- setParameter(String, Object) - Method in interface org.infinispan.query.dsl.ParameterContext
-
Deprecated.Sets the value of a named parameter.
- setParameter(String, Object) - Method in interface org.infinispan.query.dsl.Query
-
Sets the value of a named parameter.
- setParameters(Map<String, Object>) - Method in interface org.infinispan.query.dsl.ParameterContext
-
Deprecated.Sets multiple named parameters at once.
- setParameters(Map<String, Object>) - Method in interface org.infinispan.query.dsl.Query
-
Sets multiple named parameters at once.
- setProperty(String, boolean) - Method in class org.infinispan.commons.util.TypedProperties
- setProperty(String, float) - Method in interface org.infinispan.globalstate.ScopedPersistentState
-
Sets a float state property.
- setProperty(String, int) - Method in class org.infinispan.commons.util.TypedProperties
- setProperty(String, int) - Method in interface org.infinispan.globalstate.ScopedPersistentState
-
Sets an integer state property.
- setProperty(String, long) - Method in class org.infinispan.commons.util.TypedProperties
- setProperty(String, Object) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
-
Deprecated.Since 12.0, please
IndexingConfigurationBuilder.writer()
andIndexingConfigurationBuilder.reader()
to define indexing behavior. - setProperty(String, String) - Method in class org.infinispan.commons.util.TypedProperties
- setProperty(String, String) - Method in interface org.infinispan.globalstate.ScopedPersistentState
-
Sets a state property.
- setReadable(boolean) - Method in class org.infinispan.io.GridFile
-
Deprecated.
- setReadable(boolean, boolean) - Method in class org.infinispan.io.GridFile
-
Deprecated.
- setReadOnly() - Method in class org.infinispan.io.GridFile
-
Deprecated.
- setSeqId(long) - Method in class org.infinispan.persistence.sifs.LogAppender
- setServers(Collection<SocketAddress>) - Method in interface org.infinispan.client.hotrod.FailoverRequestBalancingStrategy
-
Inform the strategy about the currently alive servers.
- setStackTrace(StackTraceElement[]) - Method in exception org.infinispan.commons.marshall.NotSerializableException
- setStatisticsEnabled(boolean) - Method in interface org.infinispan.stats.Stats
-
Enables or disables statistics at runtime.
- setSubject(Subject) - Method in class org.infinispan.rest.NettyRestRequest
- setTaskContext(TaskContext) - Method in interface org.infinispan.tasks.ServerTask
-
Sets the task context Store the value in your task implementation to be able to access caches and other resources in the task Note that there will be a single instance of each ServerTask on each server so, if you expect concurrent invocations of a task, the
TaskContext
should be stored in aThreadLocal
static field in your task. - setterMethod(Class<?>, Class<?>) - Static method in class org.infinispan.commons.util.BeanUtils
-
Returns a Method object corresponding to a setter that sets an instance of componentClass from target.
- setterName(Class<?>) - Static method in class org.infinispan.commons.util.BeanUtils
-
Returns a setter for a given class
- setterName(String) - Static method in class org.infinispan.commons.util.BeanUtils
-
Retrieves a setter name based on a field name passed in
- setValue(V) - Method in class org.infinispan.commons.util.AbstractMap.SimpleEntry
- setValue(V) - Method in class org.infinispan.commons.util.SimpleImmutableEntry
- setVariables(Map<String, String>) - Method in class org.infinispan.rest.NettyRestRequest
- setWritable(boolean) - Method in class org.infinispan.io.GridFile
-
Deprecated.
- setWritable(boolean, boolean) - Method in class org.infinispan.io.GridFile
-
Deprecated.
- SHAREABLE - org.infinispan.persistence.spi.NonBlockingStore.Characteristic
-
If this store can be shared across multiple Infinispan nodes; for example, an external system such as a database.
- shared() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- shared() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
- shared(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
This setting should be set to true when multiple cache instances share the same cache store (e.g., multiple nodes in a cluster using a JDBC-based CacheStore pointing to the same, shared database.) Setting this to true avoids multiple cache instances writing the same modification multiple times.
- shared(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- shared(boolean) - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
This setting should be set to true when multiple cache instances share the same cache store (e.g., multiple nodes in a cluster using a JDBC-based CacheStore pointing to the same, shared database.) Setting this to true avoids multiple cache instances writing the same modification multiple times.
- SHARED - Static variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- sharedPersistenceConfiguration() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
- sharedPersistentLocation() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
-
Returns the filesystem path where shared persistent state data which needs to survive container restarts should be stored.
- sharedPersistentLocation(String) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
-
Defines the filesystem path where shared persistent state data which needs to survive container restarts should be stored.
- sharedPersistentLocation(String, String) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- shouldInvoke(boolean) - Method in enum org.infinispan.notifications.Listener.Observation
- shouldWrite(long) - Method in interface org.infinispan.persistence.spi.FlagAffectedStore
- shutdown() - Method in interface org.infinispan.Cache
-
Performs a controlled, clustered shutdown of the cache.
- shutdown() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- shutdown() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- shutdown() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- shutdown() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Shutdown configuration
- ShutdownConfiguration - Class in org.infinispan.configuration.global
- ShutdownConfigurationBuilder - Class in org.infinispan.configuration.global
- ShutdownHookBehavior - Enum in org.infinispan.configuration.global
-
Behavior of the JVM shutdown hook registered by the cache
- SignedNumeric - Class in org.infinispan.commons.io
-
Variable length encoding for signed numbers, using the ZigZag technique
- SIMPLE - org.infinispan.configuration.cache.VersioningScheme
- SIMPLE_CACHE - Static variable in class org.infinispan.configuration.cache.Configuration
- SIMPLE_CLUSTERED_VERSION - Static variable in interface org.infinispan.commons.marshall.Ids
- SIMPLE_CLUSTERED_VERSION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- SIMPLE_COLLECTION_KEY_FILTER - Static variable in interface org.infinispan.commons.marshall.Ids
- SIMPLE_CONNECTION - org.infinispan.persistence.jdbc.configuration.Element
- SIMPLE_PUBLISHER_RESULT - Static variable in interface org.infinispan.commons.marshall.Ids
- simpleCache() - Method in class org.infinispan.configuration.cache.Configuration
- simpleCache() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- simpleCache() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- simpleCache(boolean) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- simpleCache(boolean) - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- simpleConnection() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
- simpleConnection() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationChildBuilder
- simpleConnection() - Method in interface org.infinispan.persistence.jdbc.configuration.JdbcStoreConfigurationChildBuilder
-
Configures this JDBC Cache Store to use a single connection to the database
- SimpleConnectionFactoryConfiguration - Class in org.infinispan.persistence.jdbc.configuration
-
SimpleConnectionFactoryConfiguration.
- SimpleConnectionFactoryConfigurationBuilder<S extends AbstractJdbcStoreConfigurationBuilder<?,S>> - Class in org.infinispan.persistence.jdbc.configuration
-
SimpleConnectionFactoryBuilder.
- SimpleConnectionFactoryConfigurationBuilder(AbstractJdbcStoreConfigurationBuilder<?, S>) - Constructor for class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
- SimpleImmutableEntry<K,V> - Class in org.infinispan.commons.util
-
Where is Java 1.6?
- SimpleImmutableEntry(Map.Entry<K, V>) - Constructor for class org.infinispan.commons.util.SimpleImmutableEntry
- SimpleImmutableEntry(K, V) - Constructor for class org.infinispan.commons.util.SimpleImmutableEntry
- SingleFileStore<K,V> - Class in org.infinispan.persistence.file
-
A filesystem-based implementation of a
AdvancedLoadWriteStore
. - SingleFileStore() - Constructor for class org.infinispan.persistence.file.SingleFileStore
- SingleFileStoreConfiguration - Class in org.infinispan.configuration.cache
-
Defines the configuration for the single file cache store.
- SingleFileStoreConfiguration(AttributeSet, AsyncStoreConfiguration) - Constructor for class org.infinispan.configuration.cache.SingleFileStoreConfiguration
- SingleFileStoreConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Single file cache store configuration builder.
- SingleFileStoreConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- SingleFileStoreConfigurationBuilder(PersistenceConfigurationBuilder, AttributeSet) - Constructor for class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- singleNodeSubmission() - Method in interface org.infinispan.manager.ClusterExecutor
-
When a command is submitted it will only be submitted to one node of the available nodes, there is no strict requirements as to which node is chosen and is implementation specific.
- singleNodeSubmission(int) - Method in interface org.infinispan.manager.ClusterExecutor
-
When a command is submitted it will only be submitted to one node of the available nodes, there is no strict requirements as to which node is chosen and is implementation specific.
- SingletonExternalizer<T> - Class in org.infinispan.commons.marshall
- SingletonExternalizer(Integer, T) - Constructor for class org.infinispan.commons.marshall.SingletonExternalizer
- site() - Method in class org.infinispan.configuration.cache.BackupConfiguration
-
Returns the name of the site where this cache backups its data.
- site() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- site() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- site() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Cross-site replication configuration
- site(String) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- SITE - Static variable in class org.infinispan.configuration.cache.BackupConfiguration
- SITE_ID - Static variable in class org.infinispan.configuration.global.TransportConfiguration
- SiteConfiguration - Class in org.infinispan.configuration.global
-
Deprecated.since 11.0. Use
Transport.localSiteName()
- SiteConfigurationBuilder - Class in org.infinispan.configuration.global
-
Deprecated.since 11.0. The local site name is fetched via
Transport.localSiteName()
- SiteEntry<V> - Class in org.infinispan.xsite.spi
-
It stores the entry value and
Metadata
for a specific site. - SiteEntry(String, V, Metadata) - Constructor for class org.infinispan.xsite.spi.SiteEntry
- siteId() - Method in class org.infinispan.configuration.global.TransportConfiguration
- siteId(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
The id of the site where this node runs.
- sites() - Method in class org.infinispan.configuration.cache.Configuration
- sites() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- sites() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- sites() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- SitesConfiguration - Class in org.infinispan.configuration.cache
- SitesConfiguration(AttributeSet, List<BackupConfiguration>, BackupForConfiguration) - Constructor for class org.infinispan.configuration.cache.SitesConfiguration
- SitesConfigurationBuilder - Class in org.infinispan.configuration.cache
- SitesConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.SitesConfigurationBuilder
- size - Variable in class org.infinispan.commons.util.ArrayMap
- size() - Method in interface org.infinispan.Cache
-
Returns a count of all elements in this cache and cache loader across the entire cluster.
- size() - Method in class org.infinispan.commons.io.ExposedByteArrayOutputStream
-
Overriden only to avoid unneeded synchronization
- size() - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
- size() - Method in class org.infinispan.commons.util.AbstractDelegatingMap
- size() - Method in class org.infinispan.commons.util.ArrayMap
- size() - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
- size() - Method in class org.infinispan.commons.util.FastCopyHashMap.EntrySet
- size() - Method in class org.infinispan.commons.util.FastCopyHashMap.KeySet
- size() - Method in class org.infinispan.commons.util.FastCopyHashMap
- size() - Method in class org.infinispan.commons.util.FastCopyHashMap.Values
- size() - Method in class org.infinispan.commons.util.ForwardingList
- size() - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
- size() - Method in class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- size() - Method in class org.infinispan.commons.util.ImmutableListCopy.ImmutableSubList
- size() - Method in class org.infinispan.commons.util.ImmutableListCopy
- size() - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- size() - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- size() - Method in class org.infinispan.commons.util.WeakValueHashMap
- size() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
-
Deprecated.Since 11.0, use
MemoryConfiguration.maxCount()
orMemoryConfiguration.maxSize()
to obtain either the maximum number of entries or the maximum size of the data container. - size() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
-
Deprecated.Since 11.0, use either
MemoryConfigurationBuilder.maxSize()
orMemoryConfigurationBuilder.maxCount()
. - size() - Method in class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- size() - Method in interface org.infinispan.container.DataContainer
- size() - Method in class org.infinispan.io.ExpandableMarshalledValueByteStream
-
Deprecated.Overriden only to avoid unneeded synchronization
- size() - Method in class org.infinispan.io.ImmutableMarshalledValueByteStream
-
Deprecated.
- size() - Method in class org.infinispan.io.MarshalledValueByteStream
-
Deprecated.
- size() - Method in class org.infinispan.io.ReadableGridFileChannel
-
Deprecated.
- size() - Method in interface org.infinispan.multimap.api.BasicMultimapCache
-
Returns the number of key-value pairs in this multimap cache.
- size() - Method in class org.infinispan.persistence.file.SingleFileStore
- size() - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
- size() - Method in class org.infinispan.persistence.jpa.JpaStore
- size() - Method in class org.infinispan.persistence.sifs.IndexQueue
- size() - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
- size() - Method in interface org.infinispan.persistence.spi.AdvancedCacheLoader
-
Deprecated.Returns the number of elements in the store.
- size(long) - Method in class org.infinispan.configuration.cache.MemoryConfiguration
-
Deprecated.Since 11.0, use
MemoryConfiguration.maxCount(long)
orMemoryConfiguration.maxSize(String)
to dynamically configure the maximum number of entries or the maximum size of the data container. - size(long) - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
-
Deprecated.Since 11.0, use
MemoryConfigurationBuilder.maxSize(String)
to define the size in bytes orMemoryConfigurationBuilder.maxCount(long)
to define the number of entries. - size(long) - Method in class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- size(IntSet) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
- size(IntSet) - Method in class org.infinispan.persistence.remote.RemoteStore
- size(IntSet) - Method in class org.infinispan.persistence.rocksdb.RocksDBStore
- size(IntSet) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Returns the amount of entries that map to the given segments in the store.
- size(IntSet) - Method in interface org.infinispan.persistence.spi.SegmentedAdvancedLoadWriteStore
-
Deprecated.Returns the number of elements in the store that map to the given segments that aren't expired.
- SIZE - Static variable in class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- sizeAsync() - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
Map.size()
. - sizeCalculationInterrupted(InterruptedException) - Method in interface org.infinispan.persistence.sifs.Log
- sizeEstimate(Object) - Method in interface org.infinispan.commons.marshall.StreamAwareMarshaller
-
An method that provides an estimate of the buffer size that will be required once the object has been marshalled.
- sizeIncludingExpired() - Method in interface org.infinispan.container.DataContainer
- sizeUnsignedInt(int) - Static method in class org.infinispan.commons.io.UnsignedNumeric
- skip(long) - Method in interface org.infinispan.CacheStream
- skip(long) - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
- skip(long) - Method in interface org.infinispan.DoubleCacheStream
- skip(long) - Method in interface org.infinispan.IntCacheStream
- skip(long) - Method in class org.infinispan.io.GridInputStream
-
Deprecated.
- skip(long) - Method in class org.infinispan.io.UnclosableObjectInputStream
-
Deprecated.
- skip(long) - Method in interface org.infinispan.LongCacheStream
- SKIP - org.infinispan.functional.Param.LockingMode
- SKIP - org.infinispan.functional.Param.PersistenceMode
- SKIP - org.infinispan.functional.Param.StatisticsMode
-
Statistics from this command are not recorded
- SKIP_CACHE_LOAD - org.infinispan.client.hotrod.Flag
-
Skips loading an entry from any configured
CacheLoader
s. - SKIP_CACHE_LOAD - org.infinispan.context.Flag
-
Skips loading an entry from any configured
CacheLoader
s. - SKIP_CACHE_STORE - org.infinispan.context.Flag
-
Skips storing an entry to any configured
CacheLoader
s. - SKIP_INDEX_CLEANUP - org.infinispan.context.Flag
-
Any time a new indexed entry is inserted, a delete statement is issued on the indexes to remove previous values.
- SKIP_INDEXING - org.infinispan.client.hotrod.Flag
-
Used by the Query module only, it will prevent the indexes to be updated as a result of the current operations.
- SKIP_INDEXING - org.infinispan.context.Flag
-
Used by the Query module only, it will prevent the indexes to be updated as a result of the current operations.
- SKIP_LISTENER_NOTIFICATION - org.infinispan.client.hotrod.Flag
-
It will skip client listeners to be notified.
- SKIP_LISTENER_NOTIFICATION - org.infinispan.context.Flag
-
This flag skips listener notifications as a result of a cache operation.
- SKIP_LOAD - org.infinispan.functional.Param.PersistenceMode
- SKIP_LOCKING - org.infinispan.context.Flag
-
Bypasses lock acquisition for this invocation altogether.
- SKIP_OWNERSHIP_CHECK - org.infinispan.context.Flag
-
Ignore current consistent hash and read from data container/commit the change no matter what (if the flag is set).
- SKIP_PERSIST - org.infinispan.functional.Param.PersistenceMode
- SKIP_REMOTE_LOOKUP - org.infinispan.context.Flag
-
When used with distributed cache mode, will prevent retrieving a remote value either when executing a
Map.get(Object)
orMap.containsKey(Object)
, or to return the overwritten value forBasicCache.put(Object, Object)
orBasicCache.remove(Object)
. - SKIP_SHARED_CACHE_STORE - org.infinispan.context.Flag
-
If this flag is enabled, if a cache store is shared, then storage to the store is skipped.
- SKIP_SIZE_OPTIMIZATION - org.infinispan.context.Flag
-
Flag that can be used to skip any size optimizations - forcing iteration of entries to count.
- SKIP_STATISTICS - org.infinispan.context.Flag
-
This flag skips statistics updates as a result of a cache operation.
- SKIP_XSITE_BACKUP - org.infinispan.context.Flag
-
If cross-site replication is enabled, this would skip the replication to any remote site.
- skipBytes(int) - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
- skipBytes(int) - Method in class org.infinispan.io.UnclosableObjectInputStream
-
Deprecated.
- SmallIntSet - Class in org.infinispan.commons.util
-
Deprecated.since 9.3 This class will no longer be public. Please use
IntSets
methods such asIntSets.mutableEmptySet()
,IntSets.mutableCopyFrom(Set)
- SmallIntSet() - Constructor for class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- SmallIntSet(int) - Constructor for class org.infinispan.commons.util.SmallIntSet
-
Deprecated.Create a new
IntSet
and pre-allocate space for elements0..initialRange-1
. - SmallIntSet(Set<Integer>) - Constructor for class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- SNAPPY - org.infinispan.persistence.rocksdb.configuration.CompressionType
- SNI_HOSTNAME - org.infinispan.persistence.remote.configuration.Attribute
- SniConfiguration - Class in org.infinispan.server.core.configuration
- SniConfigurationBuilder - Class in org.infinispan.server.core.configuration
- sniDomainsConfiguration() - Method in class org.infinispan.server.core.configuration.SslConfiguration
- sniHostName() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
- sniHostName() - Method in class org.infinispan.persistence.remote.configuration.SslConfiguration
- sniHostName(String) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
Specifies the TLS SNI hostname for the connection
- sniHostName(String) - Method in class org.infinispan.persistence.remote.configuration.SslConfigurationBuilder
-
Specifies the TLS SNI hostname for the connection
- sniHostName(String) - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
-
Returns SNI domain configuration.
- sniHostName(String) - Method in interface org.infinispan.server.core.configuration.SslConfigurationChildBuilder
- sniHostName(String) - Method in class org.infinispan.server.core.configuration.SslEngineConfigurationBuilder
- SOCKET_BINDING - Static variable in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- SOCKET_TIMEOUT - org.infinispan.persistence.remote.configuration.Attribute
- socketBinding() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- socketBinding() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
- socketBinding(String) - Method in class org.infinispan.server.core.configuration.AbstractProtocolServerConfigurationChildBuilder
- socketBinding(String) - Method in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
- socketBinding(String) - Method in interface org.infinispan.server.core.configuration.ProtocolServerConfigurationChildBuilder
-
Indicates the name of socket binding which will be used
- socketTimeout() - Method in class org.infinispan.client.hotrod.configuration.Configuration
- socketTimeout() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
- socketTimeout(int) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
- socketTimeout(int) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
- socketTimeout(int) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
This property defines the maximum socket read timeout in milliseconds before giving up waiting for bytes from the server.
- socketTimeout(long) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
- socketTimeout(long) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
- socketTimeout(long) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
This property defines the maximum socket read timeout in milliseconds before giving up waiting for bytes from the server.
- SOFT_INDEX_FILE_STORE - org.infinispan.persistence.sifs.configuration.Element
- SoftIndexFileStore - Class in org.infinispan.persistence.sifs
-
Local file-based cache store, optimized for write-through use with strong consistency guarantees (ability to flush disk operations before returning from the store call).
- SoftIndexFileStore() - Constructor for class org.infinispan.persistence.sifs.SoftIndexFileStore
- SoftIndexFileStoreConfiguration - Class in org.infinispan.persistence.sifs.configuration
- SoftIndexFileStoreConfiguration(AttributeSet, AsyncStoreConfiguration, IndexConfiguration, DataConfiguration) - Constructor for class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- SoftIndexFileStoreConfigurationBuilder - Class in org.infinispan.persistence.sifs.configuration
- SoftIndexFileStoreConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- SoftIndexFileStoreConfigurationParser - Class in org.infinispan.persistence.sifs.configuration
- SoftIndexFileStoreConfigurationParser() - Constructor for class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationParser
- SoftIndexFileStoreSerializer - Class in org.infinispan.persistence.sifs.configuration
-
SoftIndexFileStoreSerializer.
- SoftIndexFileStoreSerializer() - Constructor for class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreSerializer
- SOLARIS - org.infinispan.commons.util.OS
- sorted() - Method in interface org.infinispan.CacheStream
- sorted() - Method in interface org.infinispan.DoubleCacheStream
- sorted() - Method in interface org.infinispan.IntCacheStream
- sorted() - Method in interface org.infinispan.LongCacheStream
- sorted(Comparator<? super R>) - Method in interface org.infinispan.CacheStream
- sorted(SerializableComparator<? super R>) - Method in interface org.infinispan.CacheStream
-
Same as
CacheStream.sorted(Comparator)
except that the Comparator must also implementSerializable
- SortField - Interface in org.infinispan.objectfilter
-
Sort specification for a field.
- SortOrder - Enum in org.infinispan.query.dsl
-
Deprecated.since 10.1. See deprecation note on
QueryBuilder
. - spliterator - Variable in class org.infinispan.commons.util.SpliteratorMapper
- spliterator() - Method in interface org.infinispan.CacheStream
- spliterator() - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
- spliterator() - Method in interface org.infinispan.commons.util.CloseableIteratorCollection
- spliterator() - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
- spliterator() - Method in interface org.infinispan.commons.util.CloseableIteratorSet
- spliterator() - Method in class org.infinispan.commons.util.CloseableIteratorSetAdapter
- spliterator() - Method in interface org.infinispan.container.DataContainer
- spliterator() - Method in interface org.infinispan.LockedStream
-
This method is not supported when using a
LockedStream
- spliterator(Spliterator<T>) - Static method in class org.infinispan.commons.util.Closeables
-
Creates a closeable spliterator from the given spliterator that does nothing when close is called.
- spliterator(BaseStream<R, Stream<R>>) - Static method in class org.infinispan.commons.util.Closeables
-
Creates a closeable spliterator that when closed will close the underlying stream as well
- spliterator(CloseableIterator<? extends E>, long, int) - Static method in class org.infinispan.commons.util.Closeables
-
Takes a provided closeable iterator and wraps it appropriately so it can be used as a closeable spliterator that will close the iterator when the spliterator is closed.
- spliteratorIncludingExpired() - Method in interface org.infinispan.container.DataContainer
-
Same as
DataContainer.spliterator()
except that is also returns expired entries. - SpliteratorMapper<E,S> - Class in org.infinispan.commons.util
-
A spliterator that has been mapped from another spliterator.
- SpliteratorMapper(Spliterator<E>, Function<? super E, ? extends S>) - Constructor for class org.infinispan.commons.util.SpliteratorMapper
- ssl - Variable in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- ssl - Variable in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
- ssl() - Method in class org.infinispan.client.hotrod.configuration.AbstractSecurityConfigurationChildBuilder
- ssl() - Method in class org.infinispan.client.hotrod.configuration.SecurityConfiguration
- ssl() - Method in class org.infinispan.client.hotrod.configuration.SecurityConfigurationBuilder
- ssl() - Method in class org.infinispan.persistence.remote.configuration.AbstractSecurityConfigurationChildBuilder
- ssl() - Method in class org.infinispan.persistence.remote.configuration.SecurityConfiguration
- ssl() - Method in class org.infinispan.persistence.remote.configuration.SecurityConfigurationBuilder
- ssl() - Method in class org.infinispan.server.core.configuration.AbstractProtocolServerConfigurationChildBuilder
- ssl() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- ssl() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
- ssl() - Method in interface org.infinispan.server.core.configuration.ProtocolServerConfigurationChildBuilder
-
Configures SSL
- SslConfiguration - Class in org.infinispan.client.hotrod.configuration
-
SslConfiguration.
- SslConfiguration - Class in org.infinispan.persistence.remote.configuration
-
SslConfiguration.
- SslConfiguration - Class in org.infinispan.server.core.configuration
-
SslConfiguration.
- SslConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
SSLConfigurationBuilder.
- SslConfigurationBuilder - Class in org.infinispan.persistence.remote.configuration
-
SSLConfigurationBuilder.
- SslConfigurationBuilder<T extends ProtocolServerConfiguration,S extends ProtocolServerConfigurationChildBuilder<T,S>> - Class in org.infinispan.server.core.configuration
-
SSLConfigurationBuilder.
- SslConfigurationBuilder(SecurityConfigurationBuilder) - Constructor for class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
- SslConfigurationBuilder(ProtocolServerConfigurationChildBuilder<T, S>) - Constructor for class org.infinispan.server.core.configuration.SslConfigurationBuilder
- SslConfigurationChildBuilder - Interface in org.infinispan.server.core.configuration
-
ProtocolServerConfigurationChildBuilder.
- sslContext() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
- sslContext() - Method in class org.infinispan.persistence.remote.configuration.SslConfiguration
- sslContext() - Method in class org.infinispan.server.core.configuration.SslConfiguration
- sslContext() - Method in class org.infinispan.server.core.configuration.SslEngineConfiguration
- sslContext(SSLContext) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
Specifies a pre-built
SSLContext
- sslContext(SSLContext) - Method in class org.infinispan.persistence.remote.configuration.SslConfigurationBuilder
- sslContext(SSLContext) - Method in class org.infinispan.server.core.configuration.EncryptionConfigurationBuilder
- sslContext(SSLContext) - Method in class org.infinispan.server.core.configuration.SniConfigurationBuilder
- sslContext(SSLContext) - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
-
Sets the
SSLContext
to use for setting up SSL connections. - sslContext(SSLContext) - Method in class org.infinispan.server.core.configuration.SslEngineConfigurationBuilder
-
Sets the
SSLContext
to use for setting up SSL connections. - SslContextFactory - Class in org.infinispan.commons.util
-
SslContextFactory.
- SslContextFactory() - Constructor for class org.infinispan.commons.util.SslContextFactory
- SslEngineConfiguration - Class in org.infinispan.server.core.configuration
-
SslEngineConfiguration
- SslEngineConfigurationBuilder - Class in org.infinispan.server.core.configuration
-
SSLConfigurationBuilder.
- sslProtocol(String) - Method in class org.infinispan.commons.util.SslContextFactory
- stack() - Method in class org.infinispan.configuration.global.TransportConfiguration
- STACK - Static variable in class org.infinispan.configuration.global.TransportConfiguration
- StackBuilder<T> - Interface in org.infinispan.configuration.global
- StackConfiguration - Class in org.infinispan.configuration.global
- StackConfigurationBuilder - Class in org.infinispan.configuration.global
- StackFileConfiguration - Class in org.infinispan.configuration.global
- StackFileConfigurationBuilder - Class in org.infinispan.configuration.global
- stackFiles() - Method in class org.infinispan.configuration.global.JGroupsConfiguration
- stacks() - Method in class org.infinispan.configuration.global.JGroupsConfiguration
- start() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
- start() - Method in interface org.infinispan.commons.api.Lifecycle
-
Invoked on component start
- start() - Method in interface org.infinispan.commons.marshall.Marshaller
-
Perform any initialization required before the marshaller is used.
- start() - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
-
Deprecated.
- start() - Method in class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
-
Deprecated.
- start() - Method in class org.infinispan.manager.DefaultCacheManager
- start() - Method in interface org.infinispan.notifications.cachelistener.filter.FilterIndexingServiceProvider
-
Start the provider.
- start() - Method in class org.infinispan.persistence.cluster.ClusterLoader
-
Deprecated.
- start() - Method in class org.infinispan.persistence.file.SingleFileStore
- start() - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
- start() - Method in class org.infinispan.persistence.jpa.JpaStore
- start() - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
- start(InitializationContext) - Method in class org.infinispan.persistence.remote.RemoteStore
- start(InitializationContext) - Method in class org.infinispan.persistence.rocksdb.RocksDBStore
- start(InitializationContext) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
The first method to invoke so that the store can be configured and additional steps, such as connecting through a socket or opening file descriptors, are performed.
- START_TRANSPORT - Static variable in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- startAllowed() - Method in enum org.infinispan.lifecycle.ComponentStatus
- startAsync() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
- startBatch() - Method in interface org.infinispan.commons.api.BatchingCache
-
Starts a batch.
- startCache() - Method in class org.infinispan.manager.DefaultCacheManager
- startCache(String) - Method in class org.infinispan.manager.DefaultCacheManager
- startCaches(String...) - Method in class org.infinispan.manager.DefaultCacheManager
- startCaches(String...) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Starts a set of caches in parallel.
- startIndex() - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
- startingUp() - Method in enum org.infinispan.lifecycle.ComponentStatus
- startInternal() - Method in class org.infinispan.rest.RestServer
- startObjectInput(InputStream, boolean) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
-
Deprecated.Create and open a new ObjectInput for the given input stream.
- startObjectInput(InputStream, boolean) - Method in class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
-
Deprecated.
- startObjectOutput(OutputStream, boolean, int) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
-
Deprecated.Create and open an ObjectOutput instance for the given output stream.
- startObjectOutput(OutputStream, boolean, int) - Method in class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
-
Deprecated.
- startOffset(long) - Method in interface org.infinispan.query.dsl.PaginationContext
-
Deprecated.
- startOffset(long) - Method in interface org.infinispan.query.dsl.Query
- startTransport() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- startTransport(boolean) - Method in class org.infinispan.server.core.configuration.AbstractProtocolServerConfigurationChildBuilder
- startTransport(boolean) - Method in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
- startTransport(boolean) - Method in interface org.infinispan.server.core.configuration.ProtocolServerConfigurationChildBuilder
-
Indicates whether transport implementation should or should not be started.
- STATE_CHUNK - Static variable in interface org.infinispan.commons.marshall.Ids
- stateTransfer() - Method in class org.infinispan.configuration.cache.BackupConfiguration
- stateTransfer() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- stateTransfer() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
- stateTransfer() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
-
Configure the
stateTransfer
sub element for distributed and replicated caches. - stateTransfer() - Method in interface org.infinispan.configuration.cache.ClusteringConfigurationChildBuilder
-
Configures how state is transferred when a new cache joins the cluster.
- StateTransferConfiguration - Class in org.infinispan.configuration.cache
-
Configures how state is retrieved when a new cache joins the cluster.
- StateTransferConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Configures how state is transferred when a cache joins or leaves the cluster.
- stateTransferExecutor(String) - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
-
Deprecated.Since 10.1, no longer used.
- stateTransferThreadPool() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
-
Deprecated.Since 10.1, no longer used.
- stateTransferThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
Deprecated.Since 10.1, no longer used.
- stateTransferThreadPool() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- stateTransferThreadPool() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Configuration for the state-transfer thread pool
- stateTransferThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
-
Deprecated.Since 10.1, no longer used.
- stateTransferThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
-
Deprecated.Since 10.1, no longer used.
- stateTransferThreadPoolName() - Method in class org.infinispan.configuration.global.GlobalConfiguration
-
Deprecated.Since 10.1, no longer used.
- stateTransferThreadPoolName(String) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
Deprecated.Since 10.1, no longer used.
- staticResources() - Method in class org.infinispan.rest.configuration.RestServerConfiguration
- staticResources(Path) - Method in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
- statistics() - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
- statistics() - Method in class org.infinispan.client.hotrod.configuration.Configuration
- statistics() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
- statistics() - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Configures client-side statistics.
- statistics() - Method in class org.infinispan.configuration.cache.Configuration
- statistics() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- statistics() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- statistics() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- statistics() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- statistics(boolean) - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- statistics(Boolean) - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
-
Deprecated.Since 10.1.3. Use
CacheContainerConfigurationBuilder.statistics(boolean)
instead. - StatisticsConfiguration - Class in org.infinispan.client.hotrod.configuration
- StatisticsConfiguration - Class in org.infinispan.configuration.cache
-
Determines whether cache statistics are gathered.
- StatisticsConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
Configures client-side statistics
- StatisticsConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Determines whether cache statistics are gathered.
- stats() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Deprecated.use
RemoteCache.serverStatistics()
instead - Stats - Interface in org.infinispan.stats
-
Stats.
- STATS_ENVELOPE - Static variable in interface org.infinispan.commons.marshall.Ids
- STATS_MODE_ID - Static variable in class org.infinispan.functional.ParamIds
- STATS_TASK - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- status(int) - Method in class org.infinispan.rest.NettyRestResponse.Builder
- status(HttpResponseStatus) - Method in class org.infinispan.rest.NettyRestResponse.Builder
- stop() - Method in interface org.infinispan.Cache
-
Stops a cache.
- stop() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
Stop the remote cache manager, disconnecting all existing connections.
- stop() - Method in interface org.infinispan.commons.api.Lifecycle
-
Invoked on component stop
- stop() - Method in interface org.infinispan.commons.marshall.Marshaller
-
Stop the marshaller.
- stop() - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
-
Deprecated.Stop the marshaller.
- stop() - Method in class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
-
Deprecated.
- stop() - Method in class org.infinispan.manager.DefaultCacheManager
- stop() - Method in interface org.infinispan.notifications.cachelistener.filter.FilterIndexingServiceProvider
-
Stop the provider.
- stop() - Method in class org.infinispan.persistence.cluster.ClusterLoader
-
Deprecated.
- stop() - Method in class org.infinispan.persistence.file.SingleFileStore
- stop() - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
- stop() - Method in class org.infinispan.persistence.jpa.JpaStore
- stop() - Method in class org.infinispan.persistence.remote.RemoteStore
- stop() - Method in class org.infinispan.persistence.rocksdb.RocksDBStore
- stop() - Method in class org.infinispan.persistence.sifs.FileProvider
- stop() - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
- stop() - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
This method is invoked when the cache is being shutdown.
- stop() - Method in class org.infinispan.rest.RestServer
- stopAllowed() - Method in enum org.infinispan.lifecycle.ComponentStatus
- stopAsync() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
- stopOperations() - Method in class org.infinispan.persistence.sifs.LogAppender
- STOPPING - org.infinispan.lifecycle.ComponentStatus
-
The
stop()
method has been called but has not yet completed. - storage() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
- storage() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
- storage() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- storage() - Method in class org.infinispan.counter.api.CounterConfiguration
- storage(IndexStorage) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- storage(IndexStorage) - Method in interface org.infinispan.configuration.cache.IndexingConfigurationChildBuilder
- storage(StorageType) - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- storage(Storage) - Method in class org.infinispan.counter.api.CounterConfiguration.Builder
-
Sets the storage mode of the counter.
- Storage - Enum in org.infinispan.counter.api
-
The storage mode of a counter.
- STORAGE - Static variable in class org.infinispan.configuration.cache.IndexingConfiguration
- STORAGE - Static variable in class org.infinispan.configuration.cache.MemoryConfiguration
- STORAGE_TYPE - Static variable in class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- Storage$___Marshaller_ed04a8616efd062a7c88e9e578efa97c99224ac3211dd20ca76376455f84a9ae - Class in org.infinispan.counter.api
- Storage$___Marshaller_ed04a8616efd062a7c88e9e578efa97c99224ac3211dd20ca76376455f84a9ae() - Constructor for class org.infinispan.counter.api.Storage$___Marshaller_ed04a8616efd062a7c88e9e578efa97c99224ac3211dd20ca76376455f84a9ae
- storageType() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
-
Deprecated.Use
MemoryConfiguration.storage()
instead. - storageType() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
-
Deprecated.Since 11.0, use
MemoryConfigurationBuilder.storage()
instead. - storageType() - Method in class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- storageType(StorageType) - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
-
Deprecated.Since 11.0, use
MemoryConfigurationBuilder.storage(StorageType)
instead. - StorageType - Enum in org.infinispan.configuration.cache
-
Enumeration defining the various storage types for the data container.
- STORE_METADATA - org.infinispan.persistence.jpa.configuration.Attribute
- StoreConfiguration - Interface in org.infinispan.configuration.cache
-
StoreConfiguration contains generic configuration elements available to all the stores.
- StoreConfigurationBuilder<T extends StoreConfiguration,S extends StoreConfigurationBuilder<T,S>> - Interface in org.infinispan.configuration.cache
-
LoaderConfigurationBuilder is an interface which should be implemented by all cache loader builders
- StoreConfigurationChildBuilder<S> - Interface in org.infinispan.configuration.cache
- storeMetadata() - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfiguration
- storeMetadata(boolean) - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationBuilder
- stores() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
- stores() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- STORES - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of put operations.
- StoreUnavailableException - Exception in org.infinispan.persistence.spi
-
An exception thrown by the
PersistenceManager
if one or more stores are unavailable when a cache operation is attempted. - StoreUnavailableException() - Constructor for exception org.infinispan.persistence.spi.StoreUnavailableException
- StoreUnavailableException(String) - Constructor for exception org.infinispan.persistence.spi.StoreUnavailableException
- StoreUnavailableException(String, Throwable) - Constructor for exception org.infinispan.persistence.spi.StoreUnavailableException
- StoreUnavailableException(Throwable) - Constructor for exception org.infinispan.persistence.spi.StoreUnavailableException
- strategy() - Method in class org.infinispan.configuration.cache.BackupConfiguration
-
How does the backup happen: sync or async.
- strategy() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- strategy(BackupConfiguration.BackupStrategy) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
Sets the strategy used for backing up data: sync or async.
- STRATEGY - Static variable in class org.infinispan.configuration.cache.BackupConfiguration
- stream() - Method in interface org.infinispan.CacheCollection
- stream() - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
- stream() - Method in interface org.infinispan.commons.util.CloseableIteratorCollection
- stream() - Method in interface org.infinispan.commons.util.IntSet
- stream(CloseableIterator<E>, boolean, long, int) - Static method in class org.infinispan.commons.util.Closeables
-
Creates a stream that when closed will also close the underlying iterator
- stream(CloseableSpliterator<E>, boolean) - Static method in class org.infinispan.commons.util.Closeables
-
Creates a stream that when closed will also close the underlying spliterator
- STREAM_ITERATOR_RESPONSE - Static variable in interface org.infinispan.commons.marshall.Ids
- STREAM_MAP_OPS - Static variable in interface org.infinispan.commons.marshall.Ids
- STREAM_MARSHALLING - Static variable in interface org.infinispan.commons.marshall.Ids
- StreamAwareMarshaller - Interface in org.infinispan.commons.marshall
-
A minimal interface that facilitates the marshalling/unmarshalling of objects from the provided
InputStream
/OutputStream
. - streaming() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Returns a cache where values are manipulated using
InputStream
andOutputStream
- StreamingMarshaller - Interface in org.infinispan.commons.marshall
-
Deprecated.for internal use only
- StreamingRemoteCache<K> - Interface in org.infinispan.client.hotrod
-
StreamingRemoteCache implements streaming versions of most
RemoteCache
methods - StreamMarshalling - Class in org.infinispan.stream
-
Static factory class containing methods that will provide marshallable instances for very common use cases.
- StreamMarshalling.StreamMarshallingExternalizer - Class in org.infinispan.stream
- StreamMarshallingExternalizer() - Constructor for class org.infinispan.stream.StreamMarshalling.StreamMarshallingExternalizer
- strength() - Method in class org.infinispan.server.hotrod.configuration.SaslConfiguration
- Strength - Enum in org.infinispan.server.hotrod.configuration
- STRENGTH - Static variable in class org.infinispan.server.hotrod.configuration.SaslConfiguration
- STRING_KEYED_JDBC_STORE - org.infinispan.persistence.jdbc.configuration.Element
- STRING_KEYED_TABLE - org.infinispan.persistence.jdbc.configuration.Element
- stringArray(int) - Static method in class org.infinispan.commons.util.Util
- StringMarshaller - Class in org.infinispan.commons.marshall
- StringMarshaller(Charset) - Constructor for class org.infinispan.commons.marshall.StringMarshaller
- StringPropertyReplacer - Class in org.infinispan.commons.util
-
A utility class for replacing properties in strings.
- StringPropertyReplacer() - Constructor for class org.infinispan.commons.util.StringPropertyReplacer
- StripedCounters<T> - Class in org.infinispan.commons.util.concurrent
-
Duplicates a set of counters in a set of stripes, so that multiple threads can increment those counters without too much contention.
- StripedCounters(Supplier<T>) - Constructor for class org.infinispan.commons.util.concurrent.StripedCounters
- stripeForCurrentThread() - Method in class org.infinispan.commons.util.concurrent.StripedCounters
- STRONG_COUNTER_KEY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- StrongCounter - Interface in org.infinispan.counter.api
-
The strong consistent counter interface.
- subElements() - Method in interface org.infinispan.commons.configuration.ConfigurationInfo
- subElements() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- subElements() - Method in class org.infinispan.configuration.cache.BackupConfiguration
- subElements() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
- subElements() - Method in class org.infinispan.configuration.cache.Configuration
- subElements() - Method in class org.infinispan.configuration.cache.ContentTypeConfiguration
- subElements() - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfiguration
-
Deprecated.
- subElements() - Method in class org.infinispan.configuration.cache.EncodingConfiguration
- subElements() - Method in class org.infinispan.configuration.cache.HashConfiguration
- subElements() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
- subElements() - Method in class org.infinispan.configuration.cache.IndexWriterConfiguration
- subElements() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
- subElements() - Method in class org.infinispan.configuration.cache.SecurityConfiguration
- subElements() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
- subElements() - Method in class org.infinispan.configuration.cache.SitesConfiguration
- subElements() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
- subElements() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- subElements() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- subElements() - Method in class org.infinispan.configuration.global.GlobalSecurityConfiguration
- subElements() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
- subElements() - Method in class org.infinispan.configuration.global.JGroupsConfiguration
- subElements() - Method in class org.infinispan.configuration.global.SerializationConfiguration
- subElements() - Method in class org.infinispan.configuration.global.StackConfiguration
- subElements() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
- subElements() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfiguration
- subElements() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfiguration
- subElements() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
- subElements() - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfiguration
- subElements() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
- subElements() - Method in class org.infinispan.persistence.remote.configuration.SecurityConfiguration
- subElements() - Method in class org.infinispan.persistence.remote.configuration.SslConfiguration
- subElements() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfiguration
- subElements() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- subElements() - Method in class org.infinispan.rest.configuration.CorsConfiguration
- subElements() - Method in class org.infinispan.rest.configuration.RestServerConfiguration
- subElements() - Method in class org.infinispan.server.core.configuration.EncryptionConfiguration
- subElements() - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfiguration
- subElements() - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfiguration
- subElements() - Method in class org.infinispan.server.hotrod.configuration.PolicyConfiguration
- subElements() - Method in class org.infinispan.server.hotrod.configuration.SaslConfiguration
- subject(Subject) - Method in class org.infinispan.tasks.TaskContext
-
The subject to impersonate when running this task.
- subList(int, int) - Method in class org.infinispan.commons.util.ForwardingList
- subList(int, int) - Method in class org.infinispan.commons.util.ImmutableListCopy.ImmutableSubList
- subList(int, int) - Method in class org.infinispan.commons.util.ImmutableListCopy
- submit(Runnable) - Method in interface org.infinispan.manager.ClusterExecutor
-
Submits the runnable to the desired nodes and returns a CompletableFuture that will be completed when all desired nodes complete the given command
- submit(SerializableRunnable) - Method in interface org.infinispan.manager.ClusterExecutor
-
The same as
ClusterExecutor.submit(Runnable)
, except the Runnable must also implement Serializable. - submitConsumer(Function<? super EmbeddedCacheManager, ? extends V>, TriConsumer<? super Address, ? super V, ? super Throwable>) - Method in interface org.infinispan.manager.ClusterExecutor
-
Submits the given command to the desired nodes and allows for handling of results as they return.
- submitConsumer(SerializableFunction<? super EmbeddedCacheManager, ? extends V>, TriConsumer<? super Address, ? super V, ? super Throwable>) - Method in interface org.infinispan.manager.ClusterExecutor
-
The same as
ClusterExecutor.submitConsumer(Function, TriConsumer)
, except the Callable must also implement Serializable. - subQueue(int) - Method in class org.infinispan.persistence.sifs.IndexQueue
- SUCCESSFUL_RESPONSE - Static variable in interface org.infinispan.commons.marshall.Ids
- sum(String) - Static method in interface org.infinispan.query.dsl.Expression
-
Deprecated.
- SuppliedExternalizer<T> - Class in org.infinispan.commons.marshall
- SuppliedExternalizer(Integer, Class<T>, Supplier<T>) - Constructor for class org.infinispan.commons.marshall.SuppliedExternalizer
- supplier() - Method in class org.infinispan.commons.util.ArrayCollector
- supplier(Supplier<? extends LocalConfigurationStorage>) - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- supportsDuplicates() - Method in interface org.infinispan.multimap.api.BasicMultimapCache
-
Multimap can support duplicates on the same key k → ['a', 'a', 'b'] or not k → ['a', 'b'] depending on configuration.
- supportsFilter(IndexedFilter<?, ?, ?>) - Method in interface org.infinispan.notifications.cachelistener.filter.FilterIndexingServiceProvider
-
Reports whether this provider supports the given filter type.
- switchToCluster(String) - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
-
Switch remote cache manager to a different cluster, previously declared via configuration.
- switchToCluster(String) - Method in class org.infinispan.client.hotrod.RemoteCacheManager
- switchToDefaultCluster() - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
-
Switch remote cache manager to a the default cluster, previously declared via configuration.
- switchToDefaultCluster() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
- sync() - Method in interface org.infinispan.counter.api.StrongCounter
-
It returns a synchronous strong counter for this instance.
- sync() - Method in interface org.infinispan.counter.api.WeakCounter
-
It returns a synchronous weak counter for this instance.
- sync() - Method in annotation type org.infinispan.notifications.Listener
-
Specifies whether callbacks on any class annotated with this annotation happens synchronously or asynchronously.
- SYNC - org.infinispan.configuration.cache.BackupConfiguration.BackupStrategy
- SYNC - org.infinispan.functional.Param.ReplicationMode
-
Command is completed when all owners are updated.
- SYNC_CONSISTENT_HASH_FACTORY - Static variable in interface org.infinispan.commons.marshall.Ids
- SYNC_REPLICATED_CONSISTENT_HASH_FACTORY - Static variable in interface org.infinispan.commons.marshall.Ids
- SYNC_WRITES - org.infinispan.persistence.sifs.configuration.Attribute
- SYNC_WRITES - Static variable in class org.infinispan.persistence.sifs.configuration.DataConfiguration
- syncBackupsStream() - Method in class org.infinispan.configuration.cache.SitesConfiguration
- SyncProcessingQueue<T> - Class in org.infinispan.persistence.sifs
-
Multiple producer-single consumer queue.
- SyncProcessingQueue() - Constructor for class org.infinispan.persistence.sifs.SyncProcessingQueue
- SyncStrongCounter - Interface in org.infinispan.counter.api
-
A synchronous
StrongCounter
. - SyncWeakCounter - Interface in org.infinispan.counter.api
-
A synchronous
WeakCounter
. - syncWrites() - Method in class org.infinispan.persistence.sifs.configuration.DataConfiguration
- syncWrites() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfiguration
- syncWrites(boolean) - Method in class org.infinispan.persistence.sifs.configuration.DataConfigurationBuilder
- syncWrites(boolean) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
-
Sets whether writes shoud wait to be fsynced to disk.
T
- table() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfiguration
- table() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationBuilder
-
Allows configuration of table-specific parameters such as column names and types
- TABLE_NAME_PREFIX - Static variable in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
- TableManipulationConfiguration - Class in org.infinispan.persistence.jdbc.configuration
- TableManipulationConfigurationBuilder<B extends AbstractJdbcStoreConfigurationBuilder<?,B>,S extends TableManipulationConfigurationBuilder<B,S>> - Class in org.infinispan.persistence.jdbc.configuration
-
TableManipulationConfigurationBuilder.
- tableNamePrefix() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
- tableNamePrefix(String) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
-
Sets the prefix for the name of the table where the data will be stored.
- take() - Method in class org.infinispan.persistence.sifs.IndexQueue
- takeOffline() - Method in class org.infinispan.configuration.cache.BackupConfiguration
- takeOffline() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- TakeOfflineConfiguration - Class in org.infinispan.configuration.cache
- TakeOfflineConfiguration(AttributeSet) - Constructor for class org.infinispan.configuration.cache.TakeOfflineConfiguration
- TakeOfflineConfigurationBuilder - Class in org.infinispan.configuration.cache
- TakeOfflineConfigurationBuilder(ConfigurationBuilder, BackupConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- Task - Interface in org.infinispan.tasks
- TaskContext - Class in org.infinispan.tasks
-
TaskContext.
- TaskContext() - Constructor for class org.infinispan.tasks.TaskContext
- TaskExecutionMode - Enum in org.infinispan.tasks
- TCP_KEEPALIVE - Static variable in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- TCP_NO_DELAY - org.infinispan.persistence.remote.configuration.Attribute
- TCP_NODELAY - Static variable in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- tcpKeepAlive() - Method in class org.infinispan.client.hotrod.configuration.Configuration
- tcpKeepAlive() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- tcpKeepAlive(boolean) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
- tcpKeepAlive(boolean) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
- tcpKeepAlive(boolean) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Affects TCP KEEPALIVE on the TCP stack.
- tcpKeepAlive(boolean) - Method in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
- tcpKeepAlive(boolean) - Method in class org.infinispan.server.core.configuration.AbstractProtocolServerConfigurationChildBuilder
- tcpKeepAlive(boolean) - Method in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
- tcpKeepAlive(boolean) - Method in interface org.infinispan.server.core.configuration.ProtocolServerConfigurationChildBuilder
-
Affects TCP KEEPALIVE on the TCP stack.
- tcpNoDelay() - Method in class org.infinispan.client.hotrod.configuration.Configuration
- tcpNoDelay() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
- tcpNoDelay() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- tcpNoDelay(boolean) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
- tcpNoDelay(boolean) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
- tcpNoDelay(boolean) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Affects TCP NODELAY on the TCP stack.
- tcpNoDelay(boolean) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
- tcpNoDelay(boolean) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
- tcpNoDelay(boolean) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
Affects TCP NODELAY on the TCP stack.
- tcpNoDelay(boolean) - Method in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
- tcpNoDelay(boolean) - Method in class org.infinispan.server.core.configuration.AbstractProtocolServerConfigurationChildBuilder
- tcpNoDelay(boolean) - Method in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
- tcpNoDelay(boolean) - Method in interface org.infinispan.server.core.configuration.ProtocolServerConfigurationChildBuilder
-
Affects TCP NODELAY on the TCP stack.
- TEBIBYTES - org.infinispan.commons.util.MemoryUnit
-
Deprecated.
- template() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- template(boolean) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- template(boolean) - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- TEMPLATE_NAME - Static variable in class org.infinispan.client.hotrod.configuration.RemoteCacheConfiguration
- templateName() - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfiguration
- templateName(String) - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfigurationBuilder
-
Specifies the name of a template to be used to create the cache if it doesn't already exist on the server.
- templateName(DefaultTemplate) - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfigurationBuilder
-
Specifies one of the default templates to be used to create the cache if it doesn't already exist on the server.
- TemporaryGlobalStatePathConfiguration - Class in org.infinispan.configuration.global
- TemporaryGlobalStatePathConfiguration(AttributeSet, String) - Constructor for class org.infinispan.configuration.global.TemporaryGlobalStatePathConfiguration
- TemporaryGlobalStatePathConfigurationBuilder - Class in org.infinispan.configuration.global
- temporaryLocation() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
-
Returns the filesystem path where temporary state should be stored.
- temporaryLocation(String) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
-
Defines the filesystem path where temporary state should be stored.
- temporaryLocation(String, String) - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- temporaryLocationConfiguration() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
- TemporaryTable - Class in org.infinispan.persistence.sifs
-
Table holding the entry positions in log before these are persisted to the index.
- TemporaryTable(int) - Constructor for class org.infinispan.persistence.sifs.TemporaryTable
- TemporaryTable.LockedEntry - Class in org.infinispan.persistence.sifs
- TERABYTES - org.infinispan.commons.util.MemoryUnit
-
Deprecated.
- TERMINAL_OPERATIONS - Static variable in interface org.infinispan.commons.marshall.Ids
- TERMINATED - org.infinispan.lifecycle.ComponentStatus
-
The
stop()
method has completed and the component has terminated. - test(ScopedState) - Method in class org.infinispan.globalstate.ScopeFilter
- TEST_WHILE_IDLE - org.infinispan.persistence.remote.configuration.Attribute
- testWhileIdle(boolean) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
-
Deprecated.since 10.0. This method has no effect
- THREAD_POOL_SIZE - Static variable in class org.infinispan.configuration.cache.AsyncStoreConfiguration
-
Deprecated.
- threadDump() - Static method in class org.infinispan.commons.util.Util
- threadFactories() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
- threadFactory() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- threadFactory() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- threadFactory() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- threadFactory() - Method in class org.infinispan.configuration.global.ThreadPoolConfiguration
- threadFactory(String) - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- threadFactory(String) - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- threadFactory(String) - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- threadFactory(ThreadFactory) - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- ThreadFactoryConfigurationBuilder - Class in org.infinispan.configuration.global
- threadLocalRandomUUID() - Static method in class org.infinispan.commons.util.Util
-
Uses a
ThreadLocalRandom
to generate a UUID. - threadNamePattern() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- threadNamePattern(String) - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- ThreadPoolBuilderAdapter - Interface in org.infinispan.configuration.global
- ThreadPoolConfiguration - Class in org.infinispan.configuration.global
- ThreadPoolConfiguration(String, ThreadFactory, ThreadPoolExecutorFactory) - Constructor for class org.infinispan.configuration.global.ThreadPoolConfiguration
- ThreadPoolConfigurationBuilder - Class in org.infinispan.configuration.global
- ThreadPoolConfigurationBuilder(GlobalConfigurationBuilder) - Constructor for class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- ThreadPoolExecutorFactory<T extends ExecutorService> - Interface in org.infinispan.commons.executors
- threadPoolFactory() - Method in class org.infinispan.configuration.global.ThreadPoolConfiguration
- threadPoolFactory(ThreadPoolExecutorFactory) - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- threadPoolSize() - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
-
Deprecated.since 11.0 with no replacement as the thread pool is no longer used
- threadPoolSize(int) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
-
Deprecated.since 11.0 with no replacement as the thread pool is no longer used
- threadPoolSize(int) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- threads() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- threads() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- ThreadsConfiguration - Class in org.infinispan.configuration.global
- ThreadsConfigurationBuilder - Class in org.infinispan.configuration.global
- TIME_BETWEEN_EVICTION_RUNS - org.infinispan.persistence.remote.configuration.Attribute
- TIME_SINCE_START - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of seconds since Hot Rod started.
- TIME_TO_LIVE_HEADER - org.infinispan.rest.ResponseHeader
- timeBetweenEvictionRuns(long) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
-
Deprecated.since 10.0. This method has no effect
- timeout() - Method in class org.infinispan.client.hotrod.configuration.TransactionConfiguration
-
Deprecated.
- timeout() - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
-
This is the maximum amount of time - in milliseconds - to wait for state from neighboring caches, before throwing an exception and aborting startup.
- timeout() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
- timeout(long) - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
-
This is the maximum amount of time - in milliseconds - to wait for state from neighboring caches, before throwing an exception and aborting startup.
- timeout(long) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
-
This is the maximum amount of time - in milliseconds - to wait for state from neighboring caches, before throwing an exception and aborting startup.
- timeout(long) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
-
The time (in milliseconds) to wait for the backup site acknowledge the state chunk received and applied.
- timeout(long, TimeUnit) - Method in interface org.infinispan.BaseCacheStream
-
Sets a given time to wait for a remote operation to respond by.
- timeout(long, TimeUnit) - Method in interface org.infinispan.CacheStream
-
Sets a given time to wait for a remote operation to respond by.
- timeout(long, TimeUnit) - Method in class org.infinispan.client.hotrod.configuration.TransactionConfigurationBuilder
-
Deprecated.since 12.0. To be removed in Infinispan 14. Use
ConfigurationBuilder.transactionTimeout(long, TimeUnit)
- timeout(long, TimeUnit) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
-
This is the maximum amount of time - in milliseconds - to wait for state from neighboring caches, before throwing an exception and aborting startup.
- timeout(long, TimeUnit) - Method in interface org.infinispan.DoubleCacheStream
-
Sets a given time to wait for a remote operation to respond by.
- timeout(long, TimeUnit) - Method in interface org.infinispan.IntCacheStream
-
Sets a given time to wait for a remote operation to respond by.
- timeout(long, TimeUnit) - Method in interface org.infinispan.LockedStream
-
Sets the timeout for the acquisition of the lock for each entry.
- timeout(long, TimeUnit) - Method in interface org.infinispan.LongCacheStream
-
Sets a given time to wait for a remote operation to respond by.
- timeout(long, TimeUnit) - Method in interface org.infinispan.manager.ClusterExecutor
-
Sets a duration after which a command will timeout.
- timeout(long, TimeUnit) - Method in interface org.infinispan.query.dsl.Query
-
Set the timeout for this query.
- TIMEOUT - Static variable in class org.infinispan.configuration.cache.StateTransferConfiguration
- TIMEOUT - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
- TIMESTAMP_COLUMN - org.infinispan.persistence.jdbc.configuration.Element
- TIMESTAMP_COLUMN_NAME - Static variable in class org.infinispan.persistence.jdbc.configuration.TimestampColumnConfiguration
- TIMESTAMP_COLUMN_TYPE - Static variable in class org.infinispan.persistence.jdbc.configuration.TimestampColumnConfiguration
- timeStampColumnConfiguration() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
- TimestampColumnConfiguration - Class in org.infinispan.persistence.jdbc.configuration
- TimestampColumnConfiguration(AttributeSet) - Constructor for class org.infinispan.persistence.jdbc.configuration.TimestampColumnConfiguration
- TimestampColumnConfigurationBuilder - Class in org.infinispan.persistence.jdbc.configuration
- timestampColumnName() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
- timestampColumnName(String) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
-
The name of the database column used to store the timestamps
- timestampColumnType() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
- timestampColumnType(String) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
-
The type of the database column used to store the timestamps
- timeToLive(long) - Method in class org.infinispan.rest.NettyRestResponse.Builder
- toArray() - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
- toArray() - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
- toArray() - Method in class org.infinispan.commons.util.ForwardingList
- toArray() - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
- toArray() - Method in class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- toArray() - Method in class org.infinispan.commons.util.ImmutableListCopy
- toArray() - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- toArray() - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- toArray() - Static method in enum org.infinispan.rest.RequestHeader
- toArray() - Static method in enum org.infinispan.rest.ResponseHeader
- toArray(SerializableIntFunction<A[]>) - Method in interface org.infinispan.CacheStream
-
Same as
Stream.toArray(IntFunction)
except that the BinaryOperator must also implementSerializable
- toArray(T[]) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
- toArray(T[]) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
- toArray(T[]) - Method in class org.infinispan.commons.util.ForwardingList
- toArray(T[]) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
- toArray(T[]) - Method in class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- toArray(T[]) - Method in class org.infinispan.commons.util.ImmutableListCopy
- toArray(T[]) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- toArray(T[]) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- toAsync() - Method in enum org.infinispan.configuration.cache.CacheMode
- toBitSet() - Method in class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- toBitSet() - Method in interface org.infinispan.commons.util.IntSet
-
Returns a byte array that has a bit set for each int in this set where each byte represents 8 numbers.
- toBitSet() - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- toBitSet() - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- toBuilder() - Method in interface org.infinispan.query.dsl.FilterConditionContext
-
Deprecated.To be removed in Infinispan 10.0 without replacement.
- toByteArray(ByteBuffer) - Static method in class org.infinispan.commons.marshall.MarshallUtil
- toBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
-
Deprecated.
- toCacheType() - Method in enum org.infinispan.configuration.cache.CacheMode
- toCharArray(String) - Static method in class org.infinispan.commons.util.Util
- toClassArray(String[], ClassLoader) - Static method in class org.infinispan.commons.util.ReflectionUtil
- toEntrySet(AdvancedCacheLoader<K, V>, Predicate<? super K>, InternalEntryFactory) - Static method in class org.infinispan.persistence.PersistenceUtil
- toGibiBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
-
Deprecated.
- toGigaBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
-
Deprecated.
- toHexString(byte[]) - Static method in class org.infinispan.commons.util.Util
- toHexString(byte[], int) - Static method in class org.infinispan.commons.util.Util
- toHexString(byte[], int, int) - Static method in class org.infinispan.commons.util.Util
- toIntArray() - Method in class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- toIntArray() - Method in interface org.infinispan.commons.util.IntSet
-
Returns an array containing all of the elements in this set.
- toIntArray() - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- toIntArray() - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- toJDKByteBuffer() - Method in class org.infinispan.commons.io.ByteBufferImpl
- toJson() - Method in class org.infinispan.commons.util.JVMMemoryInfoInfo
- toJson() - Method in class org.infinispan.manager.CacheManagerInfo
- toJson() - Method in interface org.infinispan.tasks.Task
- toJSON(ConfigurationInfo) - Method in class org.infinispan.commons.configuration.JsonWriter
- toJsonObject(ConfigurationInfo) - Method in class org.infinispan.commons.configuration.JsonWriter
- token(String) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
- toKeySet(AdvancedCacheLoader<K, V>, Predicate<? super K>) - Static method in class org.infinispan.persistence.PersistenceUtil
- toKeySet(NonBlockingStore<K, V>, IntSet, Predicate<? super K>) - Static method in class org.infinispan.persistence.PersistenceUtil
- toKibiBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
-
Deprecated.
- toKiloBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
-
Deprecated.
- toMebiBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
-
Deprecated.
- toMegaBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
-
Deprecated.
- toObjectSet(Collection<?>) - Static method in class org.infinispan.commons.util.InfinispanCollections
- TOPOLOGY_AWAIT_INITIAL_TRANSFER - Static variable in class org.infinispan.server.hotrod.configuration.TopologyCacheConfiguration
- TOPOLOGY_AWARE - org.infinispan.client.hotrod.configuration.ClientIntelligence
- TOPOLOGY_AWARE_CONSISTENT_HASH_FACTORY - Static variable in interface org.infinispan.commons.marshall.Ids
- TOPOLOGY_AWARE_SYNC_CONSISTENT_HASH_FACTORY - Static variable in interface org.infinispan.commons.marshall.Ids
- TOPOLOGY_CACHE_NAME_PREFIX - Static variable in class org.infinispan.server.hotrod.configuration.HotRodServerConfiguration
- TOPOLOGY_CHANGED - org.infinispan.notifications.cachelistener.event.Event.Type
- TOPOLOGY_LOCK_TIMEOUT - Static variable in class org.infinispan.server.hotrod.configuration.TopologyCacheConfiguration
- TOPOLOGY_REPL_TIMEOUT - Static variable in class org.infinispan.server.hotrod.configuration.TopologyCacheConfiguration
- topologyAwaitInitialTransfer() - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfiguration
- topologyAwaitInitialTransfer(boolean) - Method in class org.infinispan.server.hotrod.configuration.AbstractHotRodServerChildConfigurationBuilder
- topologyAwaitInitialTransfer(boolean) - Method in interface org.infinispan.server.hotrod.configuration.HotRodServerChildConfigurationBuilder
-
Configures whether to enable waiting for initial state transfer for the topology cache.
- topologyAwaitInitialTransfer(boolean) - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfigurationBuilder
-
Configures whether to enable waiting for initial state transfer for the topology cache.
- topologyCache() - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfiguration
- TopologyCacheConfiguration - Class in org.infinispan.server.hotrod.configuration
- TopologyCacheConfigurationBuilder - Class in org.infinispan.server.hotrod.configuration
- topologyCacheName() - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfiguration
- TopologyChanged - Annotation Type in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when the
ConsistentHash
implementation in use by theDistributionManager
changes due to a change in cluster topology. - TopologyChangedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
The event passed in to methods annotated with
TopologyChanged
. - topologyLockTimeout() - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfiguration
- topologyLockTimeout(long) - Method in class org.infinispan.server.hotrod.configuration.AbstractHotRodServerChildConfigurationBuilder
- topologyLockTimeout(long) - Method in interface org.infinispan.server.hotrod.configuration.HotRodServerChildConfigurationBuilder
-
Configures the lock acquisition timeout for the topology cache.
- topologyLockTimeout(long) - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfigurationBuilder
-
Configures the lock acquisition timeout for the topology cache.
- topologyReplTimeout() - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfiguration
- topologyReplTimeout(long) - Method in class org.infinispan.server.hotrod.configuration.AbstractHotRodServerChildConfigurationBuilder
- topologyReplTimeout(long) - Method in interface org.infinispan.server.hotrod.configuration.HotRodServerChildConfigurationBuilder
-
Configures the replication timeout for the topology cache.
- topologyReplTimeout(long) - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfigurationBuilder
-
Configures the replication timeout for the topology cache.
- topologyStateTransfer() - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfiguration
-
Deprecated.since 11.0. To be removed in 14.0 ISPN-11864 with no direct replacement.
- topologyStateTransfer(boolean) - Method in class org.infinispan.server.hotrod.configuration.AbstractHotRodServerChildConfigurationBuilder
- topologyStateTransfer(boolean) - Method in interface org.infinispan.server.hotrod.configuration.HotRodServerChildConfigurationBuilder
-
Configures whether to enable state transfer for the topology cache.
- topologyStateTransfer(boolean) - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfigurationBuilder
-
Deprecated.since 11.0. To be removed in 14.0 ISPN-11864 with no direct replacement.
- toRFC1123(long) - Static method in class org.infinispan.rest.DateUtils
- toScopedState(ScopedPersistentState) - Method in interface org.infinispan.distribution.ch.ConsistentHash
-
Writes this ConsistentHash to the specified scoped state.
- toStr(Object) - Static method in class org.infinispan.commons.util.Util
- toStr(Collection<E>) - Static method in class org.infinispan.commons.util.Util
- toString() - Method in class org.infinispan.client.hotrod.configuration.Configuration
- toString() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
- toString() - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration
- toString() - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
- toString() - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfiguration
- toString() - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfiguration
- toString() - Method in enum org.infinispan.client.hotrod.configuration.SaslQop
- toString() - Method in enum org.infinispan.client.hotrod.configuration.SaslStrength
- toString() - Method in class org.infinispan.client.hotrod.configuration.ServerConfiguration
- toString() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
- toString() - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfiguration
- toString() - Method in class org.infinispan.client.hotrod.configuration.TransactionConfiguration
-
Deprecated.
- toString() - Method in class org.infinispan.client.hotrod.DataFormat
- toString() - Method in exception org.infinispan.client.hotrod.exceptions.HotRodClientException
- toString() - Method in enum org.infinispan.client.hotrod.ProtocolVersion
- toString() - Method in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
- toString() - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
-
Deprecated.
- toString() - Method in class org.infinispan.commons.hash.MurmurHash3
- toString() - Method in class org.infinispan.commons.io.ByteBufferImpl
- toString() - Method in class org.infinispan.commons.marshall.WrappedByteArray
- toString() - Method in class org.infinispan.commons.util.AbstractMap.SimpleEntry
- toString() - Method in class org.infinispan.commons.util.BloomFilter
- toString() - Method in class org.infinispan.commons.util.FastCopyHashMap
-
Returns a string representation of this map.
- toString() - Method in class org.infinispan.commons.util.KeyValueWithPrevious
- toString() - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- toString() - Method in class org.infinispan.commons.util.SegmentAwareKey
- toString() - Method in class org.infinispan.commons.util.SimpleImmutableEntry
- toString() - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- toString() - Method in class org.infinispan.commons.util.WeakValueHashMap
- toString() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- toString() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.AsyncStoreConfiguration
- toString() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.AuthorizationConfiguration
- toString() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.BackupConfiguration
- toString() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.BackupForBuilder
- toString() - Method in class org.infinispan.configuration.cache.BackupForConfiguration
- toString() - Method in class org.infinispan.configuration.cache.ClusteringConfiguration
- toString() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfiguration
-
Deprecated.
- toString() - Method in class org.infinispan.configuration.cache.Configuration
- toString() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.ContentTypeConfiguration
- toString() - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfiguration
-
Deprecated.
- toString() - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfigurationBuilder
-
Deprecated.
- toString() - Method in class org.infinispan.configuration.cache.EncodingConfiguration
- toString() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.ExpirationConfiguration
- toString() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.GroupsConfiguration
- toString() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.HashConfiguration
- toString() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
- toString() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.IndexMergeConfiguration
- toString() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.IndexReaderConfiguration
- toString() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- toString() - Method in enum org.infinispan.configuration.cache.IndexStorage
- toString() - Method in class org.infinispan.configuration.cache.IndexWriterConfiguration
- toString() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.InterceptorConfiguration
- toString() - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
-
Deprecated.
- toString() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfiguration
- toString() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.L1Configuration
- toString() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.LockingConfiguration
- toString() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
- toString() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.MemoryStorageConfiguration
-
Deprecated.
- toString() - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
-
Deprecated.
- toString() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfiguration
- toString() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
- toString() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.RecoveryConfiguration
- toString() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.SecurityConfiguration
- toString() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfiguration
- toString() - Method in class org.infinispan.configuration.cache.SitesConfiguration
- toString() - Method in class org.infinispan.configuration.cache.StateTransferConfiguration
- toString() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.StatisticsConfiguration
- toString() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.TakeOfflineConfiguration
- toString() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
- toString() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.UnsafeConfiguration
- toString() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
- toString() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.AllowListConfiguration
- toString() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfiguration
- toString() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfiguration
- toString() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- toString() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.GlobalJmxConfiguration
- toString() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.GlobalMetricsConfiguration
- toString() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.GlobalSecurityConfiguration
- toString() - Method in class org.infinispan.configuration.global.GlobalStateConfiguration
- toString() - Method in class org.infinispan.configuration.global.JGroupsConfiguration
- toString() - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.JGroupsProtocolConfiguration
- toString() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfiguration
- toString() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.SerializationConfiguration
- toString() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.ShutdownConfiguration
- toString() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.SiteConfiguration
-
Deprecated.
- toString() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
-
Deprecated.
- toString() - Method in class org.infinispan.configuration.global.StackConfiguration
- toString() - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.StackFileConfiguration
- toString() - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.ThreadPoolConfiguration
- toString() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
- toString() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- toString() - Method in class org.infinispan.configuration.global.WhiteListConfiguration
-
Deprecated.
- toString() - Method in class org.infinispan.counter.api.CounterConfiguration
- toString() - Method in class org.infinispan.distribution.DistributionInfo
- toString() - Method in class org.infinispan.functional.MetaParam.MetaCreated
- toString() - Method in class org.infinispan.functional.MetaParam.MetaEntryVersion
- toString() - Method in class org.infinispan.functional.MetaParam.MetaLastUsed
- toString() - Method in class org.infinispan.functional.MetaParam.MetaLifespan
- toString() - Method in class org.infinispan.functional.MetaParam.MetaMaxIdle
- toString() - Method in class org.infinispan.globalstate.ScopedState
- toString() - Method in class org.infinispan.io.GridFile.Metadata
-
Deprecated.
- toString() - Method in class org.infinispan.io.GridFile
-
Deprecated.
- toString() - Method in class org.infinispan.lock.api.ClusteredLockConfiguration
- toString() - Method in class org.infinispan.manager.DefaultCacheManager
- toString() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedExpirableMetadata
- toString() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedLifespanExpirableMetadata
- toString() - Method in class org.infinispan.metadata.EmbeddedMetadata.EmbeddedMaxIdleExpirableMetadata
- toString() - Method in class org.infinispan.metadata.EmbeddedMetadata
- toString() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfiguration
- toString() - Method in enum org.infinispan.persistence.jdbc.configuration.Attribute
- toString() - Method in class org.infinispan.persistence.jdbc.configuration.DataColumnConfiguration
- toString() - Method in enum org.infinispan.persistence.jdbc.configuration.Element
- toString() - Method in class org.infinispan.persistence.jdbc.configuration.IdColumnConfiguration
- toString() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfiguration
- toString() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationBuilder
- toString() - Method in class org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfiguration
- toString() - Method in class org.infinispan.persistence.jdbc.configuration.SegmentColumnConfiguration
- toString() - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfiguration
- toString() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfiguration
- toString() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
- toString() - Method in class org.infinispan.persistence.jdbc.configuration.TimestampColumnConfiguration
- toString() - Method in enum org.infinispan.persistence.jpa.configuration.Attribute
- toString() - Method in enum org.infinispan.persistence.jpa.configuration.Element
- toString() - Method in enum org.infinispan.persistence.remote.configuration.Attribute
- toString() - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfiguration
- toString() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfiguration
- toString() - Method in enum org.infinispan.persistence.remote.configuration.Element
- toString() - Method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfiguration
- toString() - Method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfigurationBuilder
- toString() - Method in class org.infinispan.persistence.remote.configuration.KeyStoreConfiguration
- toString() - Method in class org.infinispan.persistence.remote.configuration.MechanismConfiguration
- toString() - Method in class org.infinispan.persistence.remote.configuration.RemoteServerConfiguration
- toString() - Method in class org.infinispan.persistence.remote.configuration.SecurityConfiguration
- toString() - Method in class org.infinispan.persistence.remote.configuration.SecurityConfigurationBuilder
- toString() - Method in class org.infinispan.persistence.remote.configuration.SslConfiguration
- toString() - Method in enum org.infinispan.persistence.rocksdb.configuration.Attribute
- toString() - Method in enum org.infinispan.persistence.rocksdb.configuration.Element
- toString() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBExpirationConfiguration
- toString() - Method in class org.infinispan.persistence.sifs.configuration.DataConfiguration
- toString() - Method in enum org.infinispan.persistence.sifs.configuration.Element
- toString() - Method in class org.infinispan.persistence.sifs.configuration.IndexConfiguration
- toString() - Method in class org.infinispan.persistence.sifs.configuration.IndexConfigurationBuilder
- toString() - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- toString() - Method in class org.infinispan.persistence.sifs.EntryHeader
- toString() - Method in class org.infinispan.query.remote.client.FilterResult
- toString() - Method in class org.infinispan.rest.CacheControl
- toString() - Method in class org.infinispan.rest.configuration.AuthenticationConfiguration
- toString() - Method in class org.infinispan.rest.configuration.CorsConfiguration
- toString() - Method in class org.infinispan.rest.configuration.CorsRuleConfiguration
- toString() - Method in class org.infinispan.rest.configuration.RestServerConfiguration
- toString() - Method in class org.infinispan.rest.NettyRestRequest
- toString() - Method in enum org.infinispan.security.AuditContext
- toString() - Method in class org.infinispan.server.core.configuration.EncryptionConfiguration
- toString() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- toString() - Method in class org.infinispan.server.core.configuration.SniConfiguration
- toString() - Method in class org.infinispan.server.core.configuration.SslConfiguration
- toString() - Method in class org.infinispan.server.core.configuration.SslEngineConfiguration
- toString() - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfiguration
- toString() - Method in class org.infinispan.server.hotrod.configuration.BooleanElementConfiguration
- toString() - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfiguration
- toString() - Method in class org.infinispan.server.hotrod.configuration.PolicyConfiguration
- toString() - Method in enum org.infinispan.server.hotrod.configuration.QOP
- toString() - Method in class org.infinispan.server.hotrod.configuration.SaslConfiguration
- toString() - Method in enum org.infinispan.server.hotrod.configuration.Strength
- toString() - Method in class org.infinispan.server.hotrod.configuration.TopologyCacheConfiguration
- toString() - Method in class org.infinispan.server.memcached.configuration.MemcachedServerConfiguration
-
Deprecated.
- toString() - Method in class org.infinispan.tasks.TaskContext
- toString() - Method in class org.infinispan.xsite.spi.SiteEntry
- toString(Object) - Method in interface org.infinispan.query.Transformer
-
Transforms an Object into a String.
- toStringArray(Class<?>[]) - Static method in class org.infinispan.commons.util.ReflectionUtil
- toSync() - Method in enum org.infinispan.configuration.cache.CacheMode
- toSync(boolean) - Method in enum org.infinispan.configuration.cache.CacheMode
- TOTAL_NR_OF_ENTRIES - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of entries stored in Hot Rod server since the server started running.
- totalLength() - Method in class org.infinispan.persistence.sifs.EntryHeader
- toTebiBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
-
Deprecated.
- toTeraBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
-
Deprecated.
- toTypedProperties(Properties) - Static method in class org.infinispan.commons.util.TypedProperties
-
Factory method that converts a JDK
Properties
instance to an instance of TypedProperties, if needed. - touch(Object, boolean) - Method in interface org.infinispan.AdvancedCache
-
Touches the given key if present.
- touch(Object, int, boolean) - Method in interface org.infinispan.AdvancedCache
-
The same as
AdvancedCache.touch(Object, boolean)
except that the segment is already known. - toURI() - Method in class org.infinispan.io.GridFile
-
Deprecated.
- toURL() - Method in class org.infinispan.io.GridFile
-
Deprecated.
- toXMLString() - Method in interface org.infinispan.commons.configuration.BasicConfiguration
-
Deprecated.
- toXMLString(String) - Method in interface org.infinispan.commons.configuration.BasicConfiguration
-
Converts this configuration to its XML representation.
- toXMLString(String) - Method in class org.infinispan.commons.configuration.XMLStringConfiguration
- toXMLString(String) - Method in class org.infinispan.configuration.cache.Configuration
- transaction() - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
- transaction() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
Deprecated.since 12.0. To be removed in Infinispan 14.
- transaction() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
- transaction() - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Transaction configuration
- transaction() - Method in class org.infinispan.configuration.cache.Configuration
- transaction() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- transaction() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- TRANSACTION_COMPLETED - org.infinispan.notifications.cachelistener.event.Event.Type
- TRANSACTION_INFO - Static variable in interface org.infinispan.commons.marshall.Ids
- TRANSACTION_MANAGER - Static variable in class org.infinispan.client.hotrod.configuration.RemoteCacheConfiguration
- TRANSACTION_MANAGER_LOOKUP - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
- TRANSACTION_MODE - Static variable in class org.infinispan.client.hotrod.configuration.RemoteCacheConfiguration
- TRANSACTION_MODE - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
- TRANSACTION_REGISTERED - org.infinispan.notifications.cachelistener.event.Event.Type
- TRANSACTION_SYNCHRONIZATION_REGISTRY_LOOKUP - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
- transactional() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- transactional() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
- transactional(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
This setting should be set to true when the underlying cache store supports transactions and it is desirable for the underlying store and the cache to remain synchronized.
- transactional(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- transactional(boolean) - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
This setting should be set to true when the underlying cache store supports transactions and it is desirable for the underlying store and the cache to remain synchronized.
- TRANSACTIONAL - org.infinispan.persistence.spi.NonBlockingStore.Characteristic
-
If this store supports being invoked in a transactional context with prepare and commit or rollback phases.
- TRANSACTIONAL - org.infinispan.transaction.TransactionMode
- TRANSACTIONAL - Static variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- TransactionalCache - Interface in org.infinispan.commons.api
-
This interface is implemented by caches that support (i.e.
- TransactionalCacheWriter<K,V> - Interface in org.infinispan.persistence.spi
-
Deprecated.since 11.0 replaced by
NonBlockingStore
- TransactionalEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
An event subtype that includes a transaction context - if one exists - as well as a boolean as to whether the call originated locally or remotely.
- TransactionCompleted - Annotation Type in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when the cache is called to participate in a transaction and the transaction completes, either with a commit or a rollback.
- TransactionCompletedEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
This event is passed in to any method annotated with
TransactionCompleted
. - TransactionConfiguration - Class in org.infinispan.client.hotrod.configuration
-
Deprecated.since 12.0. To be removed in Infinispan 14
- TransactionConfiguration - Class in org.infinispan.configuration.cache
-
Defines transactional (JTA) characteristics of the cache.
- TransactionConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
Deprecated.since 12.0. To be removed in Infinispan 14.
- TransactionConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Defines transactional (JTA) characteristics of the cache.
- TransactionConfigurationChildBuilder - Interface in org.infinispan.configuration.cache
- transactionManager(TransactionManager) - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfigurationBuilder
-
Deprecated.since 12.0. To be removed in Infinispan 14. Use
RemoteCacheConfigurationBuilder.transactionManagerLookup(TransactionManagerLookup)
instead. - transactionManagerLookup() - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfiguration
- transactionManagerLookup() - Method in class org.infinispan.client.hotrod.configuration.TransactionConfiguration
-
Deprecated.
- transactionManagerLookup() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
Configure Transaction manager lookup directly using an instance of TransactionManagerLookup.
- transactionManagerLookup() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- transactionManagerLookup(TransactionManagerLookup) - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfigurationBuilder
-
The
TransactionManagerLookup
to lookup for theTransactionManager
to interact with. - transactionManagerLookup(TransactionManagerLookup) - Method in class org.infinispan.client.hotrod.configuration.TransactionConfigurationBuilder
-
Deprecated.since 12.0. To be removed in Infinispan 14. Use
RemoteCacheConfigurationBuilder.transactionManagerLookup(TransactionManagerLookup)
- transactionManagerLookup(TransactionManagerLookup) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
Configure Transaction manager lookup directly using an instance of TransactionManagerLookup.
- transactionMode() - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfiguration
- transactionMode() - Method in class org.infinispan.client.hotrod.configuration.TransactionConfiguration
-
Deprecated.
- transactionMode() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
- transactionMode() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- transactionMode(TransactionMode) - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfigurationBuilder
-
The
TransactionMode
in which aRemoteCache
will be enlisted. - transactionMode(TransactionMode) - Method in class org.infinispan.client.hotrod.configuration.TransactionConfigurationBuilder
-
Deprecated.since 12.0. To be removed in Infinispan 14. Use
RemoteCacheConfigurationBuilder.transactionMode(TransactionMode)
- transactionMode(TransactionMode) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- TransactionMode - Enum in org.infinispan.client.hotrod.configuration
-
Specifies how the
RemoteCache
is enlisted in theTransaction
. - TransactionMode - Enum in org.infinispan.configuration.cache
-
Transaction mode
- TransactionMode - Enum in org.infinispan.transaction
-
Enumeration containing the available transaction modes for a cache.
- TransactionRegistered - Annotation Type in org.infinispan.notifications.cachelistener.annotation
-
This annotation should be used on methods that need to be notified when the cache is called to participate in a transaction and registers a
Synchronization
with a registeredTransactionManager
. - TransactionRegisteredEvent<K,V> - Interface in org.infinispan.notifications.cachelistener.event
-
This event is passed in to any method annotated with
TransactionRegistered
. - transactionSynchronizationRegistryLookup() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
Configure Transaction Synchronization Registry lookup directly using an instance of TransactionManagerLookup.
- transactionSynchronizationRegistryLookup(TransactionSynchronizationRegistryLookup) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
Configure Transaction Synchronization Registry lookup directly using an instance of TransactionManagerLookup.
- TransactionTable - Interface in org.infinispan.transaction
-
Interface that allows to fetch the
GlobalTransaction
associated to local or remote transactions. - transactionTimeout() - Method in class org.infinispan.client.hotrod.configuration.Configuration
- transactionTimeout(long, TimeUnit) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
- transactionTimeout(long, TimeUnit) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
- transactionTimeout(long, TimeUnit) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Sets the transaction's timeout.
- TRANSFER_ENCODING - org.infinispan.rest.ResponseHeader
- transform(E) - Method in interface org.infinispan.commons.util.InfinispanCollections.Function
-
Transforms an instance of the given input into an instace of the type to be returned.
- transform(E) - Method in interface org.infinispan.commons.util.InfinispanCollections.MapMakerFunction
-
Transforms the given input into a key/value pair for use in a map
- transform(Function<AdvancedCache<K, V>, ? extends AdvancedCache<K, V>>) - Method in interface org.infinispan.AdvancedCache
-
Apply the
transformation
on eachAdvancedCache
instance in a delegation chain, starting with the innermost implementation. - Transformable - Annotation Type in org.infinispan.query
-
If you annotate your object with this, it can be used as a valid key for Infinispan to index (unless your key type is a boxed primitive, a String or a byte array in which case it can be used without a transformer).
- transformCollectionToMap(Collection<? extends E>, InfinispanCollections.MapMakerFunction<K, V, ? super E>) - Static method in class org.infinispan.commons.util.InfinispanCollections
-
Given a collection, transforms the collection to a map given a
InfinispanCollections.MapMakerFunction
- transformer() - Method in annotation type org.infinispan.query.Transformable
-
The
Transformer
to use. - Transformer - Interface in org.infinispan.query
-
Convert objects (cache keys only) from their original Java types to a String representation (which is suitable to be used in a Lucene index) and vice versa.
- transformMapValue(Map<K, E>, InfinispanCollections.Function<E, V>) - Static method in class org.infinispan.commons.util.InfinispanCollections
-
Given a map of well known key/value types, it makes a shallow copy of it while at the same time transforming it's value type to a desired output type.
- TRANSIENT_ENTRY - Static variable in interface org.infinispan.commons.marshall.Ids
- TRANSIENT_MORTAL_ENTRY - Static variable in interface org.infinispan.commons.marshall.Ids
- TRANSIENT_MORTAL_VALUE - Static variable in interface org.infinispan.commons.marshall.Ids
- TRANSIENT_VALUE - Static variable in interface org.infinispan.commons.marshall.Ids
- transport() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- transport() - Method in class org.infinispan.configuration.global.GlobalConfiguration
- transport() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- transport() - Method in interface org.infinispan.configuration.global.GlobalConfigurationChildBuilder
-
Transport-related (i.e.
- transport() - Method in class org.infinispan.configuration.global.JGroupsConfiguration
- transport() - Method in class org.infinispan.configuration.global.TransportConfiguration
- transport(Transport) - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- transport(Transport) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
Class that represents a network transport.
- TRANSPORT_EXECUTOR - Static variable in class org.infinispan.configuration.global.TransportConfiguration
- TRANSPORT_FACTORY - org.infinispan.persistence.remote.configuration.Attribute
- TransportConfiguration - Class in org.infinispan.configuration.global
- TransportConfigurationBuilder - Class in org.infinispan.configuration.global
-
Configures the transport used for network communications across the cluster.
- TransportException - Exception in org.infinispan.client.hotrod.exceptions
-
Indicates a communication exception with the Hot Rod server: e.g.
- TransportException(String, Throwable, SocketAddress) - Constructor for exception org.infinispan.client.hotrod.exceptions.TransportException
- TransportException(String, SocketAddress) - Constructor for exception org.infinispan.client.hotrod.exceptions.TransportException
- TransportException(Throwable, SocketAddress) - Constructor for exception org.infinispan.client.hotrod.exceptions.TransportException
- transportExecutor(String) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
Deprecated.
- transportFactory() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
-
Deprecated.since 10.0. This method always returns null
- transportFactory(Class<? extends ChannelFactory>) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
- transportFactory(Class<? extends ChannelFactory>) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
- transportFactory(Class<? extends ChannelFactory>) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
Deprecated.since 10.0. This method has no effect
- transportFactory(String) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
- transportFactory(String) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
- transportFactory(String) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
Deprecated.since 10.0. This method has no effect
- transportThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfiguration
-
Deprecated.Since 11.0, no longer used.
- transportThreadPool() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
-
Deprecated.Since 11.0, no longer used.
- transportThreadPool() - Method in class org.infinispan.configuration.global.TransportConfiguration
-
Deprecated.
- transportThreadPool() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- transportThreadPoolName() - Method in class org.infinispan.configuration.global.TransportConfiguration
- Traversable<T> - Interface in org.infinispan.functional
-
Unsorted traversable stream for sequential and aggregating operations.
- TRIANGLE_ACK_EXTERNALIZER - Static variable in interface org.infinispan.commons.marshall.Ids
- TriangleOrderManager - Class in org.infinispan.distribution
-
It manages the order of updates from the primary owner to backup owner.
- TriangleOrderManager(int) - Constructor for class org.infinispan.distribution.TriangleOrderManager
- truncate() - Method in interface org.infinispan.functional.FunctionalMap.WriteOnlyMap
-
Truncate the contents of the cache, returning a
CompletableFuture
that will be completed when the truncate process completes. - TRUSTSTORE - org.infinispan.persistence.remote.configuration.Element
- trustStoreConfiguration() - Method in class org.infinispan.persistence.remote.configuration.SslConfiguration
- TrustStoreConfiguration - Class in org.infinispan.persistence.remote.configuration
- TrustStoreConfigurationBuilder - Class in org.infinispan.persistence.remote.configuration
- TrustStoreConfigurationBuilder(SecurityConfigurationBuilder) - Constructor for class org.infinispan.persistence.remote.configuration.TrustStoreConfigurationBuilder
- trustStoreFileName() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
- trustStoreFileName() - Method in class org.infinispan.persistence.remote.configuration.SslConfiguration
- trustStoreFileName() - Method in class org.infinispan.persistence.remote.configuration.TrustStoreConfiguration
- trustStoreFileName() - Method in class org.infinispan.server.core.configuration.SslConfiguration
- trustStoreFileName() - Method in class org.infinispan.server.core.configuration.SslEngineConfiguration
- trustStoreFileName(String) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
Specifies the filename of a truststore to use to create the
SSLContext
You also need to specify aSslConfigurationBuilder.trustStorePassword(char[])
. - trustStoreFileName(String) - Method in class org.infinispan.commons.util.SslContextFactory
- trustStoreFileName(String) - Method in class org.infinispan.persistence.remote.configuration.SslConfigurationBuilder
-
Specifies the filename of a truststore to use to create the
SSLContext
You also need to specify aSslConfigurationBuilder.trustStorePassword(char[])
. - trustStoreFileName(String) - Method in class org.infinispan.persistence.remote.configuration.TrustStoreConfigurationBuilder
- trustStoreFileName(String) - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
-
Specifies the filename of a truststore to use to create the
SSLContext
You also need to specify aSslConfigurationBuilder.trustStorePassword(char[])
. - trustStoreFileName(String) - Method in class org.infinispan.server.core.configuration.SslEngineConfigurationBuilder
-
Specifies the filename of a truststore to use to create the
SSLContext
You also need to specify aSslEngineConfigurationBuilder.trustStorePassword(char[])
. - trustStorePassword() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
- trustStorePassword() - Method in class org.infinispan.persistence.remote.configuration.SslConfiguration
- trustStorePassword() - Method in class org.infinispan.persistence.remote.configuration.TrustStoreConfiguration
- trustStorePassword() - Method in class org.infinispan.server.core.configuration.SslConfiguration
- trustStorePassword() - Method in class org.infinispan.server.core.configuration.SslEngineConfiguration
- trustStorePassword(char[]) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
Specifies the password needed to open the truststore You also need to specify a
SslConfigurationBuilder.trustStoreFileName(String)
. - trustStorePassword(char[]) - Method in class org.infinispan.commons.util.SslContextFactory
- trustStorePassword(char[]) - Method in class org.infinispan.persistence.remote.configuration.SslConfigurationBuilder
-
Specifies the password needed to open the truststore You also need to specify a
SslConfigurationBuilder.trustStoreFileName(String)
. - trustStorePassword(char[]) - Method in class org.infinispan.persistence.remote.configuration.TrustStoreConfigurationBuilder
- trustStorePassword(char[]) - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
-
Specifies the password needed to open the truststore You also need to specify a
SslConfigurationBuilder.trustStoreFileName(String)
. - trustStorePassword(char[]) - Method in class org.infinispan.server.core.configuration.SslEngineConfigurationBuilder
-
Specifies the password needed to open the truststore You also need to specify a
SslEngineConfigurationBuilder.trustStoreFileName(String)
. - trustStorePath() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
- trustStorePath(String) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
Deprecated.since 12.0 to be removed in 15.0. Use
SslConfigurationBuilder.trustStoreFileName(String)
and pass pem toSslConfigurationBuilder.trustStoreType(String)
. - trustStoreType() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
- trustStoreType() - Method in class org.infinispan.persistence.remote.configuration.SslConfiguration
- trustStoreType() - Method in class org.infinispan.persistence.remote.configuration.TrustStoreConfiguration
- trustStoreType() - Method in class org.infinispan.server.core.configuration.SslEngineConfiguration
- trustStoreType(String) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
Specifies the type of the truststore, such as JKS or JCEKS.
- trustStoreType(String) - Method in class org.infinispan.commons.util.SslContextFactory
- trustStoreType(String) - Method in class org.infinispan.persistence.remote.configuration.SslConfigurationBuilder
-
Specifies the type of the truststore, such as JKS or JCEKS.
- trustStoreType(String) - Method in class org.infinispan.persistence.remote.configuration.TrustStoreConfigurationBuilder
- trustStoreType(String) - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
-
Specifies the type of the truststore, such as JKS or JCEKS.
- trustStoreType(String) - Method in class org.infinispan.server.core.configuration.SslEngineConfigurationBuilder
-
Specifies the type of the truststore, such as JKS or JCEKS.
- TRY_LOCK - org.infinispan.functional.Param.LockingMode
-
The operation fails when it is not possible to acquire the lock without waiting.
- tryAdvance(Consumer<? super E>) - Method in class org.infinispan.commons.util.FlattenSpliterator
- tryAdvance(Consumer<? super S>) - Method in class org.infinispan.commons.util.SpliteratorMapper
- tryAdvance(Consumer<? super T>) - Method in class org.infinispan.commons.util.FilterSpliterator
- tryLock() - Method in class org.infinispan.commons.util.concurrent.NonReentrantLock
- tryLock() - Method in interface org.infinispan.lock.api.ClusteredLock
-
Acquires the lock only if it is free at the time of invocation.
- tryLock(long, TimeUnit) - Method in class org.infinispan.commons.util.concurrent.NonReentrantLock
- tryLock(long, TimeUnit) - Method in interface org.infinispan.lock.api.ClusteredLock
-
If the lock is available this method returns immediately with the
CompletableFuture
holding the valuetrue
. - trySplit() - Method in class org.infinispan.commons.util.FilterSpliterator
- trySplit() - Method in class org.infinispan.commons.util.FlattenSpliterator
- trySplit() - Method in class org.infinispan.commons.util.SpliteratorMapper
- TTL_SECONDS_HEADER - org.infinispan.rest.RequestHeader
- type() - Method in class org.infinispan.commons.util.Either
- type() - Method in class org.infinispan.counter.api.CounterConfiguration
- TYPE - org.infinispan.persistence.jdbc.configuration.Attribute
- TYPE - org.infinispan.persistence.remote.configuration.Attribute
- TYPE - org.infinispan.persistence.rocksdb.configuration.Attribute
- TYPE - Static variable in interface org.infinispan.rest.JSONConstants
- TypedProperties - Class in org.infinispan.commons.util
-
Type-aware properties.
- TypedProperties() - Constructor for class org.infinispan.commons.util.TypedProperties
-
Default constructor that returns an empty instance
- TypedProperties(Properties) - Constructor for class org.infinispan.commons.util.TypedProperties
-
Copy constructor
U
- UNBOUNDED - Static variable in interface org.infinispan.context.InvocationContextFactory
-
To be used when building InvocationContext with
InvocationContextFactory.createInvocationContext(boolean, int)
as an indicator of the fact that the size of the keys to be accessed in the context is not known. - UNBOUNDED_STRONG - org.infinispan.counter.api.CounterType
-
A strong consistent and unbounded counter.
- UnclosableObjectInputStream - Class in org.infinispan.io
-
Deprecated.since 10.0
- UnclosableObjectInputStream(ObjectInput) - Constructor for class org.infinispan.io.UnclosableObjectInputStream
-
Deprecated.
- UnclosableObjectOutputStream - Class in org.infinispan.io
-
Deprecated.since 10.0
- UnclosableObjectOutputStream(ObjectOutput) - Constructor for class org.infinispan.io.UnclosableObjectOutputStream
-
Deprecated.
- undefineConfiguration(String) - Method in class org.infinispan.manager.DefaultCacheManager
- undefineConfiguration(String) - Method in interface org.infinispan.manager.EmbeddedCacheManager
-
Removes a configuration from the set of defined configurations.
- undefineCounter(String) - Method in interface org.infinispan.counter.api.CounterManager
-
It removes the counter and its configuration from the cluster.
- unicodeEscapeString(String) - Static method in class org.infinispan.commons.util.Util
- unicodeUnescapeString(String) - Static method in class org.infinispan.commons.util.Util
- union(CH, CH) - Method in interface org.infinispan.distribution.ch.ConsistentHashFactory
-
Deprecated.Creates a union of two compatible ConsistentHashes (use the same hashing function and have the same configuration parameters).
- UNIX - org.infinispan.commons.util.OS
- UNKNOWN - org.infinispan.persistence.jdbc.configuration.Attribute
- UNKNOWN - org.infinispan.persistence.jdbc.configuration.Element
- UNKNOWN - org.infinispan.persistence.jpa.configuration.Attribute
- UNKNOWN - org.infinispan.persistence.jpa.configuration.Element
- UNKNOWN - org.infinispan.persistence.remote.configuration.Attribute
- UNKNOWN - org.infinispan.persistence.remote.configuration.Element
- UNKNOWN - org.infinispan.persistence.rocksdb.configuration.Attribute
- UNKNOWN - org.infinispan.persistence.rocksdb.configuration.Element
- UNKNOWN - org.infinispan.persistence.sifs.configuration.Attribute
- UNKNOWN - org.infinispan.persistence.sifs.configuration.Element
- unlock() - Method in class org.infinispan.commons.util.concurrent.NonReentrantLock
- unlock() - Method in interface org.infinispan.lock.api.ClusteredLock
-
Releases the lock.
- unmarshallArray(ObjectInput, MarshallUtil.ArrayBuilder<E>) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
Unmarshall arrays.
- unmarshallByteArray(ObjectInput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
Same as
MarshallUtil.unmarshallArray(ObjectInput, ArrayBuilder)
but specialized for byte array. - unmarshallCollection(ObjectInput, MarshallUtil.CollectionBuilder<E, T>) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
Unmarshal a
Collection
. - unmarshallCollection(ObjectInput, MarshallUtil.CollectionBuilder<E, T>, MarshallUtil.ElementReader<E>) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
Unmarshal a
Collection
. - unmarshallCollectionUnbounded(ObjectInput, MarshallUtil.UnboundedCollectionBuilder<E, T>) - Static method in class org.infinispan.commons.marshall.MarshallUtil
- unmarshallEnum(ObjectInput, MarshallUtil.EnumBuilder<E>) - Static method in class org.infinispan.commons.marshall.MarshallUtil
- unmarshallIntCollection(ObjectInput, MarshallUtil.CollectionBuilder<Integer, T>) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
Unmarshalls a collection of integers.
- unmarshallMap(ObjectInput, MarshallUtil.ElementReader<K>, MarshallUtil.ElementReader<V>, MarshallUtil.MapBuilder<K, V, T>) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
Unmarshall the
Map
. - unmarshallMap(ObjectInput, MarshallUtil.MapBuilder<K, V, T>) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
Unmarshall the
Map
. - unmarshallSize(ObjectInput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
Unmarshall an integer.
- unmarshallString(ObjectInput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
Unmarshall a
String
. - unmarshallUUID(ObjectInput, boolean) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
Unmarshall
UUID
. - unordered() - Method in interface org.infinispan.CacheStream
- unordered() - Method in interface org.infinispan.DoubleCacheStream
- unordered() - Method in interface org.infinispan.IntCacheStream
- unordered() - Method in interface org.infinispan.LongCacheStream
- unregister() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
-
Stops handling the invocation.
- unregisterFilter(FilterSubscription) - Method in interface org.infinispan.objectfilter.Matcher
- unregisterL1WriteSynchronizer(Object, L1WriteSynchronizer) - Method in interface org.infinispan.distribution.L1Manager
-
Unregister the given write synchronizer if present.
- unregisterMarshaller(BaseMarshaller<?>) - Method in interface org.infinispan.query.remote.ProtobufMetadataManager
- unregisterProtofile(String) - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
-
Unregister a *.proto schema file.
- unregisterProtofiles(String[]) - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
-
Unregisters multiple *.proto schema files.
- unregisterWrite(K) - Method in interface org.infinispan.expiration.ExpirationManager
-
Deprecated.since 9.3 There is no reason for this method and is implementation specific
- UNRELIABLE_RETURN_VALUES - Static variable in class org.infinispan.configuration.cache.UnsafeConfiguration
- unreliableReturnValues() - Method in class org.infinispan.configuration.cache.UnsafeConfiguration
-
Specifies whether Infinispan is allowed to disregard the
Map
contract when providing return values forBasicCache.put(Object, Object)
andBasicCache.remove(Object)
methods. - unreliableReturnValues(boolean) - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
-
Specify whether Infinispan is allowed to disregard the
Map
contract when providing return values forBasicCache.put(Object, Object)
andBasicCache.remove(Object)
methods. - unsafe() - Method in class org.infinispan.configuration.cache.Configuration
- unsafe() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- unsafe() - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- UnsafeConfiguration - Class in org.infinispan.configuration.cache
-
Controls certain tuning parameters that may break some of Infinispan's public API contracts in exchange for better performance in some cases.
- UnsafeConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Controls certain tuning parameters that may break some of Infinispan's public API contracts in exchange for better performance in some cases.
- UnsafeConfigurationBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- unsetEnum(long, Enum<?>) - Static method in class org.infinispan.commons.util.EnumUtil
- UnsignedNumeric - Class in org.infinispan.commons.io
-
Helper to read and write unsigned numerics
- UnsignedNumeric() - Constructor for class org.infinispan.commons.io.UnsignedNumeric
- UNSUCCESSFUL_RESPONSE - Static variable in interface org.infinispan.commons.marshall.Ids
- UnsupportedMergePolicy() - Constructor for class org.infinispan.conflict.MergePolicy.UnsupportedMergePolicy
- UNSURE_RESPONSE - Static variable in interface org.infinispan.commons.marshall.Ids
- unwrap(Object, Class<T>) - Static method in class org.infinispan.commons.util.ReflectionUtil
- unwrapAny(Class<T>, Object...) - Static method in class org.infinispan.commons.util.ReflectionUtil
- updateAndUnlock(TemporaryTable.LockedEntry, int, int) - Method in class org.infinispan.persistence.sifs.TemporaryTable
- updateMembers(CH, List<Address>, Map<Address, Float>) - Method in interface org.infinispan.distribution.ch.ConsistentHashFactory
-
Deprecated.Updates an existing consistent hash instance to remove owners that are not in the
newMembers
list. - updateMetadata(CacheEntry, Metadata) - Static method in class org.infinispan.metadata.Metadatas
-
Set the
providedMetadata
on the cache entry. - UPPER_BOUND - Static variable in exception org.infinispan.counter.exception.CounterOutOfBoundsException
- UPPER_BOUND_REACHED - org.infinispan.counter.api.CounterState
-
The counter value has reached its max threshold.
- upperBound() - Method in class org.infinispan.counter.api.CounterConfiguration
- upperBound(long) - Method in class org.infinispan.counter.api.CounterConfiguration.Builder
-
Sets the upper bound (inclusive) of the counter.
- uri() - Method in class org.infinispan.rest.NettyRestRequest
- uri(String) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
- uri(String) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
- uri(String) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Configures this builder using the specified URI.
- uri(URI) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
- uri(URI) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
- uri(URI) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Configures this builder using the specified URI.
- USE_1_PC_FOR_AUTO_COMMIT_TRANSACTIONS - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
- USE_LOCK_STRIPING - Static variable in class org.infinispan.configuration.cache.LockingConfiguration
- USE_SYNCHRONIZATION - Static variable in class org.infinispan.configuration.cache.TransactionConfiguration
- USE_TWO_PHASE_COMMIT - Static variable in class org.infinispan.configuration.cache.BackupConfiguration
- use1PcForAutoCommitTransactions() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
-
Before Infinispan 5.1 you could access the cache both transactionally and non-transactionally.
- use1PcForAutoCommitTransactions() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- use1PcForAutoCommitTransactions(boolean) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
Before Infinispan 5.1 you could access the cache both transactionally and non-transactionally.
- useLockStriping() - Method in class org.infinispan.configuration.cache.LockingConfiguration
-
If true, a pool of shared locks is maintained for all entries that need to be locked.
- useLockStriping(boolean) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
-
If true, a pool of shared locks is maintained for all entries that need to be locked.
- useNativeIfAvailable(boolean) - Method in class org.infinispan.commons.util.SslContextFactory
- USER_EXT_ID_MIN - Static variable in interface org.infinispan.commons.marshall.AdvancedExternalizer
-
Deprecated.The minimum ID which will be respected by Infinispan for user specified
AdvancedExternalizer
implementations. - useRawData() - Method in annotation type org.infinispan.client.hotrod.annotation.ClientListener
-
This option affects the type of the parameters received by a configured filter and/or converter.
- useRequestFormat() - Method in interface org.infinispan.notifications.cachelistener.filter.CacheEventConverter
- username() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractUnmanagedConnectionFactoryConfiguration
- username() - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfiguration
- username() - Method in class org.infinispan.persistence.remote.configuration.MechanismConfiguration
- username(String) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Specifies the username to be used for authentication.
- username(String) - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
- username(String) - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
- username(String) - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfigurationBuilder
-
Specifies the username to be used for authentication.
- username(String) - Method in class org.infinispan.persistence.remote.configuration.MechanismConfigurationBuilder
- USERNAME - org.infinispan.persistence.jdbc.configuration.Attribute
- USERNAME - org.infinispan.persistence.remote.configuration.Attribute
- USERNAME - Static variable in class org.infinispan.persistence.jdbc.configuration.AbstractUnmanagedConnectionFactoryConfiguration
- useStorageFormat() - Method in class org.infinispan.notifications.cachelistener.filter.DelegatingCacheEntryListenerInvocation
- useSynchronization() - Method in class org.infinispan.configuration.cache.TransactionConfiguration
- useSynchronization(boolean) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
-
Configures whether the cache registers a synchronization with the transaction manager, or registers itself as an XA resource.
- useTwoPhaseCommit(boolean) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
-
Configures whether the replication happens in a 1PC or 2PC for sync backups.
- usingAsyncStore() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
- usingSegmentedStore() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
-
Returns if any store is
StoreConfiguration.segmented()
- usingStores() - Method in class org.infinispan.configuration.cache.PersistenceConfiguration
- UTF8StringMarshaller - Class in org.infinispan.commons.marshall
- UTF8StringMarshaller() - Constructor for class org.infinispan.commons.marshall.UTF8StringMarshaller
- Util - Class in org.infinispan.commons.util
-
General utility methods used throughout the Infinispan code base.
- UUID - Static variable in interface org.infinispan.commons.marshall.Ids
- UUID - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
V
- VALID - org.infinispan.counter.api.CounterState
-
The counter value is valid.
- validate() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
- validate() - Method in class org.infinispan.client.hotrod.configuration.ClusterConfigurationBuilder
- validate() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
- validate() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
- validate() - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
- validate() - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
- validate() - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfigurationBuilder
- validate() - Method in class org.infinispan.client.hotrod.configuration.SecurityConfigurationBuilder
- validate() - Method in class org.infinispan.client.hotrod.configuration.ServerConfigurationBuilder
- validate() - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
- validate() - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfigurationBuilder
- validate() - Method in class org.infinispan.client.hotrod.configuration.TransactionConfigurationBuilder
-
Deprecated.
- validate() - Method in interface org.infinispan.commons.configuration.Builder
-
Validate the data in this builder before building the configuration bean
- validate() - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
-
Deprecated.
- validate() - Method in enum org.infinispan.commons.executors.CachedThreadPoolExecutorFactory
- validate() - Method in enum org.infinispan.commons.executors.ScheduledThreadPoolExecutorFactory
- validate() - Method in interface org.infinispan.commons.executors.ThreadPoolExecutorFactory
-
Validate parameters for the thread pool executor factory
- validate() - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.BackupForBuilder
- validate() - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
-
Deprecated.
- validate() - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfigurationBuilder
-
Deprecated.
- validate() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
-
Deprecated.
- validate() - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
-
Deprecated.
- validate() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.AllowListConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.BoundedThreadPoolConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.CacheContainerConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.CachedThreadPoolConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.GlobalAuthorizationConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.GlobalMetricsConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.GlobalRoleConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.GlobalSecurityConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.GlobalStateConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.GlobalStatePathConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.GlobalStorageConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.JGroupsConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.JGroupsProtocolConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.PrincipalRoleMapperConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.ScheduledThreadPoolConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.ShutdownConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.SiteConfigurationBuilder
-
Deprecated.
- validate() - Method in class org.infinispan.configuration.global.StackConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.StackFileConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.TemporaryGlobalStatePathConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.ThreadFactoryConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.ThreadPoolConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.ThreadsConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
- validate() - Method in class org.infinispan.configuration.global.WhiteListConfigurationBuilder
-
Deprecated.
- validate() - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
- validate() - Method in class org.infinispan.persistence.jdbc.configuration.DataColumnConfigurationBuilder
- validate() - Method in class org.infinispan.persistence.jdbc.configuration.IdColumnConfigurationBuilder
- validate() - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationBuilder
- validate() - Method in class org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfigurationBuilder
- validate() - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
- validate() - Method in class org.infinispan.persistence.jdbc.configuration.SegmentColumnConfigurationBuilder
- validate() - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
- validate() - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
- validate() - Method in class org.infinispan.persistence.jdbc.configuration.TimestampColumnConfigurationBuilder
- validate() - Method in class org.infinispan.persistence.jpa.configuration.JpaStoreConfigurationBuilder
- validate() - Method in class org.infinispan.persistence.remote.configuration.AuthenticationConfigurationBuilder
- validate() - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
- validate() - Method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfigurationBuilder
- validate() - Method in class org.infinispan.persistence.remote.configuration.KeyStoreConfigurationBuilder
- validate() - Method in class org.infinispan.persistence.remote.configuration.MechanismConfigurationBuilder
- validate() - Method in class org.infinispan.persistence.remote.configuration.RemoteServerConfigurationBuilder
- validate() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
- validate() - Method in class org.infinispan.persistence.remote.configuration.SecurityConfigurationBuilder
- validate() - Method in class org.infinispan.persistence.remote.configuration.SslConfigurationBuilder
- validate() - Method in class org.infinispan.persistence.remote.configuration.TrustStoreConfigurationBuilder
- validate() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBExpirationConfigurationBuilder
- validate() - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfigurationBuilder
- validate() - Method in class org.infinispan.persistence.sifs.configuration.DataConfigurationBuilder
- validate() - Method in class org.infinispan.persistence.sifs.configuration.IndexConfigurationBuilder
- validate() - Method in class org.infinispan.rest.configuration.AuthenticationConfigurationBuilder
- validate() - Method in class org.infinispan.rest.configuration.CorsConfigurationBuilder
- validate() - Method in class org.infinispan.rest.configuration.CorsRuleConfigurationBuilder
- validate() - Method in class org.infinispan.rest.configuration.RestServerConfigurationBuilder
- validate() - Method in class org.infinispan.server.core.configuration.EncryptionConfigurationBuilder
- validate() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
- validate() - Method in class org.infinispan.server.core.configuration.SniConfigurationBuilder
- validate() - Method in class org.infinispan.server.core.configuration.SslConfigurationBuilder
- validate() - Method in class org.infinispan.server.core.configuration.SslEngineConfigurationBuilder
- validate() - Method in class org.infinispan.server.hotrod.configuration.AuthenticationConfigurationBuilder
- validate() - Method in class org.infinispan.server.hotrod.configuration.BooleanElementConfigurationBuilder
- validate() - Method in class org.infinispan.server.hotrod.configuration.HotRodServerConfigurationBuilder
- validate() - Method in class org.infinispan.server.hotrod.configuration.PolicyConfigurationBuilder
- validate() - Method in class org.infinispan.server.hotrod.configuration.SaslConfigurationBuilder
- validate() - Method in class org.infinispan.server.hotrod.configuration.TopologyCacheConfigurationBuilder
- validate(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- validate(boolean) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.AsyncStoreConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.AuthorizationConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.BackupConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.BackupForBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.ClusteringConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.ConfigurationBuilder
- validate(GlobalConfiguration) - Method in interface org.infinispan.configuration.cache.ConfigurationChildBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.ContentTypeConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.CustomInterceptorsConfigurationBuilder
-
Deprecated.
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.HashConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.IndexMergeConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.IndexReaderConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.IndexWriterConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
-
Deprecated.
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.InvocationBatchingConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.L1ConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.LockingConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.MemoryStorageConfigurationBuilder
-
Deprecated.
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.PersistenceConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.RecoveryConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.SecurityConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.SitesConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.StateTransferConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.StatisticsConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.TakeOfflineConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.TransactionConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.UnsafeConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.ManagedConnectionFactoryConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.PooledConnectionFactoryConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.SimpleConnectionFactoryConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.TableManipulationConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.persistence.remote.configuration.ConnectionPoolConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.persistence.remote.configuration.RemoteServerConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfigurationBuilder
- validate(GlobalConfiguration) - Method in class org.infinispan.persistence.sifs.configuration.SoftIndexFileStoreConfigurationBuilder
- validateFlags(EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.globalstate.LocalConfigurationStorage
-
Checks whether this
LocalConfigurationStorage
supports the supplied flags. - validateGlobalStateStoreLocation(GlobalConfiguration, String, Attribute<?>...) - Static method in class org.infinispan.persistence.PersistenceUtil
- value - Variable in class org.infinispan.functional.MetaParam.MetaLong
- value() - Method in annotation type org.infinispan.commons.configuration.BuiltBy
- value() - Method in annotation type org.infinispan.commons.configuration.ConfigurationFor
- value() - Method in annotation type org.infinispan.commons.configuration.ConfiguredBy
- value() - Method in annotation type org.infinispan.commons.marshall.SerializeFunctionWith
-
Specify the externalizer class to be used by the annotated class.
- value() - Method in annotation type org.infinispan.commons.marshall.SerializeWith
-
Deprecated.Specify the externalizer class to be used by the annotated class.
- value() - Method in annotation type org.infinispan.commons.util.Experimental
- value() - Method in class org.infinispan.configuration.cache.EncodingConfigurationBuilder
- value() - Method in class org.infinispan.server.hotrod.configuration.BooleanElementConfiguration
- value() - Method in class org.infinispan.server.hotrod.configuration.BooleanElementConfigurationBuilder
- value(boolean) - Method in class org.infinispan.server.hotrod.configuration.BooleanElementConfigurationBuilder
- VALUE_ELEMENT_DEFINITION - Static variable in class org.infinispan.configuration.cache.ContentTypeConfiguration
- VALUE_SIZE_ESTIMATE - org.infinispan.persistence.remote.configuration.Attribute
-
Deprecated.Since 12.0, will be removed in 15.0
- valueDataType() - Method in class org.infinispan.configuration.cache.EncodingConfiguration
- valueLength() - Method in class org.infinispan.persistence.sifs.EntryHeader
- valueMarshaller(Marshaller) - Method in class org.infinispan.client.hotrod.DataFormat.Builder
- valueMatcher() - Method in annotation type org.infinispan.commons.marshall.SerializeFunctionWith
-
Specify the value matching capabilities of this function.
- valueMatcher(Object) - Method in interface org.infinispan.commons.marshall.LambdaExternalizer
- ValueMatcherMode - Enum in org.infinispan.commons.marshall
-
Value matcher mode.
- valueOf(int) - Static method in enum org.infinispan.commons.api.CacheContainerAdmin.AdminFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.infinispan.commons.marshall.ValueMatcherMode
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.infinispan.configuration.cache.CacheMode
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.infinispan.counter.api.CounterState
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.infinispan.counter.api.CounterType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.infinispan.counter.api.Storage
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.infinispan.functional.Param.ExecutionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.infinispan.functional.Param.LockingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.infinispan.functional.Param.PersistenceMode
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.infinispan.functional.Param.ReplicationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.infinispan.functional.Param.StatisticsMode
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.infinispan.notifications.cachelistener.event.Event.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.infinispan.partitionhandling.AvailabilityMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.configuration.ClientIntelligence
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.configuration.ExhaustedAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.configuration.NearCacheMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.configuration.SaslQop
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.configuration.SaslStrength
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.configuration.TransactionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.DefaultTemplate
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.event.ClientEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.Flag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.ProtocolVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.commons.api.CacheContainerAdmin.AdminFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.commons.executors.CachedThreadPoolExecutorFactory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.commons.executors.ScheduledThreadPoolExecutorFactory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.commons.marshall.ValueMatcherMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.commons.util.Either.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.commons.util.MemoryUnit
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.commons.util.OS
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.configuration.cache.BackupConfiguration.BackupStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.configuration.cache.BackupFailurePolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.configuration.cache.BiasAcquisition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.configuration.cache.CacheMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.configuration.cache.Index
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.configuration.cache.IndexStorage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.configuration.cache.InterceptorConfiguration.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.configuration.cache.StorageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.configuration.cache.TransactionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.configuration.cache.VersioningScheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.configuration.global.ShutdownHookBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.conflict.MergePolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.context.Flag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.counter.api.CounterState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.counter.api.CounterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.counter.api.Storage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.distribution.DataLocality
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.distribution.Ownership
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.eviction.EvictionStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.eviction.EvictionType
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.functional.Param.ExecutionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.functional.Param.LockingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.functional.Param.PersistenceMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.functional.Param.ReplicationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.functional.Param.StatisticsMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.globalstate.ConfigurationStorage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.lifecycle.ComponentStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.lock.api.OwnershipLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.manager.ClusterExecutionPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.notifications.cachelistener.event.Event.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.notifications.cachemanagerlistener.event.Event.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.notifications.Listener.Observation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.partitionhandling.AvailabilityMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.partitionhandling.PartitionHandling
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.persistence.jdbc.configuration.Attribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.persistence.jdbc.configuration.Element
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.persistence.jpa.configuration.Attribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.persistence.jpa.configuration.Element
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.persistence.remote.configuration.Attribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.persistence.remote.configuration.Element
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.persistence.remote.configuration.ExhaustedAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.persistence.rocksdb.configuration.Attribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.persistence.rocksdb.configuration.CompressionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.persistence.rocksdb.configuration.Element
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.persistence.sifs.configuration.Attribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.persistence.sifs.configuration.Element
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.persistence.spi.NonBlockingStore.Characteristic
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.query.dsl.SortOrder
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.rest.configuration.ExtendedHeaders
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.rest.RequestHeader
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.rest.ResponseHeader
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.rest.ResponseWriter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.security.AuditContext
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.security.AuditResponse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.security.AuthorizationPermission
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.server.hotrod.configuration.QOP
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.server.hotrod.configuration.Strength
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.tasks.TaskExecutionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.transaction.LockingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.transaction.TransactionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.xsite.spi.XSiteMergePolicy
-
Returns the enum constant of this type with the specified name.
- values - Variable in class org.infinispan.commons.util.AbstractMap
- values - Variable in class org.infinispan.commons.util.ArrayMap
- values() - Method in interface org.infinispan.Cache
-
Returns a collection view of the values contained in this cache across the entire cluster.
- values() - Static method in enum org.infinispan.client.hotrod.configuration.ClientIntelligence
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.configuration.ExhaustedAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.configuration.NearCacheMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.configuration.SaslQop
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.configuration.SaslStrength
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.configuration.TransactionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.DefaultTemplate
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.event.ClientEvent.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.Flag
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.ProtocolVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in interface org.infinispan.client.hotrod.RemoteCache
- values() - Static method in enum org.infinispan.commons.api.CacheContainerAdmin.AdminFlag
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.commons.executors.CachedThreadPoolExecutorFactory
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.commons.executors.ScheduledThreadPoolExecutorFactory
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.commons.marshall.ValueMatcherMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.infinispan.commons.util.AbstractDelegatingMap
- values() - Method in class org.infinispan.commons.util.ArrayMap
- values() - Static method in enum org.infinispan.commons.util.Either.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.infinispan.commons.util.FastCopyHashMap
- values() - Static method in enum org.infinispan.commons.util.MemoryUnit
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.commons.util.OS
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.configuration.cache.BackupConfiguration.BackupStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.configuration.cache.BackupFailurePolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.configuration.cache.BiasAcquisition
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.configuration.cache.CacheMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.configuration.cache.Index
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.configuration.cache.IndexStorage
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.configuration.cache.InterceptorConfiguration.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.configuration.cache.StorageType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.configuration.cache.TransactionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.configuration.cache.VersioningScheme
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.configuration.global.ShutdownHookBehavior
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.conflict.MergePolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.context.Flag
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.counter.api.CounterState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.counter.api.CounterType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.counter.api.Storage
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.distribution.DataLocality
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.distribution.Ownership
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.eviction.EvictionStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.eviction.EvictionType
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.functional.Param.ExecutionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.functional.Param.LockingMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.functional.Param.PersistenceMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.functional.Param.ReplicationMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.functional.Param.StatisticsMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.globalstate.ConfigurationStorage
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.lifecycle.ComponentStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.lock.api.OwnershipLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.manager.ClusterExecutionPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.notifications.cachelistener.event.Event.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.notifications.cachemanagerlistener.event.Event.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.notifications.Listener.Observation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.partitionhandling.AvailabilityMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.partitionhandling.PartitionHandling
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.persistence.jdbc.configuration.Attribute
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.persistence.jdbc.configuration.Element
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.persistence.jpa.configuration.Attribute
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.persistence.jpa.configuration.Element
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.persistence.remote.configuration.Attribute
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.persistence.remote.configuration.Element
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.persistence.remote.configuration.ExhaustedAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.persistence.rocksdb.configuration.Attribute
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.persistence.rocksdb.configuration.CompressionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.persistence.rocksdb.configuration.Element
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.persistence.sifs.configuration.Attribute
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.persistence.sifs.configuration.Element
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.persistence.spi.NonBlockingStore.Characteristic
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.query.dsl.SortOrder
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.rest.configuration.ExtendedHeaders
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.rest.RequestHeader
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.rest.ResponseHeader
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.rest.ResponseWriter
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.security.AuditContext
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.security.AuditResponse
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.security.AuthorizationPermission
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.server.hotrod.configuration.QOP
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.server.hotrod.configuration.Strength
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.tasks.TaskExecutionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.transaction.LockingMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.transaction.TransactionMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.infinispan.xsite.spi.XSiteMergePolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values(IntSet) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
This method is identical to
RemoteCache.values()
except that it will only return values that map to the given segments. - Values() - Constructor for class org.infinispan.commons.util.FastCopyHashMap.Values
- valueSizeEstimate() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
Deprecated.Since 12.0, does nothing and will be removed in 15.0
- valueSizeEstimate() - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfiguration
-
Deprecated.Since 12.0, does nothing and will be removed in 15.0
- valueSizeEstimate(int) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
Deprecated.Since 12.0, does nothing and will be removed in 15.0
- valueSizeEstimate(int) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
Deprecated.Since 12.0, does nothing and will be removed in 15.0
- valueSizeEstimate(int) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Deprecated.Since 12.0, does nothing and will be removed in 15.0
- valueSizeEstimate(int) - Method in class org.infinispan.persistence.remote.configuration.AbstractRemoteStoreConfigurationChildBuilder
-
Deprecated.Since 12.0, does nothing and will be removed in 15.0
- valueSizeEstimate(int) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
-
Deprecated.Since 12.0, does nothing and will be removed in 15.0
- valueSizeEstimate(int) - Method in interface org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationChildBuilder
-
Deprecated.Since 12.0, does nothing and will be removed in 15.0
- valueToBytes(Object) - Method in class org.infinispan.client.hotrod.DataFormat
- valueToBytes(Object, int, int) - Method in class org.infinispan.client.hotrod.DataFormat
-
Deprecated.Since 12.0, will be removed in 15.0
- valueToObj(byte[], ClassAllowList) - Method in class org.infinispan.client.hotrod.DataFormat
- valueType(MediaType) - Method in class org.infinispan.client.hotrod.DataFormat.Builder
- variables() - Method in class org.infinispan.rest.NettyRestRequest
- version - Variable in class org.infinispan.metadata.EmbeddedMetadata.Builder
- version - Variable in class org.infinispan.metadata.EmbeddedMetadata
- version() - Method in class org.infinispan.client.hotrod.configuration.Configuration
- version() - Method in class org.infinispan.commons.util.Version
- version() - Method in class org.infinispan.metadata.EmbeddedMetadata
- version() - Method in interface org.infinispan.metadata.Metadata
-
Returns the version of the cache entry with which this metadata object is associated.
- version(ProtocolVersion) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
- version(ProtocolVersion) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
- version(ProtocolVersion) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
This property defines the protocol version that this client should use.
- version(EntryVersion) - Method in class org.infinispan.metadata.EmbeddedMetadata.Builder
- version(EntryVersion) - Method in interface org.infinispan.metadata.Metadata.Builder
-
Set version.
- Version - Class in org.infinispan.commons.util
-
Contains version information about this release of Infinispan.
- Version - Class in org.infinispan
-
Deprecated.Use
Version
instead - Version() - Constructor for class org.infinispan.Version
-
Deprecated.
- Versioned - Interface in org.infinispan.client.hotrod
-
Versioned
- VERSIONED_RESULT - Static variable in interface org.infinispan.commons.marshall.Ids
- VERSIONED_RESULTS - Static variable in interface org.infinispan.commons.marshall.Ids
- VersionedMetadata - Interface in org.infinispan.client.hotrod
-
VersionedMetadata
- VersionedValue<V> - Interface in org.infinispan.client.hotrod
-
Besides the key and value, also contains an version.
- VersioningScheme - Enum in org.infinispan.configuration.cache
-
The various versioning schemes supported
- VIEW_CHANGED - org.infinispan.notifications.cachemanagerlistener.event.Event.Type
- ViewChanged - Annotation Type in org.infinispan.notifications.cachemanagerlistener.annotation
-
This annotation should be used on methods that need to be notified when the cache is used in a cluster and the cluster topology changes (i.e., a member joins or leaves the cluster).
- ViewChangedEvent - Interface in org.infinispan.notifications.cachemanagerlistener.event
-
This event is passed in to any method annotated with
ViewChanged
. - VOLATILE - org.infinispan.commons.api.CacheContainerAdmin.AdminFlag
- VOLATILE - org.infinispan.counter.api.Storage
-
The counter value is lost when the cluster is restarted/stopped.
- VOLATILE - org.infinispan.globalstate.ConfigurationStorage
-
Stores cache configurations in volatile storage.
W
- WAIT - org.infinispan.client.hotrod.configuration.ExhaustedAction
- WAIT - org.infinispan.persistence.remote.configuration.ExhaustedAction
- WAIT_TIME - Static variable in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
- waitTime() - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
- waitTime(long) - Method in class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
-
The waiting time (in milliseconds) between each retry.
- WAKEUP_INTERVAL - Static variable in class org.infinispan.configuration.cache.ExpirationConfiguration
- wakeupInterval() - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
- wakeUpInterval() - Method in class org.infinispan.configuration.cache.ExpirationConfiguration
-
Interval (in milliseconds) between subsequent runs to purge expired entries from memory and any cache stores.
- wakeUpInterval(long) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
Interval (in milliseconds) between subsequent runs to purge expired entries from memory and any cache stores.
- wakeUpInterval(long, TimeUnit) - Method in class org.infinispan.configuration.cache.ExpirationConfigurationBuilder
-
Interval (in milliseconds) between subsequent runs to purge expired entries from memory and any cache stores.
- WARN - org.infinispan.configuration.cache.BackupFailurePolicy
- WEAK - org.infinispan.counter.api.CounterType
-
A weak consistent counter.
- WEAK_COUNTER_KEY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- WeakCounter - Interface in org.infinispan.counter.api
-
A weak consistent counter interface.
- WeakValueHashMap<K,V> - Class in org.infinispan.commons.util
-
This Map will remove entries when the value in the map has been cleaned from garbage collection
- WeakValueHashMap() - Constructor for class org.infinispan.commons.util.WeakValueHashMap
-
Constructs a new, empty
WeakValueHashMap
with the default initial capacity and the default load factor, which is0.75
. - WeakValueHashMap(int) - Constructor for class org.infinispan.commons.util.WeakValueHashMap
-
Constructs a new, empty
WeakValueHashMap
with the given initial capacity and the default load factor, which is0.75
. - WeakValueHashMap(int, float) - Constructor for class org.infinispan.commons.util.WeakValueHashMap
-
Constructs a new, empty
WeakValueHashMap
with the given initial capacity and the given load factor. - WeakValueHashMap(Map<K, V>) - Constructor for class org.infinispan.commons.util.WeakValueHashMap
-
Constructs a new
WeakValueHashMap
with the same mappings as the specified Map. - WeakValueHashMap.ValueRef<K,V> - Interface in org.infinispan.commons.util
- WHEN_FULL - Static variable in class org.infinispan.configuration.cache.MemoryConfiguration
- WHEN_SPLIT - Static variable in class org.infinispan.configuration.cache.PartitionHandlingConfiguration
- whenFull() - Method in class org.infinispan.configuration.cache.MemoryConfiguration
- whenFull() - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- whenFull(EvictionStrategy) - Method in class org.infinispan.configuration.cache.MemoryConfigurationBuilder
- whenSplit() - Method in class org.infinispan.configuration.cache.PartitionHandlingConfiguration
- whenSplit(PartitionHandling) - Method in class org.infinispan.configuration.cache.PartitionHandlingConfigurationBuilder
- whiteList() - Method in class org.infinispan.configuration.global.SerializationConfiguration
-
Deprecated.
- whiteList() - Method in class org.infinispan.configuration.global.SerializationConfigurationBuilder
-
Deprecated.since 12.0. Use
SerializationConfigurationBuilder.allowList()
instead. To be removed in 14.0. - WhiteListConfiguration - Class in org.infinispan.configuration.global
-
Deprecated.
- WhiteListConfigurationBuilder - Class in org.infinispan.configuration.global
-
Deprecated.since 12.0. Use
AllowListConfigurationBuilder
through @SerializationConfigurationBuilder.allowList()
. Will be removed in 14.0. - WINDOWS - org.infinispan.commons.util.OS
- with(ClassLoader) - Method in interface org.infinispan.AdvancedCache
-
Deprecated.Since 9.4, unmarshalling always uses the classloader from the global configuration.
- withAnnotationDeclared(List<Class<?>>, Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ClassFinder
- withAnnotationPresent(Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ClassFinder
- withAnnotationPresent(List<Class<?>>, Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ClassFinder
- withDataFormat(DataFormat) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Return a new instance of
RemoteCache
using the suppliedDataFormat
. - withEncoding(Class<? extends Encoder>) - Method in interface org.infinispan.AdvancedCache
-
Performs any cache operations using the specified
Encoder
. - withEncoding(Class<? extends Encoder>, Class<? extends Encoder>) - Method in interface org.infinispan.AdvancedCache
-
Performs any cache operations using the specified pair of
Encoder
. - withExecutorProperties(Properties) - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
-
Set key/value properties to this executor factory configuration
- withExecutorProperties(Properties) - Method in class org.infinispan.persistence.remote.configuration.ExecutorFactoryConfigurationBuilder
-
Set key/value properties to this executor factory configuration
- withFlags(Collection<Flag>) - Method in interface org.infinispan.AdvancedCache
-
An alternative to
AdvancedCache.withFlags(Flag...)
not requiring array allocation. - withFlags(EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.commons.api.CacheContainerAdmin
-
Sets any additional
CacheContainerAdmin.AdminFlag
s to be used when performing administrative operations. - withFlags(EnumSet<CacheContainerAdmin.AdminFlag>) - Method in class org.infinispan.manager.DefaultCacheManagerAdmin
- withFlags(Flag...) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Applies one or more
Flag
s to the scope of a single invocation. - withFlags(CacheContainerAdmin.AdminFlag...) - Method in interface org.infinispan.commons.api.CacheContainerAdmin
-
Sets any additional
CacheContainerAdmin.AdminFlag
s to be used when performing administrative operations. - withFlags(CacheContainerAdmin.AdminFlag...) - Method in class org.infinispan.manager.DefaultCacheManagerAdmin
- withFlags(Flag) - Method in interface org.infinispan.AdvancedCache
-
An alternative to
AdvancedCache.withFlags(Flag...)
optimized for a single flag. - withFlags(Flag...) - Method in interface org.infinispan.AdvancedCache
-
A method that adds flags to any API call.
- withGroupers(List<Grouper<?>>) - Method in class org.infinispan.configuration.cache.GroupsConfigurationBuilder
-
Set the groupers to use
- withKeyEncoding(Class<? extends Encoder>) - Method in interface org.infinispan.AdvancedCache
- withMediaType(String, String) - Method in interface org.infinispan.AdvancedCache
-
Deprecated.Use
AdvancedCache.withMediaType(MediaType, MediaType)
instead. - withMediaType(MediaType, MediaType) - Method in interface org.infinispan.AdvancedCache
- withoutValueType() - Method in class org.infinispan.client.hotrod.DataFormat
- withParameters(Map<String, Object>) - Method in interface org.infinispan.objectfilter.ObjectFilter
-
Creates a new ObjectFilter instance based on the current one and the given parameter values.
- withParams(Param<?>...) - Method in interface org.infinispan.functional.FunctionalMap.ReadOnlyMap
-
Tweak read-only functional map executions providing
Param
instances. - withParams(Param<?>...) - Method in interface org.infinispan.functional.FunctionalMap.ReadWriteMap
-
Tweak read-write functional map executions providing
Param
instances. - withParams(Param<?>...) - Method in interface org.infinispan.functional.FunctionalMap
-
Tweak functional map executions providing
Param
instances. - withParams(Param<?>...) - Method in interface org.infinispan.functional.FunctionalMap.WriteOnlyMap
-
Tweak write-only functional map executions providing
Param
instances. - withPoolProperties(Properties) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Configures the connection pool parameter according to properties
- withProperties(Properties) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
- withProperties(Properties) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
- withProperties(Properties) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
- withProperties(Properties) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Configures this builder using the specified properties.
- withProperties(Properties) - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
- withProperties(Properties) - Method in class org.infinispan.client.hotrod.configuration.RemoteCacheConfigurationBuilder
- withProperties(Properties) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
- withProperties(Properties) - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfigurationBuilder
- withProperties(Properties) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
-
Properties passed to the cache store or loader
- withProperties(Properties) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- withProperties(Properties) - Method in class org.infinispan.configuration.cache.ClusterLoaderConfigurationBuilder
-
Deprecated.
- withProperties(Properties) - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
-
Deprecated.Since 12.0, please
IndexingConfigurationBuilder.writer()
andIndexingConfigurationBuilder.reader()
to define indexing behavior. - withProperties(Properties) - Method in class org.infinispan.configuration.cache.InterceptorConfigurationBuilder
-
Deprecated.Sets interceptor properties
- withProperties(Properties) - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
Properties passed to the cache store or loader
- withProperties(Properties) - Method in class org.infinispan.configuration.global.ExecutorFactoryConfigurationBuilder
-
Set key/value properties to this executor factory configuration
- withProperties(Properties) - Method in class org.infinispan.configuration.global.GlobalJmxConfigurationBuilder
-
Sets properties which are then passed to the MBean Server Lookup implementation specified.
- withProperties(Properties) - Method in class org.infinispan.configuration.global.GlobalJmxStatisticsConfigurationBuilder
-
Deprecated.Sets properties which are then passed to the MBean Server Lookup implementation specified.
- withProperties(Properties) - Method in class org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
-
Set key/value properties to this executor factory configuration
- withProperties(Properties) - Method in class org.infinispan.configuration.global.TransportConfigurationBuilder
-
Sets transport properties
- withProperties(Properties) - Method in class org.infinispan.persistence.jdbc.configuration.JdbcStringBasedStoreConfigurationBuilder
- withProperties(Properties) - Method in class org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationBuilder
- withStorageMediaType() - Method in interface org.infinispan.AdvancedCache
-
Perform any cache operations using the same
MediaType
of the cache storage. - withSubject(Subject) - Method in interface org.infinispan.AdvancedCache
-
Performs any cache operations using the specified
Subject
. - withSubject(Subject) - Method in class org.infinispan.manager.DefaultCacheManager
- withSubject(Subject) - Method in class org.infinispan.manager.DefaultCacheManagerAdmin
- withSubject(Subject) - Method in interface org.infinispan.manager.EmbeddedCacheManager
- withSubject(Subject) - Method in interface org.infinispan.manager.EmbeddedCacheManagerAdmin
-
Performs any cache manager operations using the specified
Subject
. - withWrapping(Class<? extends Wrapper>) - Method in interface org.infinispan.AdvancedCache
-
Deprecated.Since 11.0. To be removed in 14.0, with no replacement.
- withWrapping(Class<? extends Wrapper>, Class<? extends Wrapper>) - Method in interface org.infinispan.AdvancedCache
-
Deprecated.Since 11.0. To be removed in 14.0, with no replacement.
- WORKER_THREADS - Static variable in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- WORKER_THREADS - Static variable in class org.infinispan.server.hotrod.configuration.HotRodServerConfiguration
- workerThreads() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- workerThreads(int) - Method in class org.infinispan.server.core.configuration.AbstractProtocolServerConfigurationChildBuilder
- workerThreads(int) - Method in class org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder
- workerThreads(int) - Method in interface org.infinispan.server.core.configuration.ProtocolServerConfigurationChildBuilder
-
Sets the number of worker threads
- WRAPPED_BYTE_ARRAY - Static variable in interface org.infinispan.commons.marshall.Ids
- WRAPPED_BYTE_ARRAY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- WRAPPED_MESSAGE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
- WrappedByteArray - Class in org.infinispan.commons.marshall
-
Simple wrapper around a byte[] to provide equals and hashCode semantics
- WrappedByteArray(byte[]) - Constructor for class org.infinispan.commons.marshall.WrappedByteArray
- WrappedByteArray(byte[], int) - Constructor for class org.infinispan.commons.marshall.WrappedByteArray
- WrappedByteArray.Externalizer - Class in org.infinispan.commons.marshall
- WrappedBytes - Interface in org.infinispan.commons.marshall
-
Interface that describes and object holding onto some bytes
- WritableGridFileChannel - Class in org.infinispan.io
-
Deprecated.since 10.0
- write(byte[]) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
- write(byte[]) - Method in class org.infinispan.io.GridOutputStream
-
Deprecated.
- write(byte[]) - Method in class org.infinispan.io.UnclosableObjectOutputStream
-
Deprecated.
- write(byte[], int, int) - Method in class org.infinispan.commons.io.ExposedByteArrayOutputStream
- write(byte[], int, int) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
- write(byte[], int, int) - Method in class org.infinispan.io.ExpandableMarshalledValueByteStream
-
Deprecated.
- write(byte[], int, int) - Method in class org.infinispan.io.GridOutputStream
-
Deprecated.
- write(byte[], int, int) - Method in class org.infinispan.io.UnclosableObjectOutputStream
-
Deprecated.
- write(int) - Method in class org.infinispan.commons.io.ExposedByteArrayOutputStream
- write(int) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
- write(int) - Method in class org.infinispan.io.ExpandableMarshalledValueByteStream
-
Deprecated.
- write(int) - Method in class org.infinispan.io.GridOutputStream
-
Deprecated.
- write(int) - Method in class org.infinispan.io.ImmutableMarshalledValueByteStream
-
Deprecated.
- write(int) - Method in class org.infinispan.io.UnclosableObjectOutputStream
-
Deprecated.
- write(int, MarshallableEntry<? extends K, ? extends V>) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
- write(int, MarshallableEntry<? extends K, ? extends V>) - Method in class org.infinispan.persistence.remote.RemoteStore
- write(int, MarshallableEntry<? extends K, ? extends V>) - Method in class org.infinispan.persistence.rocksdb.RocksDBStore
- write(int, MarshallableEntry<? extends K, ? extends V>) - Method in interface org.infinispan.persistence.spi.NonBlockingStore
-
Writes the entry to the store for the given segment returning a stage that completes normally when it is finished.
- write(int, MarshallableEntry<? extends K, ? extends V>) - Method in interface org.infinispan.persistence.spi.SegmentedAdvancedLoadWriteStore
-
Deprecated.Persists the entry to the storage with the given segment to optimize future lookups.
- write(ChannelHandlerContext, Object, ChannelPromise) - Method in class org.infinispan.rest.CorsHandler
- write(ByteBuffer) - Method in class org.infinispan.io.WritableGridFileChannel
-
Deprecated.
- write(MarshallableEntry) - Method in class org.infinispan.persistence.jpa.JpaStore
- write(MarshallableEntry<?, ?>) - Method in class org.infinispan.persistence.sifs.SoftIndexFileStore
- write(MarshallableEntry<? extends K, ? extends V>) - Method in class org.infinispan.persistence.file.SingleFileStore
- write(MarshallableEntry<? extends K, ? extends V>) - Method in class org.infinispan.persistence.jdbc.stringbased.JdbcStringBasedStore
- write(MarshallableEntry<? extends K, ? extends V>) - Method in interface org.infinispan.persistence.spi.CacheWriter
-
Deprecated.Persists the entry to the storage.
- WRITE - org.infinispan.security.AuthorizationPermission
-
Allows writing data to a cache
- WRITE_ONLY - org.infinispan.persistence.spi.NonBlockingStore.Characteristic
-
If this store supports only being written to.
- WRITE_ONLY - Static variable in class org.infinispan.configuration.cache.AbstractStoreConfiguration
- writeBackups() - Method in class org.infinispan.distribution.DistributionInfo
- writeBoolean(boolean) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
- writeBoolean(boolean) - Method in class org.infinispan.io.UnclosableObjectOutputStream
-
Deprecated.
- writeByte(int) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
- writeByte(int) - Method in class org.infinispan.io.UnclosableObjectOutputStream
-
Deprecated.
- writeBytes(String) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
- writeBytes(String) - Method in class org.infinispan.io.UnclosableObjectOutputStream
-
Deprecated.
- writeChar(int) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
- writeChar(int) - Method in class org.infinispan.io.UnclosableObjectOutputStream
-
Deprecated.
- writeChars(String) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
- writeChars(String) - Method in class org.infinispan.io.UnclosableObjectOutputStream
-
Deprecated.
- writeDouble(double) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
- writeDouble(double) - Method in class org.infinispan.io.UnclosableObjectOutputStream
-
Deprecated.
- writeEntry(FileChannel, byte[], EntryMetadata, byte[], byte[], long, long) - Static method in class org.infinispan.persistence.sifs.EntryRecord
- writeEntry(FileChannel, ByteBuffer, ByteBuffer, ByteBuffer, ByteBuffer, long, long, long, long) - Static method in class org.infinispan.persistence.sifs.EntryRecord
- writeExternal(ObjectOutput) - Method in class org.infinispan.io.GridFile.Metadata
-
Deprecated.
- writeExternal(Object, ObjectOutput) - Method in class org.infinispan.jboss.marshalling.commons.JBossExternalizerAdapter
-
Deprecated.
- writeFloat(float) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
- writeFloat(float) - Method in class org.infinispan.io.UnclosableObjectOutputStream
-
Deprecated.
- writeGlobalState() - Method in interface org.infinispan.globalstate.GlobalStateManager
-
Persists the global state by contacting all registered scope providers
- writeHeader(ByteBuffer, short, short, int, short, long, long) - Static method in class org.infinispan.persistence.sifs.EntryHeader
- writeInt(int) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
- writeInt(int) - Method in class org.infinispan.io.UnclosableObjectOutputStream
-
Deprecated.
- writeJdbcStoreAttributes(XMLExtendedStreamWriter, AbstractJdbcStoreConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationSerializer
- writeJDBCStoreConnection(XMLExtendedStreamWriter, AbstractJdbcStoreConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationSerializer
- writeJDBCStoreTable(XMLExtendedStreamWriter, Element, TableManipulationConfiguration) - Method in class org.infinispan.persistence.jdbc.configuration.AbstractJdbcStoreConfigurationSerializer
- writeLong(long) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
- writeLong(long) - Method in class org.infinispan.io.UnclosableObjectOutputStream
-
Deprecated.
- writeObject(ObjectOutput, Object) - Method in class org.infinispan.filter.CacheFilters.CacheFiltersExternalizer
- writeObject(ObjectOutput, Object) - Method in class org.infinispan.stream.StreamMarshalling.StreamMarshallingExternalizer
- writeObject(ObjectOutput, Map) - Method in class org.infinispan.commons.util.Immutables.ImmutableMapWrapperExternalizer
- writeObject(ObjectOutput, Set) - Method in class org.infinispan.commons.util.Immutables.ImmutableSetWrapperExternalizer
- writeObject(ObjectOutput, CacheContainerAdmin.AdminFlag) - Method in class org.infinispan.commons.marshall.AdminFlagExternalizer
- writeObject(ObjectOutput, ByteBufferImpl) - Method in class org.infinispan.commons.io.ByteBufferImpl.Externalizer
- writeObject(ObjectOutput, WrappedByteArray) - Method in class org.infinispan.commons.marshall.WrappedByteArray.Externalizer
- writeObject(ObjectOutput, ImmutableListCopy) - Method in class org.infinispan.commons.util.ImmutableListCopy.Externalizer
- writeObject(ObjectOutput, Flag) - Method in class org.infinispan.context.Flag.Externalizer
- writeObject(ObjectOutput, AcceptAllKeyValueFilter) - Method in class org.infinispan.filter.AcceptAllKeyValueFilter.Externalizer
- writeObject(ObjectOutput, CompositeKeyValueFilter) - Method in class org.infinispan.filter.CompositeKeyValueFilter.Externalizer
- writeObject(ObjectOutput, ScopedState) - Method in class org.infinispan.globalstate.ScopedState.Externalizer
- writeObject(ObjectOutput, ScopeFilter) - Method in class org.infinispan.globalstate.ScopeFilter.Externalizer
- writeObject(ObjectOutput, EmbeddedMetadata) - Method in class org.infinispan.metadata.EmbeddedMetadata.Externalizer
- writeObject(ObjectOutput, CacheEventConverterAsConverter) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventConverterAsConverter.Externalizer
- writeObject(ObjectOutput, CacheEventFilterAsKeyValueFilter) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterAsKeyValueFilter.Externalizer
- writeObject(ObjectOutput, CacheEventFilterConverterAsKeyValueFilterConverter) - Method in class org.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterAsKeyValueFilterConverter.Externalizer
- writeObject(ObjectOutput, KeyValueFilterAsCacheEventFilter) - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilter.Externalizer
- writeObject(ObjectOutput, KeyValueFilterConverterAsCacheEventFilterConverter) - Method in class org.infinispan.notifications.cachelistener.filter.KeyValueFilterConverterAsCacheEventFilterConverter.Externalizer
- writeObject(ObjectOutput, AvailabilityMode) - Method in class org.infinispan.partitionhandling.AvailabilityMode.Externalizer
- writeObject(ObjectOutput, T) - Method in interface org.infinispan.commons.marshall.Externalizer
-
Deprecated.Write the object reference to the stream.
- writeObject(ObjectOutput, T) - Method in class org.infinispan.commons.marshall.exts.NoStateExternalizer
- writeObject(ObjectOutput, T) - Method in class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer
- writeObject(ObjectOutput, T) - Method in class org.infinispan.commons.marshall.SingletonExternalizer
- writeObject(ObjectOutput, T) - Method in class org.infinispan.commons.marshall.SuppliedExternalizer
- writeObject(Object) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
- writeObject(Object) - Method in class org.infinispan.io.UnclosableObjectOutputStream
-
Deprecated.
- writeObject(Object, OutputStream) - Method in interface org.infinispan.commons.marshall.StreamAwareMarshaller
-
Marshall an object to the
OutputStream
- writeOnly() - Method in class org.infinispan.configuration.cache.AbstractStoreConfiguration
-
If true, any operation that reads from the cache won't be retrieved from the given store.
- writeOnly() - Method in interface org.infinispan.configuration.cache.StoreConfiguration
- writeOnly(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationBuilder
- writeOnly(boolean) - Method in class org.infinispan.configuration.cache.AbstractStoreConfigurationChildBuilder
- writeOnly(boolean) - Method in interface org.infinispan.configuration.cache.StoreConfigurationChildBuilder
-
If true, this cache store will be only used to write entries.
- writeOwners() - Method in class org.infinispan.distribution.DistributionInfo
- writeOwnership() - Method in class org.infinispan.distribution.DistributionInfo
- writer() - Method in class org.infinispan.configuration.cache.IndexingConfiguration
- writer() - Method in class org.infinispan.configuration.cache.IndexingConfigurationBuilder
- writer() - Method in interface org.infinispan.configuration.cache.IndexingConfigurationChildBuilder
- writeScopedState(ScopedPersistentState) - Method in interface org.infinispan.globalstate.GlobalStateManager
-
Persists the specified scoped state
- writeShort(int) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
- writeShort(int) - Method in class org.infinispan.io.UnclosableObjectOutputStream
-
Deprecated.
- writeSignedInt(ObjectOutput, int) - Static method in class org.infinispan.commons.io.SignedNumeric
- writeSignedInt(OutputStream, int) - Static method in class org.infinispan.commons.io.SignedNumeric
- WriteSkewException - Exception in org.infinispan.transaction
-
Thrown when a write skew is detected
- WriteSkewException() - Constructor for exception org.infinispan.transaction.WriteSkewException
- WriteSkewException(String, Object) - Constructor for exception org.infinispan.transaction.WriteSkewException
- WriteSkewException(String, Throwable, Object) - Constructor for exception org.infinispan.transaction.WriteSkewException
- WriteSkewException(Throwable, Object) - Constructor for exception org.infinispan.transaction.WriteSkewException
- writeTo(ObjectOutput, E) - Method in interface org.infinispan.commons.marshall.MarshallUtil.ElementWriter
- writeTo(ObjectOutput, IntSet) - Static method in class org.infinispan.commons.util.IntSetsExternalization
- writeTo(ObjectOutput, SmallIntSet) - Static method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- writeUnsignedInt(byte[], int, int) - Static method in class org.infinispan.commons.io.UnsignedNumeric
-
Writes an int in a variable-length format.
- writeUnsignedInt(ObjectOutput, int) - Static method in class org.infinispan.commons.io.UnsignedNumeric
-
Writes an int in a variable-length format.
- writeUnsignedInt(OutputStream, int) - Static method in class org.infinispan.commons.io.UnsignedNumeric
- writeUnsignedInt(ByteBuffer, int) - Static method in class org.infinispan.commons.io.UnsignedNumeric
- writeUnsignedLong(byte[], int, long) - Static method in class org.infinispan.commons.io.UnsignedNumeric
-
Writes an int in a variable-length format.
- writeUnsignedLong(ObjectOutput, long) - Static method in class org.infinispan.commons.io.UnsignedNumeric
-
Writes a long in a variable-length format.
- writeUnsignedLong(OutputStream, long) - Static method in class org.infinispan.commons.io.UnsignedNumeric
- writeUnsignedLong(ByteBuffer, long) - Static method in class org.infinispan.commons.io.UnsignedNumeric
- writeUTF(String) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
- writeUTF(String) - Method in class org.infinispan.io.UnclosableObjectOutputStream
-
Deprecated.
- WWW_AUTHENTICATE_HEADER - org.infinispan.rest.ResponseHeader
X
- X_SITE_STATE - Static variable in interface org.infinispan.commons.marshall.Ids
- XID - Static variable in interface org.infinispan.commons.marshall.Ids
- XID_DEADLOCK_DETECTING_GLOBAL_TRANSACTION - Static variable in interface org.infinispan.commons.marshall.Ids
- XID_GLOBAL_TRANSACTION - Static variable in interface org.infinispan.commons.marshall.Ids
- XID_IMPL - Static variable in interface org.infinispan.commons.marshall.Ids
- xmlify(String) - Static method in class org.infinispan.commons.util.Util
- XMLStringConfiguration - Class in org.infinispan.commons.configuration
-
A simple wrapper for an XML configuration represented as a String.
- XMLStringConfiguration(String) - Constructor for class org.infinispan.commons.configuration.XMLStringConfiguration
- XPRESS - org.infinispan.persistence.rocksdb.configuration.CompressionType
- XSiteEntryMergePolicy<K,V> - Interface in org.infinispan.xsite.spi
-
An interface to resolve conflicts for asynchronous cross-site replication.
- XSiteMergePolicy - Enum in org.infinispan.xsite.spi
-
An alias with the provided implementation of
XSiteEntryMergePolicy
. - XSiteStateTransferConfiguration - Class in org.infinispan.configuration.cache
-
Configuration needed for State Transfer between different sites.
- XSiteStateTransferConfiguration(AttributeSet) - Constructor for class org.infinispan.configuration.cache.XSiteStateTransferConfiguration
- XSiteStateTransferConfigurationBuilder - Class in org.infinispan.configuration.cache
-
Configuration Builder to configure the state transfer between sites.
- XSiteStateTransferConfigurationBuilder(ConfigurationBuilder, BackupConfigurationBuilder) - Constructor for class org.infinispan.configuration.cache.XSiteStateTransferConfigurationBuilder
Z
- ZERO_CAPACITY_NODE - Static variable in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- ZERO_LOCK_ACQUISITION_TIMEOUT - org.infinispan.context.Flag
-
Overrides the
LockingConfiguration.lockAcquisitionTimeout(long)
configuration setting by ensuring lock managers use a 0-millisecond lock acquisition timeout. - zeroCapacityNode() - Method in class org.infinispan.server.core.configuration.ProtocolServerConfiguration
- zeroCapacityNode(boolean) - Method in class org.infinispan.configuration.global.GlobalConfigurationBuilder
-
Set the zero capacity node to true to configure a global capacity factor 0.0f for every distributed cache.
- ZLIB - org.infinispan.persistence.rocksdb.configuration.CompressionType
- ZSTD - org.infinispan.persistence.rocksdb.configuration.CompressionType
_
- _list(Object) - Method in class org.infinispan.io.GridFile
-
Deprecated.
- _listFiles(Object) - Method in class org.infinispan.io.GridFile
-
Deprecated.
All Classes All Packages